Version bump to 2.0.0

This commit is contained in:
Ani Betts
2020-08-20 15:08:11 +00:00
parent 7530fdca00
commit 55a223960d
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<version>1.9.1</version>
<version>2.0.0</version>
<authors>GitHub</authors>
<owners>Anaïs Betts</owners>
<licenseUrl>https://github.com/squirrel/Squirrel.Windows/blob/master/COPYING</licenseUrl>

View File

@@ -1,11 +1,11 @@
{
"version": "1.9.2-preview.{height}",
"version": "2.0.0",
"publicReleaseRefSpec": [
"^refs/heads/master$"
],
"cloudBuild": {
"buildNumber": {
"enabled": true
"enabled": false
}
}
}