Skip to content

Commit

Permalink
Update NuGet package metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
rgregg committed Aug 27, 2015
1 parent 3de0639 commit 1ad03ba
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 16 deletions.
26 changes: 26 additions & 0 deletions ApiDocs.Validation/ApiDocs.Validation.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/2012/06/nuspec.xsd">
<metadata>
<id>ApiDocs.Library</id>
<version>$version$</version>
<title>API Documentation Validation Library</title>
<authors>Microsoft Corporation</authors>
<owners>[email protected]</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Toolkit to enable validation of markdown-based documentation.</description>
<releaseNotes>Updating with new package</releaseNotes>
<copyright>Copyright Microsoft</copyright>
<dependencies>
<group targetFramework=".NETFramework4.5">
<dependency id="Newtonsoft.Json" version="7.0.1" />
</group>
</dependencies>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System" targetFramework=".NETFramework4.5" />
</frameworkAssemblies>
</metadata>
<files>
<file src="bin\Release\ApiDocs.Validation.dll" target="lib\net45\ApiDocs.Validation.dll" />
<file src="bin\Release\MarkdownDeep.dll" target="lib\net45\MarkdownDeep.dll" />
</files>
</package>
16 changes: 0 additions & 16 deletions ApiDocs.Validation/OneDrive.ApiDocumentation.Validation.nuspec

This file was deleted.

0 comments on commit 1ad03ba

Please sign in to comment.