We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a55cd23 commit e30c195Copy full SHA for e30c195
AutofacContrib.NSubstitute/AutofacContrib.NSubstitute.csproj
@@ -5,8 +5,13 @@
5
<AssemblyName>AutofacContrib.NSubstitute</AssemblyName>
6
<RootNamespace>AutofacContrib.NSubstitute</RootNamespace>
7
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
8
- <Version>4.9.4</Version>
9
- <AssemblyVersion>4.9.4.0</AssemblyVersion>
+ </PropertyGroup>
+
10
+ <PropertyGroup>
11
+ <InformationalVersion>$(GitVersion_InformationalVersion)</InformationalVersion>
12
+ <FileVersion>$(GitVersion_MajorMinorPatch)</FileVersion>
13
+ <AssemblyVersion>$(GitVersion_AssemblySemVer)</AssemblyVersion>
14
+ <Version>$(GitVersion_NuGetVersionV2)</Version>
15
</PropertyGroup>
16
17
<ItemGroup>
0 commit comments