Skip to content

Commit

Permalink
Update GitVersioning package and project version
Browse files Browse the repository at this point in the history
Updated Nerdbank.GitVersioning package from 3.6.146 to 3.7.112 in Directory.Build.props.
Incremented project version in version.json from 2.1 to 3.0, indicating a new release or significant update.

#127
  • Loading branch information
marcominerva committed Jan 8, 2025
1 parent f4d0771 commit 7f2d8ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Nerdbank.GitVersioning" Version="3.6.146" PrivateAssets="All" />
<PackageReference Include="Nerdbank.GitVersioning" Version="3.7.112" PrivateAssets="All" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/SimpleAuthentication.Swashbuckle/version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "2.1",
"version": "3.0",
"publicReleaseRefSpec": [
"^refs/heads/master$" // we release out of master
],
Expand Down
2 changes: 1 addition & 1 deletion src/SimpleAuthentication/version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "2.1",
"version": "3.0",
"publicReleaseRefSpec": [
"^refs/heads/master$" // we release out of master
],
Expand Down

0 comments on commit 7f2d8ef

Please sign in to comment.