Skip to content

Commit 00a37b9

Browse files
authored
Merge pull request #67 from serilog/dev
3.0.1 Release
2 parents c7801e6 + f57595e commit 00a37b9

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Diff for: src/Serilog.Enrichers.Environment/Serilog.Enrichers.Environment.csproj

+6-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22

33
<PropertyGroup>
44
<Description>Enrich Serilog log events with properties from System.Environment.</Description>
5-
<VersionPrefix>3.0.0</VersionPrefix>
5+
<VersionPrefix>3.0.1</VersionPrefix>
66
<AssemblyVersion>3.0.0.0</AssemblyVersion>
7+
<SignAssembly>true</SignAssembly>
8+
<AssemblyOriginatorKeyFile>../../assets/Serilog.snk</AssemblyOriginatorKeyFile>
9+
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
710
<Authors>Serilog Contributors</Authors>
811
<!-- .NET Framework version targeting is frozen at these two TFMs. -->
912
<TargetFrameworks Condition=" '$(OS)' == 'Windows_NT'">net471;net462</TargetFrameworks>
@@ -24,13 +27,13 @@
2427
<Nullable>enable</Nullable>
2528
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
2629
</PropertyGroup>
27-
30+
2831
<ItemGroup>
2932
<PackageReference Include="Serilog" Version="4.0.0" />
3033
<PackageReference Include="Nullable" Version="1.3.1" PrivateAssets="All" />
3134
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
3235
</ItemGroup>
33-
36+
3437
<ItemGroup>
3538
<None Include="../../assets/serilog-enricher-nuget.png" Pack="true" Visible="false" PackagePath="/" />
3639
<None Include="../../README.md" Pack="true" Visible="false" PackagePath="/" />

0 commit comments

Comments
 (0)