Skip to content
This repository was archived by the owner on Apr 8, 2019. It is now read-only.

Commit 8595c2a

Browse files
committed
Publish the NuGet package under DotNetAnalyzers
1 parent 284aa2c commit 8595c2a

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

PublicApiAnalyzer/PublicApiAnalyzer.CodeFixes/PublicApiAnalyzer.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package>
33
<metadata minClientVersion="2.7">
4-
<id>PublicApiAnalyzer</id>
4+
<id>DotNetAnalyzers.PublicApiAnalyzer</id>
55
<version>0.0.0</version>
66
<title>Public API Analyzer</title>
77
<authors>Sam Harwell et. al.</authors>

PublicApiAnalyzer/PublicApiAnalyzer/PublicApiAnalyzer.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
<PropertyGroup>
55
<TargetFrameworks>netstandard1.1;net452</TargetFrameworks>
6-
<PackageId>PublicApiAnalyzer.NewIdRequiredDueToNuGetBug</PackageId>
76
</PropertyGroup>
87

98
<Choose>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
## Using Public API Analyzer
1010

11-
The preferable way to use this package is to add the NuGet package [PublicApiAnalyzer](http://www.nuget.org/packages/PublicApiAnalyzer/)
11+
The preferable way to use this package is to add the NuGet package [DotNetAnalyzers.PublicApiAnalyzer](http://www.nuget.org/packages/DotNetAnalyzers.PublicApiAnalyzer/)
1212
to the project where you want to enforce rules.
1313

1414
The severity of individual rules may be configured using [rule set files](https://msdn.microsoft.com/en-us/library/dd264996.aspx)

0 commit comments

Comments
 (0)