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

Commit 75976eb

Browse files
committed
INCR to v3.9.43
1 parent 6b80ea5 commit 75976eb

File tree

18 files changed

+33
-40
lines changed

18 files changed

+33
-40
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.42</version>
6+
<version>3.9.43</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.42</version>
6+
<version>3.9.43</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.42</version>
6+
<version>3.9.43</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.42</version>
6+
<version>3.9.43</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.42</version>
6+
<version>3.9.43</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.42</version>
6+
<version>3.9.43</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.42</version>
6+
<version>3.9.43</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.42</version>
6+
<version>3.9.43</version>
77
<authors>Demis Bellot</authors>
88
<owners>Demis Bellot</owners>
99
<description>

build/build.bat

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,3 @@ COPY ..\src\ServiceStack.OrmLite.SqlServer\bin\%BUILD%\ServiceStack.OrmLite.* ..
4747

4848
COPY ..\src\ServiceStack.OrmLite.Sqlite\bin\%BUILD%\ServiceStack.OrmLite.* ..\..\ServiceStack.Examples\lib
4949
COPY ..\src\ServiceStack.OrmLite.Sqlite\bin\%BUILD%\ServiceStack.OrmLite.* ..\..\ServiceStack.Contrib\lib
50-
51-
52-
REM Now using NuGet package
53-
REM COPY ..\lib\x32\net35\System.Data.SQLite.dll ..\..\ServiceStack.OrmLite\NuGet\ServiceStack.OrmLite.Sqlite32\lib\net35
54-
REM COPY ..\lib\x32\net40\System.Data.SQLite.dll ..\..\ServiceStack.OrmLite\NuGet\ServiceStack.OrmLite.Sqlite32\lib\net40
55-
REM COPY ..\lib\x64\net35\System.Data.SQLite.dll ..\..\ServiceStack.OrmLite\NuGet\ServiceStack.OrmLite.Sqlite64\lib\net35
56-
REM COPY ..\lib\x64\net40\System.Data.SQLite.dll ..\..\ServiceStack.OrmLite\NuGet\ServiceStack.OrmLite.Sqlite64\lib\net40

lib/ServiceStack.Common.dll

3.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)