Skip to content

Commit

Permalink
Fix assembly name for netcore project so it works with bait and switc…
Browse files Browse the repository at this point in the history
…h technique.

Updates to nuget files for new release.
  • Loading branch information
Troy Willmot committed May 10, 2017
1 parent 7e206cd commit 2d7c652
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/Main/PublishNugetPackage.cmd
Original file line number Diff line number Diff line change
@@ -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
6 changes: 3 additions & 3 deletions src/Main/Rssdp.NetCore/Rssdp.NetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Rssdp</RootNamespace>
<AssemblyName>Rssdp.NetCore</AssemblyName>
<AssemblyName>Rssdp.Native</AssemblyName>
<DefaultLanguage>en-US</DefaultLanguage>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
Expand All @@ -25,7 +25,7 @@
<DefineConstants>TRACE;DEBUG;CODE_ANALYSIS;NETSTANDARD;NETSTANDARD1_3;CODE_ANALYSIS</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\Debug\Rssdp.NetCore.XML</DocumentationFile>
<DocumentationFile>bin\Debug\Rssdp.Native.xml</DocumentationFile>
<RunCodeAnalysis>true</RunCodeAnalysis>
<CodeAnalysisRuleSet>..\RssdpRuleset.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
Expand All @@ -36,7 +36,7 @@
<DefineConstants>TRACE;CODE_ANALYSIS;CODE_ANALYSIS;NETSTANDARD;NETSTANDARD1_3;CODE_ANALYSIS;</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>..\lib\netstandard13\Rssdp.NetCore.XML</DocumentationFile>
<DocumentationFile>..\lib\netstandard13\Rssdp.Native.xml</DocumentationFile>
<RunCodeAnalysis>true</RunCodeAnalysis>
<CodeAnalysisRuleSet>..\RssdpRuleset.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Main/Rssdp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Rssdp</id>
<version>3.0.2</version>
<version>3.0.3</version>
<title>Rssdp</title>
<authors>Troy Willmot</authors>
<owners>Yortw</owners>
Expand Down
4 changes: 2 additions & 2 deletions src/Main/Shared/AssemblyInfoCommon.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
[assembly: AssemblyVersion("3.0.3.0")]
[assembly: AssemblyFileVersion("3.0.3.0")]

0 comments on commit 2d7c652

Please sign in to comment.