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 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)" >
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 >
You can’t perform that action at this time.
0 commit comments