summaryrefslogtreecommitdiff
path: root/.packages/microbuild.core/0.2.0/microbuild.core.nuspec
diff options
context:
space:
mode:
Diffstat (limited to '.packages/microbuild.core/0.2.0/microbuild.core.nuspec')
-rwxr-xr-x.packages/microbuild.core/0.2.0/microbuild.core.nuspec16
1 files changed, 16 insertions, 0 deletions
diff --git a/.packages/microbuild.core/0.2.0/microbuild.core.nuspec b/.packages/microbuild.core/0.2.0/microbuild.core.nuspec
new file mode 100755
index 0000000000..684e17aa4b
--- /dev/null
+++ b/.packages/microbuild.core/0.2.0/microbuild.core.nuspec
@@ -0,0 +1,16 @@
+<?xml version="1.0"?>
+<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
+ <metadata>
+ <id>MicroBuild.Core</id>
+ <version>0.2.0</version>
+ <authors>Microsoft</authors>
+ <owners>Microsoft</owners>
+ <licenseUrl>http://microsoft.mit-license.org/</licenseUrl>
+ <requireLicenseAcceptance>false</requireLicenseAcceptance>
+ <developmentDependency>true</developmentDependency>
+ <description>MicroBuild bootstrapper package which wires up build targets that load and execute other MicroBuild plugins during the build</description>
+ <releaseNotes>Add Nuget v3 global cache folder to the search path for MicroBuild plugin packages</releaseNotes>
+ <copyright>Copyright Microsoft 2015</copyright>
+ <tags>MicroBuild</tags>
+ </metadata>
+</package> \ No newline at end of file