We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 415807b commit 2ce6130Copy full SHA for 2ce6130
src/GTranslate/GTranslate.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
- <Version>2.3.0</Version>
+ <Version>2.3.1</Version>
5
<LangVersion>13</LangVersion>
6
<TargetFrameworks>netstandard2.0;netstandard2.1;net8.0</TargetFrameworks>
7
<Authors>d4n3436</Authors>
@@ -20,6 +20,8 @@
20
<IsAotCompatible Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net8.0'))">true</IsAotCompatible>
21
<GenerateDocumentationFile>true</GenerateDocumentationFile>
22
<Nullable>enable</Nullable>
23
+ <SignAssembly>true</SignAssembly>
24
+ <AssemblyOriginatorKeyFile>$(SolutionDir)strongname.snk</AssemblyOriginatorKeyFile>
25
</PropertyGroup>
26
27
<ItemGroup Condition="'$(TargetFramework)' != 'net8.0'">
strongname.snk
596 Bytes
0 commit comments