Skip to content

Commit

Permalink
Update with MySQL and Firebird NuGet builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Feb 1, 2012
1 parent a160dd2 commit 728a265
Show file tree
Hide file tree
Showing 28 changed files with 701 additions and 572 deletions.
3 changes: 3 additions & 0 deletions NuGet/NuGetPack.cmd
@@ -1,3 +1,6 @@
nuget pack ServiceStack.OrmLite.Sqlite32\servicestack.ormlite.sqlite32.nuspec
nuget pack ServiceStack.OrmLite.Sqlite64\servicestack.ormlite.sqlite64.nuspec
nuget pack ServiceStack.OrmLite.SqlServer\servicestack.ormlite.sqlserver.nuspec
nuget pack ServiceStack.OrmLite.MySql\servicestack.ormlite.mysql.nuspec
nuget pack ServiceStack.OrmLite.MySql\servicestack.ormlite.firebird.nuspec

Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,22 @@
<?xml version="1.0"?>
<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.4.2</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.
</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>Firebird OrmLite POCO Code-First Orm Schema-less Blobs</tags>
<language>en-US</language>
<copyright>Liquidbit 2011 and contributors</copyright>
<dependencies>
<dependency id="ServiceStack.Common" />
</dependencies>
</metadata>
</package>
Binary file not shown.
Binary file not shown.
Binary file not shown.
22 changes: 22 additions & 0 deletions NuGet/ServiceStack.OrmLite.MySql/servicestack.ormlite.mysql.nuspec
@@ -0,0 +1,22 @@
<?xml version="1.0"?>
<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.4.2</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.
</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>MySql OrmLite POCO Code-First Orm Schema-less Blobs</tags>
<language>en-US</language>
<copyright>Liquidbit 2011 and contributors</copyright>
<dependencies>
<dependency id="ServiceStack.Common" />
</dependencies>
</metadata>
</package>
Binary file not shown.
Binary file not shown.
Expand Up @@ -2,11 +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.SqlServer</id>
<version>3.1.7</version>
<version>3.4.2</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 for Sql Server.
Support for Creating and Dropping Table Schemas from POCOs, Complex Property types transparently stored in schemaless text blobs.
</description>
<projectUrl>https://github.com/ServiceStack/ServiceStack.OrmLite</projectUrl>
<licenseUrl>https://github.com/ServiceStack/ServiceStack.OrmLite/blob/master/LICENSE</licenseUrl>
Expand Down
Binary file not shown.
Binary file not shown.
Expand Up @@ -2,10 +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.Sqlite32</id>
<version>3.0.6</version>
<version>3.4.2</version>
<authors>Demis Bellot</authors>
<owners>Demis Bellot</owners>
<description>ServiceStack.NET OrmLite - Light, simple and fast convention-based POCO ORM</description>
<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.
</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>
Expand Down
Binary file not shown.
Binary file modified NuGet/ServiceStack.OrmLite.Sqlite64/lib/ServiceStack.OrmLite.dll
Binary file not shown.
Expand Up @@ -2,10 +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.Sqlite64</id>
<version>3.0.6</version>
<version>3.4.2</version>
<authors>Demis Bellot</authors>
<owners>Demis Bellot</owners>
<description>ServiceStack.NET OrmLite - Light, simple and fast convention-based POCO ORM</description>
<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.
</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>
Expand Down
5 changes: 5 additions & 0 deletions build/build.bat
Expand Up @@ -4,8 +4,12 @@ SET BUILD=Release
COPY ..\src\ServiceStack.OrmLite.Sqlite32\bin\%BUILD%\ServiceStack.OrmLite.* ..\..\ServiceStack.OrmLite\NuGet\ServiceStack.OrmLite.Sqlite32\lib
COPY ..\src\ServiceStack.OrmLite.Sqlite64\bin\%BUILD%\ServiceStack.OrmLite.* ..\..\ServiceStack.OrmLite\NuGet\ServiceStack.OrmLite.Sqlite64\lib
COPY ..\src\ServiceStack.OrmLite.SqlServer\bin\%BUILD%\ServiceStack.OrmLite.* ..\..\ServiceStack.OrmLite\NuGet\ServiceStack.OrmLite.SqlServer\lib
COPY ..\src\ServiceStack.OrmLite.MySql\bin\%BUILD%\ServiceStack.OrmLite.* ..\..\ServiceStack.OrmLite\NuGet\ServiceStack.OrmLite.MySql\lib
COPY ..\src\ServiceStack.OrmLite.Firebird\bin\%BUILD%\ServiceStack.OrmLite.* ..\..\ServiceStack.OrmLite\NuGet\ServiceStack.OrmLite.Firebird\lib
COPY ..\src\ServiceStack.OrmLite.Sqlite32\bin\%BUILD%\System.Data.SQLite.* ..\..\ServiceStack.OrmLite\NuGet\ServiceStack.OrmLite.Sqlite32\lib
COPY ..\src\ServiceStack.OrmLite.Sqlite64\bin\%BUILD%\System.Data.SQLite.* ..\..\ServiceStack.OrmLite\NuGet\ServiceStack.OrmLite.Sqlite64\lib
COPY ..\src\ServiceStack.OrmLite.MySql\bin\%BUILD%\mysql.data.dll ..\..\ServiceStack.OrmLite\NuGet\ServiceStack.OrmLite.MySql\lib
COPY ..\src\ServiceStack.OrmLite.Firebird\bin\%BUILD%\FirebirdSql.Data.FirebirdClient.dll ..\..\ServiceStack.OrmLite\NuGet\ServiceStack.OrmLite.Firebird\lib

COPY ..\src\ServiceStack.OrmLite.SqlServer\bin\%BUILD%\*.* ..\..\ServiceStack\release\latest\ServiceStack.OrmLite
COPY ..\src\ServiceStack.OrmLite.Sqlite32\bin\%BUILD%\ServiceStack.OrmLite.SqliteNET.* ..\..\ServiceStack\release\latest\ServiceStack.OrmLite\x32
Expand All @@ -19,3 +23,4 @@ COPY ..\src\ServiceStack.OrmLite.SqlServer\bin\%BUILD%\ServiceStack.OrmLite.* ..

COPY ..\src\ServiceStack.OrmLite.Sqlite\bin\%BUILD%\ServiceStack.OrmLite.* ..\..\ServiceStack.Examples\lib
COPY ..\src\ServiceStack.OrmLite.Sqlite\bin\%BUILD%\ServiceStack.OrmLite.* ..\..\ServiceStack.Contrib\lib

Binary file modified lib/ServiceStack.Common.dll
Binary file not shown.
Binary file modified lib/ServiceStack.Common.pdb
Binary file not shown.
Binary file modified lib/ServiceStack.Interfaces.dll
Binary file not shown.
Binary file modified lib/ServiceStack.Text.dll
Binary file not shown.
Binary file modified lib/ServiceStack.Text.pdb
Binary file not shown.
122 changes: 61 additions & 61 deletions src/FirebirdTests/TestLiteFirebird00/TestLiteFirebird00.csproj
@@ -1,62 +1,62 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>10.0.0</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{83CEE527-DC55-4AB1-82FC-B90F17AB0E66}</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>TestLiteFirebird00</RootNamespace>
<AssemblyName>TestLiteFirebird00</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug</OutputPath>
<DefineConstants>DEBUG;</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Externalconsole>true</Externalconsole>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>none</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Release</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Externalconsole>true</Externalconsole>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Data" />
<Reference Include="System.ComponentModel.DataAnnotations" />
<Reference Include="ServiceStack.Common, Version=1.0.4408.9285, Culture=neutral, PublicKeyToken=null">
<HintPath>..\..\..\lib\ServiceStack.Common.dll</HintPath>
</Reference>
<Reference Include="ServiceStack.Interfaces, Version=1.0.4408.9285, Culture=neutral, PublicKeyToken=null">
<HintPath>..\..\..\lib\ServiceStack.Interfaces.dll</HintPath>
</Reference>
<Reference Include="ServiceStack.Text, Version=3.3.3.8701, Culture=neutral, PublicKeyToken=null">
<HintPath>..\..\..\lib\ServiceStack.Text.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Main.cs" />
<Compile Include="AssemblyInfo.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>
<ProjectReference Include="..\..\ServiceStack.OrmLite\ServiceStack.OrmLite.csproj">
<Project>{96179AC6-F6F1-40C3-9FDD-4F6582F54C5C}</Project>
<Name>ServiceStack.OrmLite</Name>
</ProjectReference>
<ProjectReference Include="..\..\ServiceStack.OrmLite.Firebird\ServiceStack.OrmLite.Firebird.csproj">
<Project>{317B64BA-D7A6-4A15-8719-821B38147C63}</Project>
<Name>ServiceStack.OrmLite.Firebird</Name>
</ProjectReference>
</ItemGroup>
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>10.0.0</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{83CEE527-DC55-4AB1-82FC-B90F17AB0E66}</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>TestLiteFirebird00</RootNamespace>
<AssemblyName>TestLiteFirebird00</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug</OutputPath>
<DefineConstants>DEBUG;</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Externalconsole>true</Externalconsole>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>none</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Release</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Externalconsole>true</Externalconsole>
</PropertyGroup>
<ItemGroup>
<Reference Include="ServiceStack.Common">
<HintPath>..\..\..\lib\ServiceStack.Common.dll</HintPath>
</Reference>
<Reference Include="ServiceStack.Interfaces">
<HintPath>..\..\..\lib\ServiceStack.Interfaces.dll</HintPath>
</Reference>
<Reference Include="ServiceStack.Text">
<HintPath>..\..\..\lib\ServiceStack.Text.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Data" />
<Reference Include="System.ComponentModel.DataAnnotations" />
</ItemGroup>
<ItemGroup>
<Compile Include="Main.cs" />
<Compile Include="AssemblyInfo.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>
<ProjectReference Include="..\..\ServiceStack.OrmLite\ServiceStack.OrmLite.csproj">
<Project>{96179AC6-F6F1-40C3-9FDD-4F6582F54C5C}</Project>
<Name>ServiceStack.OrmLite</Name>
</ProjectReference>
<ProjectReference Include="..\..\ServiceStack.OrmLite.Firebird\ServiceStack.OrmLite.Firebird.csproj">
<Project>{317B64BA-D7A6-4A15-8719-821B38147C63}</Project>
<Name>ServiceStack.OrmLite.Firebird</Name>
</ProjectReference>
</ItemGroup>
</Project>
122 changes: 61 additions & 61 deletions src/FirebirdTests/TestSimpleFirebird01/TestLiteFirebird01.csproj
@@ -1,62 +1,62 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>10.0.0</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{1E5BEEEC-9A28-4BCC-B6DD-9B342C3F3003}</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>TestSimpleFirebird01</RootNamespace>
<AssemblyName>TestSimpleFirebird01</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug</OutputPath>
<DefineConstants>DEBUG</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Externalconsole>true</Externalconsole>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>none</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Release</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Externalconsole>true</Externalconsole>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.ComponentModel.DataAnnotations" />
<Reference Include="System.Data" />
<Reference Include="ServiceStack.Interfaces, Version=1.0.4408.9285, Culture=neutral, PublicKeyToken=null">
<HintPath>..\..\..\lib\ServiceStack.Interfaces.dll</HintPath>
</Reference>
<Reference Include="ServiceStack.Text, Version=3.3.3.8701, Culture=neutral, PublicKeyToken=null">
<HintPath>..\..\..\lib\ServiceStack.Text.dll</HintPath>
</Reference>
<Reference Include="ServiceStack.Common, Version=1.0.4408.9285, Culture=neutral, PublicKeyToken=null">
<HintPath>..\..\..\lib\ServiceStack.Common.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Main.cs" />
<Compile Include="AssemblyInfo.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>
<ProjectReference Include="..\..\ServiceStack.OrmLite\ServiceStack.OrmLite.csproj">
<Project>{96179AC6-F6F1-40C3-9FDD-4F6582F54C5C}</Project>
<Name>ServiceStack.OrmLite</Name>
</ProjectReference>
<ProjectReference Include="..\..\ServiceStack.OrmLite.Firebird\ServiceStack.OrmLite.Firebird.csproj">
<Project>{317B64BA-D7A6-4A15-8719-821B38147C63}</Project>
<Name>ServiceStack.OrmLite.Firebird</Name>
</ProjectReference>
</ItemGroup>
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>10.0.0</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{1E5BEEEC-9A28-4BCC-B6DD-9B342C3F3003}</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>TestSimpleFirebird01</RootNamespace>
<AssemblyName>TestSimpleFirebird01</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug</OutputPath>
<DefineConstants>DEBUG</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Externalconsole>true</Externalconsole>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>none</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Release</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Externalconsole>true</Externalconsole>
</PropertyGroup>
<ItemGroup>
<Reference Include="ServiceStack.Common">
<HintPath>..\..\..\lib\ServiceStack.Common.dll</HintPath>
</Reference>
<Reference Include="ServiceStack.Interfaces">
<HintPath>..\..\..\lib\ServiceStack.Interfaces.dll</HintPath>
</Reference>
<Reference Include="ServiceStack.Text">
<HintPath>..\..\..\lib\ServiceStack.Text.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.ComponentModel.DataAnnotations" />
<Reference Include="System.Data" />
</ItemGroup>
<ItemGroup>
<Compile Include="Main.cs" />
<Compile Include="AssemblyInfo.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>
<ProjectReference Include="..\..\ServiceStack.OrmLite\ServiceStack.OrmLite.csproj">
<Project>{96179AC6-F6F1-40C3-9FDD-4F6582F54C5C}</Project>
<Name>ServiceStack.OrmLite</Name>
</ProjectReference>
<ProjectReference Include="..\..\ServiceStack.OrmLite.Firebird\ServiceStack.OrmLite.Firebird.csproj">
<Project>{317B64BA-D7A6-4A15-8719-821B38147C63}</Project>
<Name>ServiceStack.OrmLite.Firebird</Name>
</ProjectReference>
</ItemGroup>
</Project>

0 comments on commit 728a265

Please sign in to comment.