Skip to content

Commit

Permalink
Commit NuGet nuspec files.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpobst committed Dec 27, 2012
1 parent 6a49a00 commit 99bae0d
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 0 deletions.
23 changes: 23 additions & 0 deletions packaging/Pinta.ImageManipulation.Cairo.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Pinta.ImageManipulation.Cairo</id>
<version>1.0</version>
<title>Pinta Image Effects Library for Cairo</title>
<authors>Jonathan Pobst</authors>
<owners />
<licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
<projectUrl>http://pinta-project.com</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Pinta.ImageManipulation brings the power of Pinta and Paint.NET's effects in a simple, open source library for use in your applications. Includes over 35 effects.

This version is for use with Cairo.</description>
<dependencies>
<dependency id="Pinta.ImageManipulation" version="1.0" />
</dependencies>
</metadata>
<files>
<file src="..\Pinta.ImageManipulation.Cairo\bin\Debug\Pinta.ImageManipulation.Cairo.dll" target="lib\Pinta.ImageManipulation.Cairo.dll" />
<file src="..\Pinta.ImageManipulation.Cairo\bin\Debug\Pinta.ImageManipulation.Cairo.xml" target="lib\Pinta.ImageManipulation.Cairo.xml" />
</files>
</package>
26 changes: 26 additions & 0 deletions packaging/Pinta.ImageManipulation.System.Drawing.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Pinta.ImageManipulation.System.Drawing</id>
<version>1.0</version>
<title>Pinta Image Effects Library for System.Drawing</title>
<authors>Jonathan Pobst</authors>
<owners />
<licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
<projectUrl>http://pinta-project.com</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Pinta.ImageManipulation brings the power of Pinta and Paint.NET's effects in a simple, open source library for use in your applications. Includes over 35 effects.

This version is for use with System.Drawing.</description>
<dependencies>
<dependency id="Pinta.ImageManipulation" version="1.0" />
</dependencies>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System.Drawing" targetFramework="" />
</frameworkAssemblies>
</metadata>
<files>
<file src="..\Pinta.ImageManipulation.System.Drawing\bin\Debug\Pinta.ImageManipulation.System.Drawing.dll" target="lib\Pinta.ImageManipulation.System.Drawing.dll" />
<file src="..\Pinta.ImageManipulation.System.Drawing\bin\Debug\Pinta.ImageManipulation.System.Drawing.xml" target="lib\Pinta.ImageManipulation.System.Drawing.xml" />
</files>
</package>
20 changes: 20 additions & 0 deletions packaging/Pinta.ImageManipulation.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Pinta.ImageManipulation</id>
<version>1.0</version>
<title>Pinta Image Effects Library Core</title>
<authors>Jonathan Pobst</authors>
<owners />
<licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
<projectUrl>http://pinta-project.com/</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Pinta.ImageManipulation brings the power of Pinta and Paint.NET's effects in a simple, open source library for use in your applications. Includes over 35 effects.

Note: This is the graphics toolkit agnostic core dependency. Depending on what graphics toolkit you are using, you will probably want to download the System.Drawing or Cairo package instead.</description>
</metadata>
<files>
<file src="..\Pinta.ImageManipulation\bin\Debug\Pinta.ImageManipulation.dll" target="lib\Pinta.ImageManipulation.dll" />
<file src="..\Pinta.ImageManipulation\bin\Debug\Pinta.ImageManipulation.xml" target="lib\Pinta.ImageManipulation.xml" />
</files>
</package>

0 comments on commit 99bae0d

Please sign in to comment.