Skip to content

Commit

Permalink
INCR to v3.69
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Apr 13, 2012
1 parent 74af705 commit e2c2892
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>ServiceStack.OrmLite.Firebird</id>
<version>3.6.4</version>
<version>3.6.9</version>
<authors>Demis Bellot</authors>
<owners>Demis Bellot</owners>
<description>
Light, simple and fast convention-based code-first POCO ORM for Firebird.
Support for Creating and Dropping Table Schemas from POCOs, Complex Property types transparently stored in schemaless text blobs.
Support for Creating and Dropping Table Schemas from POCOs, Complex Property types transparently stored in schemaless text blobs in Firebird.
</description>
<projectUrl>https://github.com/ServiceStack/ServiceStack.OrmLite</projectUrl>
<licenseUrl>https://github.com/ServiceStack/ServiceStack.OrmLite/blob/master/LICENSE</licenseUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>ServiceStack.OrmLite.MySql</id>
<version>3.6.4</version>
<version>3.6.9</version>
<authors>Demis Bellot</authors>
<owners>Demis Bellot</owners>
<description>
Light, simple and fast convention-based code-first POCO ORM for MySQL.
Support for Creating and Dropping Table Schemas from POCOs, Complex Property types transparently stored in schemaless text blobs.
Support for Creating and Dropping Table Schemas from POCOs, Complex Property types transparently stored in schemaless text blobs in MySQL.
</description>
<projectUrl>https://github.com/ServiceStack/ServiceStack.OrmLite</projectUrl>
<licenseUrl>https://github.com/ServiceStack/ServiceStack.OrmLite/blob/master/LICENSE</licenseUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>ServiceStack.OrmLite.PostgreSQL</id>
<version>3.6.4</version>
<version>3.6.9</version>
<authors>Demis Bellot</authors>
<owners>Demis Bellot</owners>
<description>
Light, simple and fast convention-based code-first POCO ORM for PostgreSQL.
Support for Creating and Dropping Table Schemas from POCOs, Complex Property types transparently stored in schemaless text blobs.
Support for Creating and Dropping Table Schemas from POCOs, Complex Property types transparently stored in schemaless text blobs in Postgres.
</description>
<projectUrl>https://github.com/ServiceStack/ServiceStack.OrmLite</projectUrl>
<licenseUrl>https://github.com/ServiceStack/ServiceStack.OrmLite/blob/master/LICENSE</licenseUrl>
<iconUrl>http://www.servicestack.net/logo-100x100.png</iconUrl>
<tags>PostgreSQL OrmLite POCO Code-First Orm Schema-less Blobs</tags>
<tags>PostgreSQL Postgres OrmLite POCO Code-First Orm Schema-less Blobs</tags>
<language>en-US</language>
<copyright>ServiceStack 2012 and contributors</copyright>
<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>ServiceStack.OrmLite.SqlServer</id>
<version>3.6.4</version>
<version>3.6.9</version>
<authors>Demis Bellot</authors>
<owners>Demis Bellot</owners>
<description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>ServiceStack.OrmLite.Sqlite32</id>
<version>3.6.4</version>
<version>3.6.9</version>
<authors>Demis Bellot</authors>
<owners>Demis Bellot</owners>
<description>
Light, simple and fast convention-based code-first POCO ORM. Support for Creating and Dropping Table Schemas from POCOs, Complex Property types transparently stored in schemaless text blobs.
Light, simple and fast convention-based code-first POCO ORM. Support for Creating and Dropping Table Schemas from POCOs, Complex Property types transparently stored in schemaless text blobs in Sqlite.
</description>
<projectUrl>https://github.com/ServiceStack/ServiceStack.OrmLite</projectUrl>
<licenseUrl>https://github.com/ServiceStack/ServiceStack.OrmLite/blob/master/LICENSE</licenseUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>ServiceStack.OrmLite.Sqlite64</id>
<version>3.6.4</version>
<version>3.6.9</version>
<authors>Demis Bellot</authors>
<owners>Demis Bellot</owners>
<description>
Light, simple and fast convention-based code-first POCO ORM. Support for Creating and Dropping Table Schemas from POCOs, Complex Property types transparently stored in schemaless text blobs.
Light, simple and fast convention-based code-first POCO ORM. Support for Creating and Dropping Table Schemas from POCOs, Complex Property types transparently stored in schemaless text blobs in Sqlite.
</description>
<projectUrl>https://github.com/ServiceStack/ServiceStack.OrmLite</projectUrl>
<licenseUrl>https://github.com/ServiceStack/ServiceStack.OrmLite/blob/master/LICENSE</licenseUrl>
Expand Down
2 changes: 1 addition & 1 deletion src/ServiceStack.OrmLite/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.6.4.*")]
[assembly: AssemblyVersion("3.6.9.*")]
//[assembly: AssemblyFileVersion("1.0.*")]

0 comments on commit e2c2892

Please sign in to comment.