Skip to content

Commit 7e16f9a

Browse files
authored
Add StrongName signing for the project. (#24)
* Add StrongName signing for the project.
1 parent 1f090ff commit 7e16f9a

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

pkg/nuspec.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
<PackageLicenseExpression>MIT</PackageLicenseExpression>
88
<PackageProjectUrl>https://github.com/AlexGhiondea/OutputColorizer</PackageProjectUrl>
99
<PackageTags>Console, Color, Print, Write, WriteLine, Output, Colorizer</PackageTags>
10-
<AssemblyVersion>2.0.0.0</AssemblyVersion>
11-
<FileVersion>2.0.0.0</FileVersion>
12-
<PackageVersion>2.0.0</PackageVersion>
13-
<Version>2.0.0</Version>
10+
<AssemblyVersion>2.1.0.0</AssemblyVersion>
11+
<FileVersion>2.1.0.0</FileVersion>
12+
<PackageVersion>2.1.0</PackageVersion>
13+
<Version>2.1.0</Version>
1414
<PackageOutputPath>..\bin\$(Configuration)\</PackageOutputPath>
1515
<Description>Write colorful messages to the console using simple to use syntax</Description>
1616
</PropertyGroup>

pkg/outputcolorizer.snk

596 Bytes
Binary file not shown.

src/OutputColorizer.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,7 @@
1414

1515
<PropertyGroup>
1616
<OutputPath>..\bin\$(Configuration)\</OutputPath>
17+
<SignAssembly>True</SignAssembly>
18+
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)..\pkg\outputcolorizer.snk</AssemblyOriginatorKeyFile>
1719
</PropertyGroup>
1820
</Project>

0 commit comments

Comments
 (0)