This commit is contained in:
Tommy Parnell
2016-11-08 22:06:17 -05:00
parent 0376445350
commit 11c6bd9f42
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
"dependencies": {
"xunit": "2.2.0-beta2-build3300",
"dotnet-test-xunit": "2.2.0-preview2-build1029",
"UriBuilder.Fluent": "1.0.*"
"UriBuilder.Fluent": "1.0.0-*"
},
"frameworks": {

View File

@@ -2,7 +2,7 @@ $projectJsonFileLocation = "src/UriBuilder.Fluent/project.json"
$newVersion = $env:APPVEYOR_REPO_TAG_NAME
if($newVersion -eq $null)
{
$newVersion = "${env:APPVEYOR_BUILD_VERSION}-autobuild"
$newVersion = "1.0.0-${env:APPVEYOR_BUILD_NUMBER}"
}
if($newVersion -eq $null)
{