Skip to content

Commit

Permalink
Merge pull request #6 from Sarafian/Update-dev-version
Browse files Browse the repository at this point in the history
Back to 4 digit versions with build number
  • Loading branch information
Sarafian committed Mar 28, 2016
2 parents a159ec6 + 52ab737 commit 3c8f152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Publish/Version.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ function Get-Version {
$minor=0
$patch=0

return "$major.$minor"
#return "$major.$minor"

$date=(Get-Date).ToUniversalTime()
<#Semantic version doesn't work yet when Install-Package
Expand Down

0 comments on commit 3c8f152

Please sign in to comment.