-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #40 from sharwell/unstable-package
Create an Unstable package with a stable version
- Loading branch information
Showing
7 changed files
with
63 additions
and
24 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
28 changes: 28 additions & 0 deletions
28
...entationAnalyzers/DocumentationAnalyzers.CodeFixes/DocumentationAnalyzers.Metadata.nuspec
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,28 @@ | ||
<?xml version="1.0"?> | ||
<package> | ||
<metadata minClientVersion="2.7"> | ||
<id>$id$</id> | ||
<version>0.0.0</version> | ||
<title>$id$</title> | ||
<authors>Sam Harwell et. al.</authors> | ||
<owners>Sam Harwell</owners> | ||
<licenseUrl>https://raw.githubusercontent.com/DotNetAnalyzers/DocumentationAnalyzers/$GitCommitIdShort$/LICENSE</licenseUrl> | ||
<projectUrl>https://github.com/DotNetAnalyzers/DocumentationAnalyzers</projectUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description>An implementation of .NET documentation rules using Roslyn analyzers and code fixes</description> | ||
<releaseNotes>https://github.com/DotNetAnalyzers/DocumentationAnalyzers/releases/$version$</releaseNotes> | ||
<copyright>Copyright 2018 Tunnel Vision Laboratories, LLC</copyright> | ||
<tags>Documentation DotNetAnalyzers Roslyn Diagnostic Analyzer</tags> | ||
<developmentDependency>true</developmentDependency> | ||
<dependencies> | ||
<dependency id="$implId$" version="$implVersion$"/> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
|
||
<!-- Additional Files --> | ||
<file src="..\..\LICENSE" /> | ||
<file src="..\..\THIRD-PARTY-NOTICES.txt" /> | ||
|
||
</files> | ||
</package> |
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
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
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.