Skip to content

Commit

Permalink
Version bump to 12.0.0-beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
zabszk committed Sep 21, 2022
1 parent bc6daf2 commit 1761559
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NwPluginAPI/NwPluginAPI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Title>Northwood.PluginAPI</Title>
<Copyright>Copyright by Hubert Moszka Northwood, 2022</Copyright>
<PackageVersion>12.0.0-beta2</PackageVersion>
<PackageVersion>12.0.0-beta3</PackageVersion>
</PropertyGroup>

<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion NwPluginAPI/PluginApiVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
internal static class PluginApiVersion
{
internal const string Version = "12.0.0"; //major.minor.patch ONLY
internal const string VersionString = "12.0.0-beta2";
internal const string VersionString = "12.0.0-beta3";

//PackageVersion needs to be set to the same value as VersionString MANUALLY IN .csproj
}
Expand Down

0 comments on commit 1761559

Please sign in to comment.