From ad177ad91e6f15ff6b02e5e24cd1a946216f54de Mon Sep 17 00:00:00 2001 From: Eline Jorritsma Date: Tue, 23 Apr 2024 09:26:22 +0200 Subject: [PATCH] Add .nuspec --- .github/workflows/PUBLISH_PACKAGE.yml | 3 ++- SickRfid/SickRfid.nuspec | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 SickRfid/SickRfid.nuspec 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