diff --git a/Sharp7.Rx.Tests/Sharp7.Rx.Tests.csproj b/Sharp7.Rx.Tests/Sharp7.Rx.Tests.csproj index 186e465..39dae7a 100644 --- a/Sharp7.Rx.Tests/Sharp7.Rx.Tests.csproj +++ b/Sharp7.Rx.Tests/Sharp7.Rx.Tests.csproj @@ -5,6 +5,7 @@ + diff --git a/Sharp7.Rx/Sharp7.Rx.csproj b/Sharp7.Rx/Sharp7.Rx.csproj index c4da9c6..305f24b 100644 --- a/Sharp7.Rx/Sharp7.Rx.csproj +++ b/Sharp7.Rx/Sharp7.Rx.csproj @@ -1,11 +1,19 @@ - + netstandard2.0 + true + $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb + 1.0.0 + Federico Barresi + evopro 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 - + diff --git a/_nuspec/Sharp7.Rx.nuspec b/_nuspec/Sharp7.Rx.nuspec deleted file mode 100644 index bcc694e..0000000 --- a/_nuspec/Sharp7.Rx.nuspec +++ /dev/null @@ -1,21 +0,0 @@ - - - - Sharp7.Rx - $version$ - Sharp7.Rx - evopro AG - false - 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 - Copyright 2018 - - - - - - - - - \ No newline at end of file diff --git a/_nuspec/nuget.exe b/_nuspec/nuget.exe deleted file mode 100644 index a34c367..0000000 Binary files a/_nuspec/nuget.exe and /dev/null differ diff --git a/_nuspec/pack.ps1 b/_nuspec/pack.ps1 deleted file mode 100644 index 4de2296..0000000 --- a/_nuspec/pack.ps1 +++ /dev/null @@ -1,8 +0,0 @@ -Write-Host "Setting .nuspec version tag to $env:appveyor_build_version" - -$content = (Get-Content _nuspec\Sharp7.Rx.nuspec) -$content = $content -replace '\$version\$', $env:appveyor_build_version - -$content | Out-File _nuspec\Sharp7.Rx.compiled.nuspec - -& _nuspec\NuGet.exe pack _nuspec\Sharp7.Rx.compiled.nuspec \ No newline at end of file