Skip to content

Commit cf57f9f

Browse files
committed
Remove GenerateAssemblyVersionAttribute=false
1 parent 4310b34 commit cf57f9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Serilog.Enrichers.Thread/Serilog.Enrichers.Thread.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<PropertyGroup>
44
<Description>Enrich Serilog events with properties from the current thread.</Description>
55
<VersionPrefix>4.0.0</VersionPrefix>
6+
<AssemblyVersion>4.0.0.0</AssemblyVersion>
67
<Authors>Serilog Contributors</Authors>
78
<!-- .NET Framework version targeting is frozen at these two TFMs. -->
89
<TargetFrameworks Condition=" '$(OS)' == 'Windows_NT'">net471;net462</TargetFrameworks>
@@ -22,7 +23,6 @@
2223
<PackageProjectUrl>http://serilog.net</PackageProjectUrl>
2324
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
2425
<PackageReadmeFile>README.md</PackageReadmeFile>
25-
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
2626
<LangVersion>latest</LangVersion>
2727
<Nullable>enable</Nullable>
2828
</PropertyGroup>

0 commit comments

Comments
 (0)