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

Commit 37d2796

Browse files
committed
bump to v5.11
1 parent d60fd26 commit 37d2796

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22

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

src/ServiceStack.Text/Env.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ static Env()
113113

114114
public static string VersionString { get; set; }
115115

116-
public static decimal ServiceStackVersion = 5.105m;
116+
public static decimal ServiceStackVersion = 5.11m;
117117

118118
public static bool IsLinux { get; set; }
119119

tests/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22

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

0 commit comments

Comments
 (0)