File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 25
25
<PackageLicenseUrl >https://github.com/DotNetAnalyzers/AspNetCoreAnalyzers</PackageLicenseUrl >
26
26
<RepositoryUrl >https://github.com/DotNetAnalyzers/AspNetCoreAnalyzers</RepositoryUrl >
27
27
<PackageTags >ASP Roslyn Diagnostic Analyzer DotnetAnalyzers</PackageTags >
28
- <PackageReleaseNotes ></PackageReleaseNotes >
28
+ <PackageReleaseNotes >Initial </PackageReleaseNotes >
29
29
</PropertyGroup >
30
30
31
- <!--
31
+
32
32
<Target Name =" PostBuild" AfterTargets =" PostBuildEvent" Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
33
33
<Exec Command =" .paket\paket.exe pack publish" WorkingDirectory =" $(SolutionDir)" />
34
34
</Target >
35
- -->
36
35
37
36
<Import Project =" ..\.paket\Paket.Restore.targets" />
38
37
</Project >
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ projectUrl https://github.com/DotNetAnalyzers/AspNetCoreAnalyzers
4
4
licenseUrl http://opensource.org/licenses/MIT
5
5
6
6
releasenotes
7
+ Initial
7
8
8
9
excludedgroups
9
10
Main
You can’t perform that action at this time.
0 commit comments