Skip to content

Commit

Permalink
Add .nuspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Eline Jorritsma committed Apr 23, 2024
1 parent fda77ba commit ad177ad
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/PUBLISH_PACKAGE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ on:
push:
branches: [ main ]
paths:
- 'SickRfid/SickRfid.csproj'
- 'SickRfid/*'
- 'Directory.Build.props'
- '.github/workflows/PUBLISH_PACKAGE.yml'

jobs:
build:
Expand Down
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 ad177ad

Please sign in to comment.