This repository was archived by the owner on Jun 21, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Analyzers/NWPluginAPI.Analyzers Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 }
You can’t perform that action at this time.
0 commit comments