diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml
index 024d3e6..36701b3 100644
--- a/.github/workflows/dotnet-core.yml
+++ b/.github/workflows/dotnet-core.yml
@@ -21,9 +21,9 @@ jobs:
- name: Install dependencies
run: dotnet restore
- name: Build
- run: dotnet build --configuration Release --no-restore
+ run: dotnet build --configuration Release --no-restore /p:version=1.1.${{ github.run_number }}
- name: NugetPublish
- run: dotnet nuget push Sharp7.Rx\bin\Release\Sharp7.Rx.1.1.${{ github.run_number }}.nupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_DEPLOY_KEY }}
+ run: dotnet nuget push Sharp7Reactive\Sharp7.Rx\bin\Release\Sharp7.Rx.1.1.${{ github.run_number }}.nupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_DEPLOY_KEY }}
- name: Test
run: dotnet test --no-restore --verbosity normal
- name: Create Release
diff --git a/Sharp7.Rx/Sharp7.Rx.csproj b/Sharp7.Rx/Sharp7.Rx.csproj
index 63d2d27..853ccf0 100644
--- a/Sharp7.Rx/Sharp7.Rx.csproj
+++ b/Sharp7.Rx/Sharp7.Rx.csproj
@@ -4,9 +4,8 @@
netstandard2.0
true
$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb
- 1.0.0
- Federico Barresi
- evopro AG
+ evopro system engineering AG
+ evopro system engineering AG
Reactive framework for Sharp7, the Ethernet S7 PLC communication suite
https://github.com/evopro-ag/Sharp7Reactive
https://raw.githubusercontent.com/evopro-ag/Sharp7Reactive/master/LICENSE