Skip to content

Commit 2ce6130

Browse files
committed
Strong name GTranslate and bump version (fixes #15)
1 parent 415807b commit 2ce6130

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/GTranslate/GTranslate.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Version>2.3.0</Version>
4+
<Version>2.3.1</Version>
55
<LangVersion>13</LangVersion>
66
<TargetFrameworks>netstandard2.0;netstandard2.1;net8.0</TargetFrameworks>
77
<Authors>d4n3436</Authors>
@@ -20,6 +20,8 @@
2020
<IsAotCompatible Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net8.0'))">true</IsAotCompatible>
2121
<GenerateDocumentationFile>true</GenerateDocumentationFile>
2222
<Nullable>enable</Nullable>
23+
<SignAssembly>true</SignAssembly>
24+
<AssemblyOriginatorKeyFile>$(SolutionDir)strongname.snk</AssemblyOriginatorKeyFile>
2325
</PropertyGroup>
2426

2527
<ItemGroup Condition="'$(TargetFramework)' != 'net8.0'">

strongname.snk

596 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)