Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
zabszk committed Dec 30, 2022
1 parent 0b886e4 commit 9345065
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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-rc.5</PackageVersion>
<PackageVersion>12.0.0-rc.6</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 @@ -33,7 +33,7 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Title>Northwood.PluginAPI</Title>
<Copyright>Copyright by Hubert Moszka Northwood, 2022</Copyright>
<PackageVersion>12.0.0-rc.5</PackageVersion>
<PackageVersion>12.0.0-rc.6</PackageVersion>
<LangVersion>default</LangVersion>
</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-rc.5";
public const string VersionString = "12.0.0-rc.6";

//PackageVersion needs to be set to the same value as VersionString MANUALLY IN .csproj
}
Expand Down
4 changes: 2 additions & 2 deletions docs/PluginAPI.PluginApiVersion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,10 @@ items:
- PluginAPI
namespace: PluginAPI
syntax:
content: public const string VersionString = "12.0.0-rc.5"
content: public const string VersionString = "12.0.0-rc.6"
return:
type: System.String
content.vb: Public Const VersionString As String = "12.0.0-rc.5"
content.vb: Public Const VersionString As String = "12.0.0-rc.6"
modifiers.csharp:
- public
- const
Expand Down
2 changes: 1 addition & 1 deletion docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
"can_incremental": true,
"incrementalPhase": "build",
"total_file_count": 7,
"skipped_file_count": 6
"skipped_file_count": 7
},
"ResourceDocumentProcessor": {
"can_incremental": false,
Expand Down

0 comments on commit 9345065

Please sign in to comment.