Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 6e2d35f

Browse files
committed
Upgrade to v15.4.0
1 parent e3f1f6f commit 6e2d35f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22

33
<PropertyGroup>
4-
<Version>5.13.3</Version>
4+
<Version>5.14.0</Version>
55
<Authors>ServiceStack</Authors>
66
<Company>ServiceStack, Inc.</Company>
77
<Copyright>&#169; 2008-2022 ServiceStack, Inc</Copyright>

src/ServiceStack.Text/Env.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ static Env()
117117

118118
public static string VersionString { get; set; }
119119

120-
public static decimal ServiceStackVersion = 5.133m;
120+
public static decimal ServiceStackVersion = 5.14m;
121121

122122
public static bool IsLinux { get; set; }
123123

tests/Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22

33
<PropertyGroup>
4-
<Version>5.13.3</Version>
4+
<Version>5.14.0</Version>
55
<LangVersion>latest</LangVersion>
66
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
77
</PropertyGroup>

0 commit comments

Comments
 (0)