diff --git a/DocumentationAnalyzers/Directory.Build.props b/DocumentationAnalyzers/Directory.Build.props
index a55a400..e1782d0 100644
--- a/DocumentationAnalyzers/Directory.Build.props
+++ b/DocumentationAnalyzers/Directory.Build.props
@@ -7,10 +7,6 @@
Tunnel Vision Laboratories, LLC
Copyright © Tunnel Vision Laboratories, LLC 2018
en-US
-
- 1.0.0.0
- 1.0.0.0
- 1.0.0-dev
@@ -41,6 +37,10 @@
$(NoWarn),1573,1591,1712
+
+
+
+
diff --git a/DocumentationAnalyzers/DocumentationAnalyzers.CodeFixes/DocumentationAnalyzers.CodeFixes.csproj b/DocumentationAnalyzers/DocumentationAnalyzers.CodeFixes/DocumentationAnalyzers.CodeFixes.csproj
index 1b116af..0477142 100644
--- a/DocumentationAnalyzers/DocumentationAnalyzers.CodeFixes/DocumentationAnalyzers.CodeFixes.csproj
+++ b/DocumentationAnalyzers/DocumentationAnalyzers.CodeFixes/DocumentationAnalyzers.CodeFixes.csproj
@@ -8,7 +8,11 @@
true
true
DocumentationAnalyzers.nuspec
- configuration=$(Configuration);version=$(InformationalVersion)
+
+
+
+
+ $(NoWarn),NU5105
@@ -43,4 +47,9 @@
+
+
+ configuration=$(Configuration);version=$(PackageVersion)
+
+
\ No newline at end of file
diff --git a/DocumentationAnalyzers/DocumentationAnalyzers.CodeFixes/DocumentationAnalyzers.nuspec b/DocumentationAnalyzers/DocumentationAnalyzers.CodeFixes/DocumentationAnalyzers.nuspec
index b902d6d..273d8ff 100644
--- a/DocumentationAnalyzers/DocumentationAnalyzers.CodeFixes/DocumentationAnalyzers.nuspec
+++ b/DocumentationAnalyzers/DocumentationAnalyzers.CodeFixes/DocumentationAnalyzers.nuspec
@@ -1,9 +1,9 @@
- DocumentationAnalyzers
+ DotNetAnalyzers.DocumentationAnalyzers
0.0.0
- DocumentationAnalyzers
+ DotNetAnalyzers.DocumentationAnalyzers
Sam Harwell et. al.
Sam Harwell
https://raw.githubusercontent.com/DotNetAnalyzers/DocumentationAnalyzers/$version$/LICENSE
diff --git a/DocumentationAnalyzers/version.json b/DocumentationAnalyzers/version.json
new file mode 100644
index 0000000..e99b25f
--- /dev/null
+++ b/DocumentationAnalyzers/version.json
@@ -0,0 +1,18 @@
+{
+ "$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
+ "version": "1.0-beta.{height}",
+ "assemblyVersion": {
+ "precision": "revision"
+ },
+ "publicReleaseRefSpec": [
+ "^refs/heads/master$"
+ ],
+ "nugetPackageVersion": {
+ "semVer": 2
+ },
+ "cloudBuild": {
+ "buildNumber": {
+ "enabled": true
+ }
+ }
+}
diff --git a/appveyor.yml b/appveyor.yml
index 9e6b27d..535e1c2 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,4 +1,4 @@
-version: 1.0.{build}
+version: '{build}'
image: Visual Studio 2017
init:
- git config --global core.autocrlf true