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

Commit 9300fd0

Browse files
committed
INCR to v3.9.39
1 parent 538e67c commit 9300fd0

File tree

10 files changed

+11
-11
lines changed

10 files changed

+11
-11
lines changed

NuGet/ServiceStack.OrmLite.Firebird/servicestack.ormlite.firebird.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
44
<id>ServiceStack.OrmLite.Firebird</id>
55
<title>OrmLite.FireBird - Fast, code-first, config-free Poco ORM</title>
6-
<version>3.9.38</version>
6+
<version>3.9.39</version>
77
<authors>Demis Bellot, Angel Colmenares</authors>
88
<owners>Demis Bellot, Angel Colmenares</owners>
99
<description>

NuGet/ServiceStack.OrmLite.MySql/servicestack.ormlite.mysql.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
44
<id>ServiceStack.OrmLite.MySql</id>
55
<title>OrmLite.MySQL - Fast, code-first, config-free Poco ORM</title>
6-
<version>3.9.38</version>
6+
<version>3.9.39</version>
77
<authors>Demis Bellot, Thomas Grassauer</authors>
88
<owners>Demis Bellot, Thomas Grassauer</owners>
99
<description>

NuGet/ServiceStack.OrmLite.Oracle/servicestack.ormlite.oracle.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
44
<id>ServiceStack.OrmLite.Oracle</id>
55
<title>OrmLite.Oracle - Fast, code-first, config-free Poco ORM</title>
6-
<version>3.9.38</version>
6+
<version>3.9.39</version>
77
<authors>Demis Bellot, Guru Kathiresan</authors>
88
<owners>Demis Bellot, Guru Kathiresan</owners>
99
<description>

NuGet/ServiceStack.OrmLite.PostgreSQL/servicestack.ormlite.postgresql.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
44
<id>ServiceStack.OrmLite.PostgreSQL</id>
55
<title>OrmLite.PostgreSQL - Fast, code-first, config-free Poco ORM</title>
6-
<version>3.9.38</version>
6+
<version>3.9.39</version>
77
<authors>Demis Bellot, Tomasz Kubacki</authors>
88
<owners>Demis Bellot, Tomasz Kubacki</owners>
99
<description>

NuGet/ServiceStack.OrmLite.SqlServer/servicestack.ormlite.sqlserver.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
44
<id>ServiceStack.OrmLite.SqlServer</id>
55
<title>OrmLite.SqlServer - Fast, code-first, config-free Poco ORM</title>
6-
<version>3.9.38</version>
6+
<version>3.9.39</version>
77
<authors>Demis Bellot</authors>
88
<owners>Demis Bellot</owners>
99
<description>

NuGet/ServiceStack.OrmLite.Sqlite.Mono/servicestack.ormlite.sqlite.mono.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
44
<id>ServiceStack.OrmLite.Sqlite.Mono</id>
55
<title>OrmLite.Sqlite - Compatible with Mono. inc. win x86/64 sqlite.dll</title>
6-
<version>3.9.38</version>
6+
<version>3.9.39</version>
77
<authors>Demis Bellot</authors>
88
<owners>Demis Bellot</owners>
99
<description>

NuGet/ServiceStack.OrmLite.Sqlite32/servicestack.ormlite.sqlite32.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
44
<id>ServiceStack.OrmLite.Sqlite32</id>
55
<title>OrmLite.Sqlite.32bit - Fast, code-first, config-free Poco ORM</title>
6-
<version>3.9.38</version>
6+
<version>3.9.39</version>
77
<authors>Demis Bellot</authors>
88
<owners>Demis Bellot</owners>
99
<description>

NuGet/ServiceStack.OrmLite.Sqlite64/servicestack.ormlite.sqlite64.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
44
<id>ServiceStack.OrmLite.Sqlite64</id>
55
<title>OrmLite.Sqlite.64bit - Fast, code-first, config-free Poco ORM</title>
6-
<version>3.9.38</version>
6+
<version>3.9.39</version>
77
<authors>Demis Bellot</authors>
88
<owners>Demis Bellot</owners>
99
<description>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ extracting them from the published NuGet packages. The url to download a nuget p
5050

5151
So to get the OrmLite MySQL provider in OSX/Linux (or using gnu tools for Windows) you can just do:
5252

53-
wget -O OrmLite.MySql.zip http://packages.nuget.org/api/v1/package/ServiceStack.OrmLite.MySql/3.9.38
53+
wget -O OrmLite.MySql.zip http://packages.nuget.org/api/v1/package/ServiceStack.OrmLite.MySql/3.9.39
5454
unzip OrmLite.MySql.zip 'lib/*'
5555

5656
which will download and extract the dlls into your local local `lib/` folder.
@@ -93,7 +93,7 @@ Apart from a slight performance increase, parameterized API's now lets you inser
9393

9494
## New API's to execute custom SQL
9595

96-
Prior to v3.9.38 the ways to execute custom SQL was with `db.ExecuteSql()` which as it only returned an int code, users were using `db.Query` to read arbitrary sql returning tabular resultsets. However db.Query is only intended for SELECT statements. For this purpose we've introduced new API's for executing custom sql, e.g:
96+
Prior to v3.9.39 the ways to execute custom SQL was with `db.ExecuteSql()` which as it only returned an int code, users were using `db.Query` to read arbitrary sql returning tabular resultsets. However db.Query is only intended for SELECT statements. For this purpose we've introduced new API's for executing custom sql, e.g:
9797

9898
```csharp
9999
List<Poco> results = db.SqlList<Poco>("EXEC GetAnalyticsForWeek 1");

src/ServiceStack.OrmLite/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("3.9.38.0")]
34+
[assembly: AssemblyVersion("3.9.39.0")]
3535
//[assembly: AssemblyFileVersion("1.0.*")]

0 commit comments

Comments
 (0)