aboutsummaryrefslogtreecommitdiff
path: root/source/packages/Svg.2.1.0/Svg.nuspec
diff options
context:
space:
mode:
authorCarver Harrison <[email protected]>2016-07-24 14:56:02 -0700
committerCarver Harrison <[email protected]>2016-07-24 14:56:02 -0700
commit321ddfc66a0a366efa64506c0c33316ca57f251d (patch)
treedea2f19fd5a33246e305a3de333a1e29574322b0 /source/packages/Svg.2.1.0/Svg.nuspec
parentbf7a488011c09be39bdb4980c2bb020cb1fdb71a (diff)
downloadshiftos-c--321ddfc66a0a366efa64506c0c33316ca57f251d.tar.gz
shiftos-c--321ddfc66a0a366efa64506c0c33316ca57f251d.tar.bz2
shiftos-c--321ddfc66a0a366efa64506c0c33316ca57f251d.zip
HOLY **** THATS A LOT OFF ADDIITIONS
Diffstat (limited to 'source/packages/Svg.2.1.0/Svg.nuspec')
-rw-r--r--source/packages/Svg.2.1.0/Svg.nuspec29
1 files changed, 29 insertions, 0 deletions
diff --git a/source/packages/Svg.2.1.0/Svg.nuspec b/source/packages/Svg.2.1.0/Svg.nuspec
new file mode 100644
index 0000000..19ffecd
--- /dev/null
+++ b/source/packages/Svg.2.1.0/Svg.nuspec
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="utf-8"?>
+<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
+ <metadata>
+ <id>Svg</id>
+ <version>2.1.0</version>
+ <title>SVG Rendering Library</title>
+ <authors>davescriven,jvenema,owaits,ddpruitt,Eric Domke,Josh McCullough,Tebjan Halm,and others</authors>
+ <owners>vvvv.org</owners>
+ <licenseUrl>http://opensource.org/licenses/MS-PL.html</licenseUrl>
+ <projectUrl>https://github.com/vvvv/SVG</projectUrl>
+ <requireLicenseAcceptance>true</requireLicenseAcceptance>
+ <description>Public fork of the C# SVG rendering library on codeplex: https://svg.codeplex.com/
+
+This started out as a minor modification to enable the writing of proper SVG strings. But now after almost two years we have so many fixes and improvements that we decided to share our current codebase to the public in order to improve it even further.
+
+So please feel free to fork it and open pull requests for any fix, improvement or feature you add.
+
+License: Microsoft Public License: https://svg.codeplex.com/license</description>
+ <summary>Open source library to load/save and render SVG vector graphics.</summary>
+ <releaseNotes>merged many github pull requests, special thanks to erdomke and JoshMcCullough</releaseNotes>
+ <tags>svg, vector graphics, rendering</tags>
+ <frameworkAssemblies>
+ <frameworkAssembly assemblyName="System" targetFramework="" />
+ <frameworkAssembly assemblyName="System.Web" targetFramework="" />
+ <frameworkAssembly assemblyName="System.Xml" targetFramework="" />
+ <frameworkAssembly assemblyName="System.Drawing" targetFramework="" />
+ </frameworkAssemblies>
+ </metadata>
+</package> \ No newline at end of file