File tree 1 file changed +6
-3
lines changed
src/Serilog.Enrichers.Environment
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<Description >Enrich Serilog log events with properties from System.Environment.</Description >
5
- <VersionPrefix >3.0.0 </VersionPrefix >
5
+ <VersionPrefix >3.0.1 </VersionPrefix >
6
6
<AssemblyVersion >3.0.0.0</AssemblyVersion >
7
+ <SignAssembly >true</SignAssembly >
8
+ <AssemblyOriginatorKeyFile >../../assets/Serilog.snk</AssemblyOriginatorKeyFile >
9
+ <PublicSign Condition =" '$(OS)' != 'Windows_NT' " >true</PublicSign >
7
10
<Authors >Serilog Contributors</Authors >
8
11
<!-- .NET Framework version targeting is frozen at these two TFMs. -->
9
12
<TargetFrameworks Condition =" '$(OS)' == 'Windows_NT'" >net471;net462</TargetFrameworks >
24
27
<Nullable >enable</Nullable >
25
28
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
26
29
</PropertyGroup >
27
-
30
+
28
31
<ItemGroup >
29
32
<PackageReference Include =" Serilog" Version =" 4.0.0" />
30
33
<PackageReference Include =" Nullable" Version =" 1.3.1" PrivateAssets =" All" />
31
34
<PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 8.0.0" PrivateAssets =" All" />
32
35
</ItemGroup >
33
-
36
+
34
37
<ItemGroup >
35
38
<None Include =" ../../assets/serilog-enricher-nuget.png" Pack =" true" Visible =" false" PackagePath =" /" />
36
39
<None Include =" ../../README.md" Pack =" true" Visible =" false" PackagePath =" /" />
You can’t perform that action at this time.
0 commit comments