Skip to content

Commit 8e98971

Browse files
committed
Release
1 parent 9b6fccd commit 8e98971

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

AspNetCoreAnalyzers/AspNetCoreAnalyzers.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,13 @@
2525
<PackageLicenseUrl>https://github.com/DotNetAnalyzers/AspNetCoreAnalyzers</PackageLicenseUrl>
2626
<RepositoryUrl>https://github.com/DotNetAnalyzers/AspNetCoreAnalyzers</RepositoryUrl>
2727
<PackageTags>ASP Roslyn Diagnostic Analyzer DotnetAnalyzers</PackageTags>
28-
<PackageReleaseNotes></PackageReleaseNotes>
28+
<PackageReleaseNotes>Initial</PackageReleaseNotes>
2929
</PropertyGroup>
3030

31-
<!--
31+
3232
<Target Name="PostBuild" AfterTargets="PostBuildEvent" Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3333
<Exec Command=".paket\paket.exe pack publish" WorkingDirectory="$(SolutionDir)" />
3434
</Target>
35-
-->
3635

3736
<Import Project="..\.paket\Paket.Restore.targets" />
3837
</Project>

AspNetCoreAnalyzers/paket.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ projectUrl https://github.com/DotNetAnalyzers/AspNetCoreAnalyzers
44
licenseUrl http://opensource.org/licenses/MIT
55

66
releasenotes
7+
Initial
78

89
excludedgroups
910
Main

0 commit comments

Comments
 (0)