diff --git a/.github/workflows/PUBLISH_PACKAGE.yml b/.github/workflows/PUBLISH_PACKAGE.yml index 653c006..033ae26 100644 --- a/.github/workflows/PUBLISH_PACKAGE.yml +++ b/.github/workflows/PUBLISH_PACKAGE.yml @@ -4,8 +4,9 @@ on: push: branches: [ main ] paths: - - 'SickRfid/SickRfid.csproj' + - 'SickRfid/*' - 'Directory.Build.props' + - '.github/workflows/PUBLISH_PACKAGE.yml' jobs: build: diff --git a/SickRfid/SickRfid.nuspec b/SickRfid/SickRfid.nuspec new file mode 100644 index 0000000..e4af25a --- /dev/null +++ b/SickRfid/SickRfid.nuspec @@ -0,0 +1,15 @@ + + + + $id$ + $version$ + $title$ + $author$ + $author$ + false + $description$ + Initial Release + Copyright 2024 + RFID, SICK, RFU610, scanner + + \ No newline at end of file