Skip to content

Commit e30c195

Browse files
committed
Remove version from csproj
1 parent a55cd23 commit e30c195

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

AutofacContrib.NSubstitute/AutofacContrib.NSubstitute.csproj

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,13 @@
55
<AssemblyName>AutofacContrib.NSubstitute</AssemblyName>
66
<RootNamespace>AutofacContrib.NSubstitute</RootNamespace>
77
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
8-
<Version>4.9.4</Version>
9-
<AssemblyVersion>4.9.4.0</AssemblyVersion>
8+
</PropertyGroup>
9+
10+
<PropertyGroup>
11+
<InformationalVersion>$(GitVersion_InformationalVersion)</InformationalVersion>
12+
<FileVersion>$(GitVersion_MajorMinorPatch)</FileVersion>
13+
<AssemblyVersion>$(GitVersion_AssemblySemVer)</AssemblyVersion>
14+
<Version>$(GitVersion_NuGetVersionV2)</Version>
1015
</PropertyGroup>
1116

1217
<ItemGroup>

0 commit comments

Comments
 (0)