Skip to content

Commit

Permalink
Added Nuspec file for the package
Browse files Browse the repository at this point in the history
  • Loading branch information
pysco68 committed Sep 20, 2015
1 parent a7fad68 commit 9701ae6
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
<ItemGroup>
<None Include="App.config" />
<None Include="packages.config" />
<None Include="Pysco68.MySQL.FixedMigrationsGenerator.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.
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Pysco68.MySQL.FixedMigrationsGenerator</id>
<version>1.0.1</version>
<authors>Yannic "Pysco68" Staudt</authors>
<owners>Pysco68</owners>
<licenseUrl>https://github.com/pysco68/Pysco68.MySQL.FixedMigrationsGenerator/raw/master/LICENCE</licenseUrl>
<projectUrl>https://github.com/pysco68/Pysco68.MySQL.FixedMigrationsGenerator</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A duct-tape fixed version of MySqlMigrationSqlGenerator found in the Connector/NET fixing the GUID foreign keys index issue</description>
<releaseNotes>v1.0.1: Initial public release</releaseNotes>
<copyright>2015 Yannic Staudt</copyright>
<tags>MySQL EntityFramework Migration Data Entity MariaDB</tags>
<dependencies>
<group targetFramework=".NETFramework4">
<dependency id="EntityFramework" version="6.0.0" />
<dependency id="MySql.Data" version="6.9.7" />
<dependency id="MySql.Data.Entity" version="6.9.7" />
</group>
</dependencies>
</metadata>
<files>
<file src="bin\Release\Pysco68.MySQL.FixedMigrationsGenerator.dll" target="lib\net4\Pysco68.MySQL.FixedMigrationsGenerator.dll" />
<file src="bin\Release\Pysco68.MySQL.FixedMigrationsGenerator.pdb" target="lib\net4\Pysco68.MySQL.FixedMigrationsGenerator.pdb" />
</files>
</package>

0 comments on commit 9701ae6

Please sign in to comment.