-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update nuspec files to point to github instead of codeplex
- Loading branch information
1 parent
4a21230
commit dc8b151
Showing
8 changed files
with
247 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<PropertyGroup> | ||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||
<Platform Condition=" '$(Platform)' == '' ">x86</Platform> | ||
<ProductVersion>8.0.30703</ProductVersion> | ||
<SchemaVersion>2.0</SchemaVersion> | ||
<ProjectGuid>{82DFA36E-87D4-4FFB-955F-E3E82D0F3A60}</ProjectGuid> | ||
<OutputType>Library</OutputType> | ||
<AppDesignerFolder>Properties</AppDesignerFolder> | ||
<RootNamespace>NuGetPackages</RootNamespace> | ||
<AssemblyName>NuGetPackages</AssemblyName> | ||
<TargetFrameworkProfile>Client</TargetFrameworkProfile> | ||
<FileAlignment>512</FileAlignment> | ||
<SccProjectName>SAK</SccProjectName> | ||
<SccLocalPath>SAK</SccLocalPath> | ||
<SccAuxPath>SAK</SccAuxPath> | ||
<SccProvider>SAK</SccProvider> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> | ||
<PlatformTarget>x86</PlatformTarget> | ||
<DebugSymbols>true</DebugSymbols> | ||
<DebugType>full</DebugType> | ||
<Optimize>false</Optimize> | ||
<OutputPath>bin\Debug\</OutputPath> | ||
<DefineConstants>DEBUG;TRACE</DefineConstants> | ||
<ErrorReport>prompt</ErrorReport> | ||
<WarningLevel>4</WarningLevel> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> | ||
<PlatformTarget>x86</PlatformTarget> | ||
<DebugType>pdbonly</DebugType> | ||
<Optimize>true</Optimize> | ||
<OutputPath>bin\Release\</OutputPath> | ||
<DefineConstants>TRACE</DefineConstants> | ||
<ErrorReport>prompt</ErrorReport> | ||
<WarningLevel>4</WarningLevel> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<None Include="SauceDBSQLCompact.nuspec" /> | ||
<None Include="SauceDBExtensions.nuspec" /> | ||
<None Include="SauceDBSQLite.nuspec" /> | ||
<None Include="SauceDBPostgre.nuspec" /> | ||
<None Include="SauceDBMySql.nuspec" /> | ||
<None Include="SauceDBSQL.nuspec" /> | ||
<None Include="SauceDBComplete.nuspec" /> | ||
</ItemGroup> | ||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | ||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. | ||
Other similar extension points exist, see Microsoft.Common.targets. | ||
<Target Name="BeforeBuild"> | ||
</Target> | ||
<Target Name="AfterBuild"> | ||
</Target> | ||
--> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
<?xml version="1.0"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> | ||
<metadata> | ||
<id>SauceDBComplete</id> | ||
<version>$version$</version> | ||
<title>SauceDB - Complete</title> | ||
<authors>iamkrillin</authors> | ||
<owners /> | ||
<licenseUrl>https://github.com/iamkrillin/SauceDB</licenseUrl> | ||
<projectUrl>https://github.com/iamkrillin/SauceDB/</projectUrl> | ||
<iconUrl>https://raw.githubusercontent.com/iamkrillin/SauceDB/master/logo.ico</iconUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description>Database access that just works - This is the complete package that will include support for the following datastores | ||
|
||
MySQL | ||
PostgresSQL | ||
SQL Server | ||
SQL Compact | ||
SQLite</description> | ||
<summary /> | ||
<dependencies> | ||
<dependency id="MySql.Data" version="6.4.3" /> | ||
<dependency id="System.Data.SQLite" version="1.0.66.1" /> | ||
<dependency id="Npgsql" version="2.0.11" /> | ||
</dependencies> | ||
</metadata> | ||
|
||
<files> | ||
<file src="E:\BuildOutput\Sauce\DataAccess.Core.dll" target="lib" /> | ||
<file src="E:\BuildOutput\Sauce\DataAccess.Core.xml" target="lib" /> | ||
|
||
<file src="E:\BuildOutput\Sauce\DataAccess.SqlServer.dll" target="lib" /> | ||
<file src="E:\BuildOutput\Sauce\DataAccess.SqlServer.xml" target="lib" /> | ||
|
||
<file src="E:\BuildOutput\Sauce\DataAccess.PostgreSQL.dll" target="lib" /> | ||
<file src="E:\BuildOutput\Sauce\DataAccess.PostgreSQL.xml" target="lib" /> | ||
|
||
<file src="E:\BuildOutput\Sauce\DataAccess.SQLite.dll" target="lib" /> | ||
<file src="E:\BuildOutput\Sauce\DataAccess.SQLite.xml" target="lib" /> | ||
|
||
<file src="E:\BuildOutput\Sauce\DataAccess.SqlCompact.dll" target="lib" /> | ||
<file src="E:\BuildOutput\Sauce\DataAccess.SqlCompact.xml" target="lib" /> | ||
</files> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?xml version="1.0"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> | ||
<metadata> | ||
<id>SauceDBExtensions</id> | ||
<version>$version$</version> | ||
<title>SauceDB - Extensions</title> | ||
<authors>iamkrillin</authors> | ||
<owners /> | ||
<licenseUrl>https://github.com/iamkrillin/SauceDB</licenseUrl> | ||
<projectUrl>https://github.com/iamkrillin/SauceDB/</projectUrl> | ||
<iconUrl>https://raw.githubusercontent.com/iamkrillin/SauceDB/master/logo.ico</iconUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description>Database access that just works - This is a set of extension methods for SauceDB that are not a part of the main distribution</description> | ||
<summary /> | ||
<dependencies> | ||
</dependencies> | ||
</metadata> | ||
|
||
<files> | ||
<file src="E:\BuildOutput\Sauce\DataAccess.Extensions.dll" target="lib" /> | ||
<file src="E:\BuildOutput\Sauce\DataAccess.Extensions.xml" target="lib" /> | ||
|
||
<file src="E:\BuildOutput\Sauce\DataAccess.DataBind.dll" target="lib" /> | ||
<file src="E:\BuildOutput\Sauce\DataAccess.DataBind.xml" target="lib" /> | ||
</files> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<?xml version="1.0"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> | ||
<metadata> | ||
<id>SauceDBMySQL</id> | ||
<version>$version$</version> | ||
<title>SauceDB - MySQL</title> | ||
<authors>iamkrillin</authors> | ||
<owners /> | ||
<licenseUrl>https://github.com/iamkrillin/SauceDB</licenseUrl> | ||
<projectUrl>https://github.com/iamkrillin/SauceDB/</projectUrl> | ||
<iconUrl>https://raw.githubusercontent.com/iamkrillin/SauceDB/master/logo.ico</iconUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description>Database access that just works - This package includes support for MySQL</description> | ||
<summary /> | ||
<dependencies> | ||
<dependency id="MySql.Data" version="6.4.3" /> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<file src="E:\BuildOutput\Sauce\DataAccess.Core.dll" target="lib" /> | ||
<file src="E:\BuildOutput\Sauce\DataAccess.Core.xml" target="lib" /> | ||
<file src="E:\BuildOutput\Sauce\DataAccess.MySql.dll" target="lib" /> | ||
<file src="E:\BuildOutput\Sauce\DataAccess.MySql.xml" target="lib" /> | ||
</files> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<?xml version="1.0"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> | ||
<metadata> | ||
<id>SauceDBPostgre</id> | ||
<version>$version$</version> | ||
<title>SauceDB - Postgre</title> | ||
<authors>iamkrillin</authors> | ||
<owners /> | ||
<licenseUrl>https://github.com/iamkrillin/SauceDB</licenseUrl> | ||
<projectUrl>https://github.com/iamkrillin/SauceDB/</projectUrl> | ||
<iconUrl>https://raw.githubusercontent.com/iamkrillin/SauceDB/master/logo.ico</iconUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description>Database access that just works - This package includes support for Postgre</description> | ||
<summary /> | ||
<dependencies> | ||
<dependency id="Npgsql" version="2.0.11" /> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<file src="E:\BuildOutput\Sauce\DataAccess.Core.dll" target="lib" /> | ||
<file src="E:\BuildOutput\Sauce\DataAccess.Core.xml" target="lib" /> | ||
<file src="E:\BuildOutput\Sauce\DataAccess.PostgreSQL.dll" target="lib" /> | ||
<file src="E:\BuildOutput\Sauce\DataAccess.PostgreSQL.xml" target="lib" /> | ||
</files> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?xml version="1.0"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> | ||
<metadata> | ||
<id>SauceDBSQL</id> | ||
<version>$version$</version> | ||
<title>SauceDB - SQL Server</title> | ||
<authors>iamkrillin</authors> | ||
<owners /> | ||
<licenseUrl>https://github.com/iamkrillin/SauceDB</licenseUrl> | ||
<projectUrl>https://github.com/iamkrillin/SauceDB/</projectUrl> | ||
<iconUrl>https://raw.githubusercontent.com/iamkrillin/SauceDB/master/logo.ico</iconUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description>Database access that just works - This package includes support for SQL Server</description> | ||
<summary /> | ||
</metadata> | ||
<files> | ||
<file src="E:\BuildOutput\Sauce\DataAccess.Core.dll" target="lib" /> | ||
<file src="E:\BuildOutput\Sauce\DataAccess.Core.xml" target="lib" /> | ||
<file src="E:\BuildOutput\Sauce\DataAccess.SqlServer.dll" target="lib" /> | ||
<file src="E:\BuildOutput\Sauce\DataAccess.SqlServer.xml" target="lib" /> | ||
</files> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?xml version="1.0"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> | ||
<metadata> | ||
<id>SauceDBSQLCompact</id> | ||
<version>$version$</version> | ||
<title>SauceDB - SqlCompact</title> | ||
<authors>iamkrillin</authors> | ||
<owners /> | ||
<licenseUrl>https://github.com/iamkrillin/SauceDB</licenseUrl> | ||
<projectUrl>https://github.com/iamkrillin/SauceDB/</projectUrl> | ||
<iconUrl>https://raw.githubusercontent.com/iamkrillin/SauceDB/master/logo.ico</iconUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description>Database access that just works - This package includes support for Sql Compact</description> | ||
<summary /> | ||
<dependencies> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<file src="E:\BuildOutput\Sauce\DataAccess.Core.dll" target="lib" /> | ||
<file src="E:\BuildOutput\Sauce\DataAccess.Core.xml" target="lib" /> | ||
<file src="E:\BuildOutput\Sauce\DataAccess.SqlCompact.dll" target="lib" /> | ||
<file src="E:\BuildOutput\Sauce\DataAccess.SqlCompact.xml" target="lib" /> | ||
</files> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<?xml version="1.0"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> | ||
<metadata> | ||
<id>SauceDBSQLite</id> | ||
<version>$version$</version> | ||
<title>SauceDB - SQLite</title> | ||
<authors>iamkrillin</authors> | ||
<owners /> | ||
<licenseUrl>https://github.com/iamkrillin/SauceDB</licenseUrl> | ||
<projectUrl>https://github.com/iamkrillin/SauceDB/</projectUrl> | ||
<iconUrl>https://raw.githubusercontent.com/iamkrillin/SauceDB/master/logo.ico</iconUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description>Database access that just works - This package includes support for sqlite</description> | ||
<summary /> | ||
<dependencies> | ||
<dependency id="System.Data.SQLite" version="1.0.66.1" /> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<file src="E:\BuildOutput\Sauce\DataAccess.Core.dll" target="lib" /> | ||
<file src="E:\BuildOutput\Sauce\DataAccess.Core.xml" target="lib" /> | ||
<file src="E:\BuildOutput\Sauce\DataAccess.SQLite.dll" target="lib" /> | ||
<file src="E:\BuildOutput\Sauce\DataAccess.SQLite.xml" target="lib" /> | ||
</files> | ||
</package> |