Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
zabszk committed Nov 25, 2022
1 parent 17275c5 commit db74f85
Show file tree
Hide file tree
Showing 93 changed files with 1,829 additions and 9,931 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -262,4 +262,5 @@ paket-files/
__pycache__/
*.pyc
/NwPluginAPI.Docs/_site
/NwPluginAPI.Docs/log.txt
/Analyzers/NWPluginAPI.Analyzers/tools/analyzers/dotnet/cs/NwPluginAPI.Analyzers.dll
15 changes: 12 additions & 3 deletions Analyzers/NWPluginAPI.Analyzers/NWPluginAPI.Analyzers.csproj
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-beta9</PackageVersion>
<PackageVersion>12.0.0-beta8</PackageVersion>
<Authors>Northwood Studios</Authors>
<Company>Northwood Studio</Company>
<Product>PluginAPI.Analyzers</Product>
Expand All @@ -35,12 +35,17 @@
<PackAsTool>False</PackAsTool>
</PropertyGroup>

<PropertyGroup>
<!-- Disable automatic generation of version attribute -->
<GenerateAssemblyInformationalVersionAttribute>false</GenerateAssemblyInformationalVersionAttribute>
<GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute>
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
</PropertyGroup>

<ItemGroup>
<None Include="..\..\README.md" Pack="True" PackagePath="\" />
<None Include="..\..\LICENSE" Pack="True" PackagePath="\" />
<None Include="..\..\NwPluginAPI\Resources\nw_logo.jpg" Pack="True" PackagePath="\" />
<None Include="..\..\NwPluginAPI\Properties\VersionInfo.cs" Pack="True" PackagePath="\Properties\" />
<None Include="..\..\NwPluginAPI\PluginApiVersion.cs" Pack="True" PackagePath="\" />
</ItemGroup>

<ItemGroup>
Expand All @@ -54,6 +59,10 @@
<None Update="tools\*.ps1" CopyToOutputDirectory="Always" Pack="true" PackagePath="tools" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\NwPluginAPI\NwPluginAPI.csproj" />
</ItemGroup>

<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command="xcopy /y &quot;$(TargetPath)&quot; &quot;$(SolutionDir)\Analyzers\NwPluginAPI.Analyzers\tools\analyzers\dotnet\cs&quot;" />
</Target>
Expand Down
5 changes: 5 additions & 0 deletions Analyzers/NWPluginAPI.Analyzers/Properties/VersionInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
using System.Reflection;

[assembly: AssemblyInformationalVersion(PluginAPI.PluginApiVersion.VersionString)]
[assembly: AssemblyFileVersion(PluginAPI.PluginApiVersion.VersionString)]
[assembly: AssemblyVersion(PluginAPI.PluginApiVersion.Version)]
27 changes: 27 additions & 0 deletions NwPluginAPI.Docs/log.txt
Original file line number Diff line number Diff line change
Expand Up @@ -126,3 +126,30 @@
{"message":"Could not resolve base documentation for 'PluginAPI.Commands.ListCommand.Aliases'","source":"MetadataCommand.ExtractMetadata","file":"../NwPluginAPI/Commands/ListCommand.cs","line":"16","date_time":"2022-11-24T20:38:09.1860481Z","message_severity":"warning","correlation_id":"5B3F616A-72A8-48FB-AE6F-A847D23DE7F9.1.1.21"}
{"message":"Could not resolve base documentation for 'PluginAPI.Commands.ListCommand.Description'","source":"MetadataCommand.ExtractMetadata","file":"../NwPluginAPI/Commands/ListCommand.cs","line":"18","date_time":"2022-11-24T20:38:09.1860481Z","message_severity":"warning","correlation_id":"5B3F616A-72A8-48FB-AE6F-A847D23DE7F9.1.1.22"}
{"message":"Unable to find either toc.yml or toc.md inside articles/. Make sure the file is included in config file docfx.json!","source":"BuildCommand.BuildCore.Build Document.CompilePhaseHandlerWithIncremental.TocDocumentProcessor.Prebuild.BuildTocDocument","file":"toc.yml","date_time":"2022-11-24T20:38:12.7706244Z","message_severity":"warning","correlation_id":"5B3F616A-72A8-48FB-AE6F-A847D23DE7F9.2.196.1.31.9.3.2.1"}
{"message":"Invalid cref value \"!:Generator\" found in triple-slash-comments for GeneratorActivated defined in ../NwPluginAPI/Enums/ServerEventType.cs Line 81, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2022-11-25T22:17:03.099614Z","message_severity":"warning","correlation_id":"6E68A867-4979-4BCF-A554-98BA283EE983.1.1.8"}
{"message":"Invalid cref value \"!:Generator\" found in triple-slash-comments for PlayerActivateGenerator defined in ../NwPluginAPI/Enums/ServerEventType.cs Line 99, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2022-11-25T22:17:03.1120944Z","message_severity":"warning","correlation_id":"6E68A867-4979-4BCF-A554-98BA283EE983.1.1.9"}
{"message":"Invalid triple slash comment is ignored: <!-- Badly formed XML comment ignored for member \"F:PluginAPI.Enums.ServerEventType.PlayerChangeRadioRange\" -->\r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2022-11-25T22:17:03.1130546Z","message_severity":"warning","correlation_id":"6E68A867-4979-4BCF-A554-98BA283EE983.1.1.10"}
{"message":"Invalid cref value \"!:Generator\" found in triple-slash-comments for PlayerCloseGenerator defined in ../NwPluginAPI/Enums/ServerEventType.cs Line 155, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2022-11-25T22:17:03.1130546Z","message_severity":"warning","correlation_id":"6E68A867-4979-4BCF-A554-98BA283EE983.1.1.11"}
{"message":"Invalid cref value \"!:Generator\" found in triple-slash-comments for PlayerDeactivatedGenerator defined in ../NwPluginAPI/Enums/ServerEventType.cs Line 179, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2022-11-25T22:17:03.1130546Z","message_severity":"warning","correlation_id":"6E68A867-4979-4BCF-A554-98BA283EE983.1.1.12"}
{"message":"Invalid cref value \"!:Generator\" found in triple-slash-comments for PlayerOpenGenerator defined in ../NwPluginAPI/Enums/ServerEventType.cs Line 291, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2022-11-25T22:17:03.1284134Z","message_severity":"warning","correlation_id":"6E68A867-4979-4BCF-A554-98BA283EE983.1.1.13"}
{"message":"Invalid cref value \"!:byte[]\" found in triple-slash-comments for PlayerPreauth defined in ../NwPluginAPI/Enums/ServerEventType.cs Line 323, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2022-11-25T22:17:03.1408942Z","message_severity":"warning","correlation_id":"6E68A867-4979-4BCF-A554-98BA283EE983.1.1.14"}
{"message":"Invalid cref value \"!:PlayerEffect\" found in triple-slash-comments for PlayerReceiveEffect defined in ../NwPluginAPI/Enums/ServerEventType.cs Line 331, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2022-11-25T22:17:03.1418532Z","message_severity":"warning","correlation_id":"6E68A867-4979-4BCF-A554-98BA283EE983.1.1.15"}
{"message":"Invalid cref value \"!:Generator\" found in triple-slash-comments for PlayerUnlockGenerator defined in ../NwPluginAPI/Enums/ServerEventType.cs Line 419, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2022-11-25T22:17:03.1524161Z","message_severity":"warning","correlation_id":"6E68A867-4979-4BCF-A554-98BA283EE983.1.1.16"}
{"message":"Could not resolve base documentation for 'PluginAPI.Commands.ListCommand.Command'","source":"MetadataCommand.ExtractMetadata","file":"../NwPluginAPI/Commands/ListCommand.cs","line":"14","date_time":"2022-11-25T22:17:06.7591708Z","message_severity":"warning","correlation_id":"6E68A867-4979-4BCF-A554-98BA283EE983.1.1.20"}
{"message":"Could not resolve base documentation for 'PluginAPI.Commands.ListCommand.Aliases'","source":"MetadataCommand.ExtractMetadata","file":"../NwPluginAPI/Commands/ListCommand.cs","line":"16","date_time":"2022-11-25T22:17:06.7591708Z","message_severity":"warning","correlation_id":"6E68A867-4979-4BCF-A554-98BA283EE983.1.1.21"}
{"message":"Could not resolve base documentation for 'PluginAPI.Commands.ListCommand.Description'","source":"MetadataCommand.ExtractMetadata","file":"../NwPluginAPI/Commands/ListCommand.cs","line":"18","date_time":"2022-11-25T22:17:06.7591708Z","message_severity":"warning","correlation_id":"6E68A867-4979-4BCF-A554-98BA283EE983.1.1.22"}
{"message":"Unable to find either toc.yml or toc.md inside obj/api/. Make sure the file is included in config file docfx.json!","source":"BuildCommand.BuildCore.Build Document.CompilePhaseHandlerWithIncremental.TocDocumentProcessor.Prebuild.BuildTocDocument","file":"toc.yml","date_time":"2022-11-25T22:17:14.1603198Z","message_severity":"warning","correlation_id":"6E68A867-4979-4BCF-A554-98BA283EE983.2.198.1.31.9.3.2.1"}
{"message":"Invalid cref value \"!:Generator\" found in triple-slash-comments for GeneratorActivated defined in ../NwPluginAPI/Enums/ServerEventType.cs Line 81, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2022-11-25T22:34:22.0097009Z","message_severity":"warning","correlation_id":"90A474DE-CDDE-4F80-BA38-F0C4652A3A06.1.1.171"}
{"message":"Invalid cref value \"!:Generator\" found in triple-slash-comments for PlayerActivateGenerator defined in ../NwPluginAPI/Enums/ServerEventType.cs Line 99, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2022-11-25T22:34:22.018337Z","message_severity":"warning","correlation_id":"90A474DE-CDDE-4F80-BA38-F0C4652A3A06.1.1.172"}
{"message":"Invalid triple slash comment is ignored: <!-- Badly formed XML comment ignored for member \"F:PluginAPI.Enums.ServerEventType.PlayerChangeRadioRange\" -->\r\n","source":"MetadataCommand.ExtractMetadata","date_time":"2022-11-25T22:34:22.018337Z","message_severity":"warning","correlation_id":"90A474DE-CDDE-4F80-BA38-F0C4652A3A06.1.1.173"}
{"message":"Invalid cref value \"!:Generator\" found in triple-slash-comments for PlayerCloseGenerator defined in ../NwPluginAPI/Enums/ServerEventType.cs Line 155, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2022-11-25T22:34:22.018337Z","message_severity":"warning","correlation_id":"90A474DE-CDDE-4F80-BA38-F0C4652A3A06.1.1.174"}
{"message":"Invalid cref value \"!:Generator\" found in triple-slash-comments for PlayerDeactivatedGenerator defined in ../NwPluginAPI/Enums/ServerEventType.cs Line 179, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2022-11-25T22:34:22.0212164Z","message_severity":"warning","correlation_id":"90A474DE-CDDE-4F80-BA38-F0C4652A3A06.1.1.175"}
{"message":"Invalid cref value \"!:Generator\" found in triple-slash-comments for PlayerOpenGenerator defined in ../NwPluginAPI/Enums/ServerEventType.cs Line 291, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2022-11-25T22:34:22.0298573Z","message_severity":"warning","correlation_id":"90A474DE-CDDE-4F80-BA38-F0C4652A3A06.1.1.176"}
{"message":"Invalid cref value \"!:byte[]\" found in triple-slash-comments for PlayerPreauth defined in ../NwPluginAPI/Enums/ServerEventType.cs Line 323, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2022-11-25T22:34:22.0384976Z","message_severity":"warning","correlation_id":"90A474DE-CDDE-4F80-BA38-F0C4652A3A06.1.1.177"}
{"message":"Invalid cref value \"!:PlayerEffect\" found in triple-slash-comments for PlayerReceiveEffect defined in ../NwPluginAPI/Enums/ServerEventType.cs Line 331, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2022-11-25T22:34:22.0394608Z","message_severity":"warning","correlation_id":"90A474DE-CDDE-4F80-BA38-F0C4652A3A06.1.1.178"}
{"message":"Invalid cref value \"!:Generator\" found in triple-slash-comments for PlayerUnlockGenerator defined in ../NwPluginAPI/Enums/ServerEventType.cs Line 419, ignored.","source":"MetadataCommand.ExtractMetadata","date_time":"2022-11-25T22:34:22.0509815Z","message_severity":"warning","correlation_id":"90A474DE-CDDE-4F80-BA38-F0C4652A3A06.1.1.179"}
{"message":"Could not resolve base documentation for 'PluginAPI.Commands.ListCommand.Command'","source":"MetadataCommand.ExtractMetadata","file":"../NwPluginAPI/Commands/ListCommand.cs","line":"14","date_time":"2022-11-25T22:34:24.5497806Z","message_severity":"warning","correlation_id":"90A474DE-CDDE-4F80-BA38-F0C4652A3A06.1.1.183"}
{"message":"Could not resolve base documentation for 'PluginAPI.Commands.ListCommand.Aliases'","source":"MetadataCommand.ExtractMetadata","file":"../NwPluginAPI/Commands/ListCommand.cs","line":"16","date_time":"2022-11-25T22:34:24.5497806Z","message_severity":"warning","correlation_id":"90A474DE-CDDE-4F80-BA38-F0C4652A3A06.1.1.184"}
{"message":"Could not resolve base documentation for 'PluginAPI.Commands.ListCommand.Description'","source":"MetadataCommand.ExtractMetadata","file":"../NwPluginAPI/Commands/ListCommand.cs","line":"18","date_time":"2022-11-25T22:34:24.5497806Z","message_severity":"warning","correlation_id":"90A474DE-CDDE-4F80-BA38-F0C4652A3A06.1.1.185"}
{"message":"Unable to find either toc.yml or toc.md inside obj/api/. Make sure the file is included in config file docfx.json!","source":"BuildCommand.BuildCore.Build Document.CompilePhaseHandlerWithIncremental.TocDocumentProcessor.Prebuild.BuildTocDocument","file":"toc.yml","date_time":"2022-11-25T22:34:30.6938863Z","message_severity":"warning","correlation_id":"90A474DE-CDDE-4F80-BA38-F0C4652A3A06.2.197.1.31.8.3.2.1"}
{"message":"Unable to find either toc.yml or toc.md inside obj/api/. Make sure the file is included in config file docfx.json!","source":"BuildCommand.BuildCore.Build Document.CompilePhaseHandlerWithIncremental.TocDocumentProcessor.Prebuild.BuildTocDocument","file":"toc.yml","date_time":"2022-11-25T22:35:28.35736Z","message_severity":"warning","correlation_id":"B6BAA1EC-D943-4416-83BD-1787F3891C89.2.197.1.31.7.3.2.1"}
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-beta7</PackageVersion>
<PackageVersion>12.0.0-beta8</PackageVersion>
</PropertyGroup>

<PropertyGroup>
Expand Down
6 changes: 3 additions & 3 deletions NwPluginAPI/PluginApiVersion.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
namespace PluginAPI
{
internal static class PluginApiVersion
public static class PluginApiVersion
{
internal const string Version = "12.0.0"; //major.minor.patch ONLY
internal const string VersionString = "12.0.0-beta7";
public const string Version = "12.0.0"; //major.minor.patch ONLY
public const string VersionString = "12.0.0-beta8";

//PackageVersion needs to be set to the same value as VersionString MANUALLY IN .csproj
}
Expand Down
6 changes: 5 additions & 1 deletion docs/.manifest
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"PluginAPI": "PluginAPI.yml",
"PluginAPI.Commands": "PluginAPI.Commands.yml",
"PluginAPI.Commands.Command": "PluginAPI.Commands.Command.yml",
"PluginAPI.Commands.Command.Object": "PluginAPI.Commands.Command.yml",
Expand Down Expand Up @@ -665,5 +666,8 @@
"PluginAPI.Loader.Features.PluginDirectory": "PluginAPI.Loader.Features.PluginDirectory.yml",
"PluginAPI.Loader.Features.PluginDirectory.#ctor(System.String)": "PluginAPI.Loader.Features.PluginDirectory.yml",
"PluginAPI.Loader.Features.PluginDirectory.Dependencies": "PluginAPI.Loader.Features.PluginDirectory.yml",
"PluginAPI.Loader.Features.PluginDirectory.Plugins": "PluginAPI.Loader.Features.PluginDirectory.yml"
"PluginAPI.Loader.Features.PluginDirectory.Plugins": "PluginAPI.Loader.Features.PluginDirectory.yml",
"PluginAPI.PluginApiVersion": "PluginAPI.PluginApiVersion.yml",
"PluginAPI.PluginApiVersion.Version": "PluginAPI.PluginApiVersion.yml",
"PluginAPI.PluginApiVersion.VersionString": "PluginAPI.PluginApiVersion.yml"
}
12 changes: 6 additions & 6 deletions docs/PluginAPI.Commands.Command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ items:
source:
remote:
path: NwPluginAPI/Commands/Command.cs
branch: dev
repo: https://github.com/northwood-studios/NwPluginAPI.git
branch: master
repo: git@github.com:northwood-studios/NwPluginAPI.git
id: Command
path: ../NwPluginAPI/Commands/Command.cs
startLine: 8
Expand Down Expand Up @@ -60,8 +60,8 @@ items:
source:
remote:
path: NwPluginAPI/Commands/Command.cs
branch: dev
repo: https://github.com/northwood-studios/NwPluginAPI.git
branch: master
repo: git@github.com:northwood-studios/NwPluginAPI.git
id: Object
path: ../NwPluginAPI/Commands/Command.cs
startLine: 10
Expand Down Expand Up @@ -91,8 +91,8 @@ items:
source:
remote:
path: NwPluginAPI/Commands/Command.cs
branch: dev
repo: https://github.com/northwood-studios/NwPluginAPI.git
branch: master
repo: git@github.com:northwood-studios/NwPluginAPI.git
id: Plugin
path: ../NwPluginAPI/Commands/Command.cs
startLine: 11
Expand Down
4 changes: 2 additions & 2 deletions docs/PluginAPI.Commands.CommandsManager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ items:
source:
remote:
path: NwPluginAPI/Commands/CommandsManager.cs
branch: dev
repo: https://github.com/northwood-studios/NwPluginAPI.git
branch: master
repo: git@github.com:northwood-studios/NwPluginAPI.git
id: CommandsManager
path: ../NwPluginAPI/Commands/CommandsManager.cs
startLine: 13
Expand Down
20 changes: 10 additions & 10 deletions docs/PluginAPI.Commands.ListCommand.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ items:
source:
remote:
path: NwPluginAPI/Commands/ListCommand.cs
branch: dev
repo: https://github.com/northwood-studios/NwPluginAPI.git
branch: master
repo: git@github.com:northwood-studios/NwPluginAPI.git
id: ListCommand
path: ../NwPluginAPI/Commands/ListCommand.cs
startLine: 10
Expand Down Expand Up @@ -77,8 +77,8 @@ items:
source:
remote:
path: NwPluginAPI/Commands/ListCommand.cs
branch: dev
repo: https://github.com/northwood-studios/NwPluginAPI.git
branch: master
repo: git@github.com:northwood-studios/NwPluginAPI.git
id: Command
path: ../NwPluginAPI/Commands/ListCommand.cs
startLine: 14
Expand Down Expand Up @@ -115,8 +115,8 @@ items:
source:
remote:
path: NwPluginAPI/Commands/ListCommand.cs
branch: dev
repo: https://github.com/northwood-studios/NwPluginAPI.git
branch: master
repo: git@github.com:northwood-studios/NwPluginAPI.git
id: Aliases
path: ../NwPluginAPI/Commands/ListCommand.cs
startLine: 16
Expand Down Expand Up @@ -153,8 +153,8 @@ items:
source:
remote:
path: NwPluginAPI/Commands/ListCommand.cs
branch: dev
repo: https://github.com/northwood-studios/NwPluginAPI.git
branch: master
repo: git@github.com:northwood-studios/NwPluginAPI.git
id: Description
path: ../NwPluginAPI/Commands/ListCommand.cs
startLine: 18
Expand Down Expand Up @@ -191,8 +191,8 @@ items:
source:
remote:
path: NwPluginAPI/Commands/ListCommand.cs
branch: dev
repo: https://github.com/northwood-studios/NwPluginAPI.git
branch: master
repo: git@github.com:northwood-studios/NwPluginAPI.git
id: Execute
path: ../NwPluginAPI/Commands/ListCommand.cs
startLine: 20
Expand Down
Loading

0 comments on commit db74f85

Please sign in to comment.