Skip to content

Commit

Permalink
Update Nerdbank.GitVersioning requirement from 3.1.* to 3.2.* (#103)
Browse files Browse the repository at this point in the history
Updates the requirements on [Nerdbank.GitVersioning](https://github.com/dotnet/Nerdbank.GitVersioning) to permit the latest version.
- [Release notes](https://github.com/dotnet/Nerdbank.GitVersioning/releases)
- [Commits](dotnet/Nerdbank.GitVersioning@v3.1.7-beta...v3.2.31)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] committed Jul 25, 2020
1 parent 9c62a62 commit 37eb98c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Directory.build.props
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<None Include="$(MSBuildThisFileDirectory)..\LICENSE" Pack="true" PackagePath="LICENSE" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Nerdbank.GitVersioning" Version="3.1.*" PrivateAssets="all" />
<PackageReference Include="Nerdbank.GitVersioning" Version="3.2.*" PrivateAssets="all" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="stylecop.analyzers" Version="1.1.118" PrivateAssets="all" />
Expand Down

0 comments on commit 37eb98c

Please sign in to comment.