Skip to content

Commit

Permalink
Merge pull request #4 from Baseflow/develop
Browse files Browse the repository at this point in the history
Add .nuspec
  • Loading branch information
ejorritsma authored Apr 23, 2024
2 parents c7f5c00 + be4b74d commit 21c7bda
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions SickRfid/SickRfid.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0"?>
<package >
<metadata>
<id>$id$</id>
<version>$version$</version>
<title>$title$</title>
<authors>$author$</authors>
<owners>$author$</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>$description$</description>
<releaseNotes>Initial Release</releaseNotes>
<copyright>Copyright 2024</copyright>
<tags>RFID, SICK, RFU610, scanner</tags>
</metadata>
</package>

0 comments on commit 21c7bda

Please sign in to comment.