Skip to content
This repository was archived by the owner on Jun 21, 2025. It is now read-only.

Commit 9db1d1d

Browse files
committed
Version bump
1 parent 7421b67 commit 9db1d1d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Analyzers/NWPluginAPI.Analyzers/NWPluginAPI.Analyzers.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<PropertyGroup>
1616
<PackageId>Northwood.PluginAPI.Analyzers</PackageId>
17-
<PackageVersion>12.0.0-beta9</PackageVersion>
17+
<PackageVersion>12.0.0-beta10</PackageVersion>
1818
<Authors>Northwood Studios</Authors>
1919
<Company>Northwood Studio</Company>
2020
<Product>PluginAPI.Analyzers</Product>

NwPluginAPI/NwPluginAPI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
3131
<Title>Northwood.PluginAPI</Title>
3232
<Copyright>Copyright by Hubert Moszka Northwood, 2022</Copyright>
33-
<PackageVersion>12.0.0-beta9</PackageVersion>
33+
<PackageVersion>12.0.0-beta10</PackageVersion>
3434
</PropertyGroup>
3535

3636
<PropertyGroup>

NwPluginAPI/PluginApiVersion.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
public static class PluginApiVersion
44
{
55
public const string Version = "12.0.0"; //major.minor.patch ONLY
6-
public const string VersionString = "12.0.0-beta9";
6+
public const string VersionString = "12.0.0-beta10";
77

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

0 commit comments

Comments
 (0)