Skip to content

Commit

Permalink
Remove version from csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
twsouthwick committed Oct 21, 2020
1 parent a55cd23 commit 582013b
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 45 deletions.
35 changes: 33 additions & 2 deletions AutofacContrib.NSubstitute/AutofacContrib.NSubstitute.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,44 @@
<AssemblyName>AutofacContrib.NSubstitute</AssemblyName>
<RootNamespace>AutofacContrib.NSubstitute</RootNamespace>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>4.9.4</Version>
<AssemblyVersion>4.9.4.0</AssemblyVersion>
</PropertyGroup>

<PropertyGroup>
<Authors>Miguel Madero, Robert Moore and Matt Davies</Authors>
<Description>Auto-mocking Autofac container that uses NSubstitute.</Description>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageIcon>logo.png</PackageIcon>
<PackageTags>substitute mocking mocks nsubstitute autofac container dependency-injection di testing unit-testing TDD AAA auto-mock auto-substitute</PackageTags>
</PropertyGroup>

<PropertyGroup>
<InformationalVersion>$(GitVersion_InformationalVersion)</InformationalVersion>
<FileVersion>$(GitVersion_MajorMinorPatch)</FileVersion>
<AssemblyVersion>$(GitVersion_AssemblySemVer)</AssemblyVersion>
<Version>$(GitVersion_NuGetVersionV2)</Version>
</PropertyGroup>

<PropertyGroup>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
</PropertyGroup>

<PropertyGroup Condition=" '$(CI)' == 'true' ">
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
<PackageReference Include="Autofac" Version="5.2.0" />
<PackageReference Include="NSubstitute" Version="4.2.2" />
</ItemGroup>

<ItemGroup>
<None Include="../LICENSE" Pack="true" PackagePath=""/>
<None Include="../logo.png" Pack="true" PackagePath=""/>
</ItemGroup>

</Project>
43 changes: 0 additions & 43 deletions AutofacContrib.NSubstitute/AutofacContrib.NSubstitute.nuspec

This file was deleted.

0 comments on commit 582013b

Please sign in to comment.