-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
26 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
16
ApiDocs.Validation/OneDrive.ApiDocumentation.Validation.nuspec
This file was deleted.
Oops, something went wrong.