Skip to content

Commit 841d7ba

Browse files
authored
strong name (#18)
1 parent 5fbd251 commit 841d7ba

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

Directory.Build.props

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project>
3+
<PropertyGroup>
4+
<AssemblyOriginatorKeyFile>..\Lightweight.snk</AssemblyOriginatorKeyFile>
5+
<SignAssembly>true</SignAssembly>
6+
</PropertyGroup>
7+
</Project>

Lightweight.Caching/Lightweight.Caching.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<Description>A collection of lightweight caching primitives for .NET</Description>
99
<PackageLicenseFile>LICENSE</PackageLicenseFile>
1010
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
11-
<Version>0.8.0</Version>
11+
<Version>0.9.0</Version>
1212
<Copyright>Copyright © Alex Peck 2020</Copyright>
1313
<PackageProjectUrl></PackageProjectUrl>
1414
<RepositoryUrl>https://github.com/plexcake/Lightweight.Caching</RepositoryUrl>

Lightweight.snk

596 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)