File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/Umbraco.Core/Configuration Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
@ ECHO OFF
2
2
SET release = 7.1.0
3
- SET comment = RC
3
+ SET comment =
4
4
SET version = %release%
5
5
6
6
IF [%comment% ] EQU [] (SET version=%release% ) ELSE (SET version=%release% -%comment% )
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<PropertyGroup >
4
- <UmbracoVersion >7.1.0-RC </UmbracoVersion >
4
+ <UmbracoVersion >7.1.0</UmbracoVersion >
5
5
</PropertyGroup >
6
6
<Target Name =" CopyUmbracoFilesToWebRoot" BeforeTargets =" AfterBuild" >
7
7
<PropertyGroup >
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ public static Version Current
23
23
/// Gets the version comment (like beta or RC).
24
24
/// </summary>
25
25
/// <value>The version comment.</value>
26
- public static string CurrentComment { get { return "RC " ; } }
26
+ public static string CurrentComment { get { return "" ; } }
27
27
28
28
// Get the version of the umbraco.dll by looking at a class in that dll
29
29
// Had to do it like this due to medium trust issues, see: http://haacked.com/archive/2010/11/04/assembly-location-and-medium-trust.aspx
You can’t perform that action at this time.
0 commit comments