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

Commit e12b076

Browse files
committed
bump to v5.6.1
1 parent 87b940d commit e12b076

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
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.5.1</Version>
4+
<Version>5.6.1</Version>
55
<AssemblyVersion>5.0.0.0</AssemblyVersion>
66
<Authors>ServiceStack</Authors>
77
<Company>ServiceStack, Inc.</Company>

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.5.1</Version>
4+
<Version>5.6.1</Version>
55
<AssemblyVersion>5.0.0.0</AssemblyVersion>
66
<LangVersion>latest</LangVersion>
77
<Authors>ServiceStack</Authors>

tests/ServiceStack.OrmLite.Tests/OrderByTests.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
using System.Linq;
1+
using System;
2+
using System.Linq;
23
using NUnit.Framework;
4+
using ServiceStack.DataAnnotations;
35
using ServiceStack.OrmLite.Tests.Expression;
46
using ServiceStack.Text;
57

@@ -76,6 +78,5 @@ public void Can_OrderBy_multi_table_expression()
7678
var results = db.Select(q);
7779
}
7880
}
79-
8081
}
8182
}

0 commit comments

Comments
 (0)