Skip to content

Commit

Permalink
Bump to 9.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
HAspNetCore committed Dec 12, 2024
1 parent ad48177 commit 6435749
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<!--always bump /version.json and /docs/conf.py to <Version>X.Y.Z</Version>to keep nuget, build and document versions in sync-->
<Version>9.0.0-alpha.2</Version>
<IdentityServerVersion>9.0.0-alpha.2</IdentityServerVersion>
<Version>9.0.0-beta.1</Version>
<IdentityServerVersion>9.0.0-beta.1</IdentityServerVersion>
<PackageId>Reborn.$(MSBuildProjectName)</PackageId>
<Title>$(MSBuildProjectName)</Title>
<ImplicitUsings>enable</ImplicitUsings>
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
"version": "9.0.0-alpha.2",
"version": "9.0.0-beta.1",
"nugetPackageVersion": {
"semVer": 2, // optional. Set to either 1 or 2 to control how the NuGet package version string is generated. Default is 1.
"precision": "revision"
Expand Down

0 comments on commit 6435749

Please sign in to comment.