From 2d7c652cad900de74d25f0d4f0898b04e2a08375 Mon Sep 17 00:00:00 2001 From: Troy Willmot Date: Wed, 10 May 2017 18:45:39 +1200 Subject: [PATCH] Fix assembly name for netcore project so it works with bait and switch technique. Updates to nuget files for new release. --- src/Main/PublishNugetPackage.cmd | 2 +- src/Main/Rssdp.NetCore/Rssdp.NetCore.csproj | 6 +++--- src/Main/Rssdp.nuspec | 2 +- src/Main/Shared/AssemblyInfoCommon.cs | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/Main/PublishNugetPackage.cmd b/src/Main/PublishNugetPackage.cmd index bfbf8ac..1969177 100644 --- a/src/Main/PublishNugetPackage.cmd +++ b/src/Main/PublishNugetPackage.cmd @@ -1,5 +1,5 @@ @echo off echo Press any key to publish pause -".nuget\NuGet.exe" push Rssdp.3.0.2.nupkg -Source https://www.nuget.org/api/v2/package +".nuget\NuGet.exe" push Rssdp.3.0.3.nupkg -Source https://www.nuget.org/api/v2/package pause \ No newline at end of file diff --git a/src/Main/Rssdp.NetCore/Rssdp.NetCore.csproj b/src/Main/Rssdp.NetCore/Rssdp.NetCore.csproj index 92ff03d..65d71c3 100644 --- a/src/Main/Rssdp.NetCore/Rssdp.NetCore.csproj +++ b/src/Main/Rssdp.NetCore/Rssdp.NetCore.csproj @@ -9,7 +9,7 @@ Library Properties Rssdp - Rssdp.NetCore + Rssdp.Native en-US 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} @@ -25,7 +25,7 @@ TRACE;DEBUG;CODE_ANALYSIS;NETSTANDARD;NETSTANDARD1_3;CODE_ANALYSIS prompt 4 - bin\Debug\Rssdp.NetCore.XML + bin\Debug\Rssdp.Native.xml true ..\RssdpRuleset.ruleset @@ -36,7 +36,7 @@ TRACE;CODE_ANALYSIS;CODE_ANALYSIS;NETSTANDARD;NETSTANDARD1_3;CODE_ANALYSIS; prompt 4 - ..\lib\netstandard13\Rssdp.NetCore.XML + ..\lib\netstandard13\Rssdp.Native.xml true ..\RssdpRuleset.ruleset diff --git a/src/Main/Rssdp.nuspec b/src/Main/Rssdp.nuspec index 1afce8c..2cd2f1b 100644 --- a/src/Main/Rssdp.nuspec +++ b/src/Main/Rssdp.nuspec @@ -2,7 +2,7 @@ Rssdp - 3.0.2 + 3.0.3 Rssdp Troy Willmot Yortw diff --git a/src/Main/Shared/AssemblyInfoCommon.cs b/src/Main/Shared/AssemblyInfoCommon.cs index b4c69ac..ee015e2 100644 --- a/src/Main/Shared/AssemblyInfoCommon.cs +++ b/src/Main/Shared/AssemblyInfoCommon.cs @@ -5,5 +5,5 @@ [assembly: AssemblyCopyright("Released under the MIT license; http://choosealicense.com/licenses/mit/; https://github.com/Yortw/RSSDP")] [assembly: AssemblyTrademark("")] -[assembly: AssemblyVersion("3.0.2.0")] -[assembly: AssemblyFileVersion("3.0.2.0")] \ No newline at end of file +[assembly: AssemblyVersion("3.0.3.0")] +[assembly: AssemblyFileVersion("3.0.3.0")] \ No newline at end of file