File tree Expand file tree Collapse file tree 1 file changed +20
-2
lines changed
AutofacContrib.NSubstitute Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Original file line number Diff line number Diff line change 5
5
<AssemblyName >AutofacContrib.NSubstitute</AssemblyName >
6
6
<RootNamespace >AutofacContrib.NSubstitute</RootNamespace >
7
7
<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)" >
26
+ <ContinuousIntegrationBuild >true</ContinuousIntegrationBuild >
10
27
</PropertyGroup >
11
28
12
29
<ItemGroup >
30
+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" PrivateAssets =" All" />
13
31
<PackageReference Include =" Autofac" Version =" 5.2.0" />
14
32
<PackageReference Include =" NSubstitute" Version =" 4.2.2" />
15
33
</ItemGroup >
You can’t perform that action at this time.
0 commit comments