Skip to content

Commit

Permalink
* include keys for strong name signing
Browse files Browse the repository at this point in the history
* sign assembly
  • Loading branch information
Anton92nd committed Apr 1, 2020
1 parent d3fb283 commit 8c8cbc3
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## v3.3.X - 2020.04.01
- Sign GrEmit assembly with strong name

## v3.2.2 - 2019.11.21
- Use [SourceLink](https://github.com/dotnet/sourcelink) to help ReSharper decompiler show actual code.

Expand Down
2 changes: 2 additions & 0 deletions GrEmit/GrEmit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<NoWarn>1701;1702;1705;1591</NoWarn>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>keys\SkbKontur.GrEmit.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>

<ItemGroup Condition="'$(TargetFramework)'=='netstandard2.0'">
Expand Down
Binary file added GrEmit/keys/SkbKontur.GrEmit.public.snk
Binary file not shown.
Binary file added GrEmit/keys/SkbKontur.GrEmit.snk
Binary file not shown.
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "3.2",
"version": "3.3",
"assemblyVersion": {
"precision": "build"
},
Expand Down

0 comments on commit 8c8cbc3

Please sign in to comment.