housekeeping

This commit is contained in:
alterNERDtive 2022-05-30 21:25:08 +02:00
parent e36358be9f
commit 02a401a047
2 changed files with 5 additions and 6 deletions

View file

@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30413.136
# Visual Studio Version 17
VisualStudioVersion = 17.3.32519.111
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VoiceAttack-base", "plugins\VoiceAttack-base\VoiceAttack-base.csproj", "{1C05DB3F-3449-4664-B363-A379892995E5}"
EndProject
@ -17,8 +17,10 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
CHANGELOG.md = CHANGELOG.md
Directory.build.props = Directory.build.props
mkdocs.yml = mkdocs.yml
README.md = README.md
stylecop.json = stylecop.json
VERSION = VERSION
EndProjectSection
EndProject

View file

@ -547,11 +547,8 @@ namespace alterNERDtive
| required VoiceAttack plugin shenanigans |
\========================================*/
/// <summary>
/// The plugins version, as required by the VoiceAttack plugin API.
/// </summary>
[System.Diagnostics.CodeAnalysis.SuppressMessage("StyleCop.CSharp.OrderingRules", "SA1201:Elements should appear in the correct order", Justification = "nicer grouping")]
public static readonly Version VERSION = new Version("4.3.1");
private static readonly Version VERSION = new ("4.3.1");
/// <summary>
/// The plugins GUID, as required by the VoiceAttack plugin API.