Skip to content

Commit df5b3d4

Browse files
authored
Merge 29c06c0 into a55cd23
2 parents a55cd23 + 29c06c0 commit df5b3d4

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

AutofacContrib.NSubstitute/AutofacContrib.NSubstitute.csproj

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,29 @@
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>
15+
</PropertyGroup>
16+
17+
<PropertyGroup>
18+
<IncludeSymbols>true</IncludeSymbols>
19+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
20+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
21+
<IncludeSymbols>true</IncludeSymbols>
22+
<EmbedUntrackedSources>true</EmbedUntrackedSources>
23+
</PropertyGroup>
24+
25+
<PropertyGroup Condition=" '$(APPVEYOR)' == 'true' ">
26+
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
1027
</PropertyGroup>
1128

1229
<ItemGroup>
30+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
1331
<PackageReference Include="Autofac" Version="5.2.0" />
1432
<PackageReference Include="NSubstitute" Version="4.2.2" />
1533
</ItemGroup>

0 commit comments

Comments
 (0)