Skip to content

Commit

Permalink
Added strong naming
Browse files Browse the repository at this point in the history
  • Loading branch information
upta committed Nov 4, 2018
1 parent 5043cbb commit a7252e0
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 2 deletions.
2 changes: 2 additions & 0 deletions PubSub.Tests/PubSub.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>net46</TargetFramework>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>strong-name.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
Binary file added PubSub.Tests/strong-name.snk
Binary file not shown.
2 changes: 1 addition & 1 deletion PubSub/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@



[assembly: InternalsVisibleTo("PubSub.Tests")]
[assembly: InternalsVisibleTo("PubSub.Tests, PublicKey=002400000480000094000000060200000024000052534131000400000100010011c3aaadd5c2fb9f4719bca18995c6ea3eac95265c73d9ca2dbf89e210c92f1371e1330fa8733f33c2c788c4ce88a078a3e3e8b0fa02de3af90949f1a06ffa455ec9a1db2d6f89855041cc5508cd9652a56b83c1131b17c95bf4d5ed14bb06af48adc0917efa219902abd1247e772398b3cd304c1ec416a247101fd838d702dc")]
7 changes: 6 additions & 1 deletion PubSub/PubSub.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,13 @@
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageTags>portable;pubsub;eventaggregator;c#</PackageTags>
<Description>An extremely light-weight, easy to use .Net pub/sub library</Description>
<Version>2.1.0</Version>
<Version>3.0.0</Version>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>strong-name.snk</AssemblyOriginatorKeyFile>
<DelaySign>false</DelaySign>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<FileVersion>3.0.0.0</FileVersion>
<!--End of Nuspec metadata-->
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Expand Down
Binary file added PubSub/strong-name.snk
Binary file not shown.

0 comments on commit a7252e0

Please sign in to comment.