Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
zabszk committed Dec 2, 2022
1 parent 8631c3d commit 6e8097e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<PropertyGroup>
<PackageId>Northwood.PluginAPI.Analyzers</PackageId>
<PackageVersion>12.0.0-beta8</PackageVersion>
<PackageVersion>12.0.0-beta9</PackageVersion>
<Authors>Northwood Studios</Authors>
<Company>Northwood Studio</Company>
<Product>PluginAPI.Analyzers</Product>
Expand Down
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-beta8</PackageVersion>
<PackageVersion>12.0.0-beta9</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 @@
public static class PluginApiVersion
{
public const string Version = "12.0.0"; //major.minor.patch ONLY
public const string VersionString = "12.0.0-beta8";
public const string VersionString = "12.0.0-beta9";

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

0 comments on commit 6e8097e

Please sign in to comment.