Skip to content

Commit

Permalink
Update version to 4.0.0-rtm
Browse files Browse the repository at this point in the history
  • Loading branch information
Tratcher committed Jan 29, 2018
1 parent 6ab8574 commit 0156279
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions build/Katana.version.targets
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<PropertyGroup>
<ShipVersion>4.0.0</ShipVersion>
<ShipStrongNameVersion>4.0.0.0</ShipStrongNameVersion>
<ShipFullVersion>4.0.0-preview1-000</ShipFullVersion>
<ShipFileVersion>4.0.61115.0</ShipFileVersion>
<ShipFullVersion>4.0.0-rtm-000</ShipFullVersion>
<ShipFileVersion>4.0.70129.0</ShipFileVersion>
<MajorVersion>4</MajorVersion>
<MinorVersion>0</MinorVersion>
<PatchVersion>0</PatchVersion>
<BuildQuality>preview1</BuildQuality>
<BuildDate>61115</BuildDate>
<BuildQuality>rtm</BuildQuality>
<BuildDate>70129</BuildDate>
<BranchSuffix></BranchSuffix>
<Eula>https://www.microsoft.com/web/webpi/eula/net_library_eula_enu.htm</Eula>
<ProjectUrl>https://github.com/aspnet/AspNetKatana/</ProjectUrl>
Expand Down
4 changes: 2 additions & 2 deletions build/Sakefile.shade
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

var PROJECT='Katana'
var AUTHORS='Microsoft'
var SHIP='${Version(4, 0, 0, "preview1")}'
var SHIP='${Version(4, 0, 0, "rtm")}'
var DEV='${Version(0, 31, 0, "pre")}'
set FINAL_MILESTONE='${false}'
set FINAL_MILESTONE='${true}'
var AZUREAD_VERSION='5.2.0'
var AZUREAD_SUFFIX=''
var VERSION='${SHIP.VERSION}'
Expand Down

0 comments on commit 0156279

Please sign in to comment.