diff --git a/plugins.sln b/plugins.sln
index 6c71926..70c0a6e 100644
--- a/plugins.sln
+++ b/plugins.sln
@@ -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
diff --git a/plugins/VoiceAttack-base/base.cs b/plugins/VoiceAttack-base/base.cs
index 9d7a1bd..edd84df 100644
--- a/plugins/VoiceAttack-base/base.cs
+++ b/plugins/VoiceAttack-base/base.cs
@@ -547,11 +547,8 @@ namespace alterNERDtive
| required VoiceAttack plugin shenanigans |
\========================================*/
- ///
- /// The plugin’s version, as required by the VoiceAttack plugin API.
- ///
[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");
///
/// The plugin’s GUID, as required by the VoiceAttack plugin API.