Skip to content

Commit

Permalink
Version Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
zabszk committed Oct 28, 2022
1 parent 98f6834 commit 5b01684
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-beta5</PackageVersion>
<PackageVersion>12.0.0-beta6</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-beta5";
internal const string VersionString = "12.0.0-beta6";

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

0 comments on commit 5b01684

Please sign in to comment.