Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanLarsson committed Dec 31, 2018
1 parent 9b6fccd commit 8e98971
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions AspNetCoreAnalyzers/AspNetCoreAnalyzers.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,13 @@
<PackageLicenseUrl>https://github.com/DotNetAnalyzers/AspNetCoreAnalyzers</PackageLicenseUrl>
<RepositoryUrl>https://github.com/DotNetAnalyzers/AspNetCoreAnalyzers</RepositoryUrl>
<PackageTags>ASP Roslyn Diagnostic Analyzer DotnetAnalyzers</PackageTags>
<PackageReleaseNotes></PackageReleaseNotes>
<PackageReleaseNotes>Initial</PackageReleaseNotes>
</PropertyGroup>

<!--

<Target Name="PostBuild" AfterTargets="PostBuildEvent" Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<Exec Command=".paket\paket.exe pack publish" WorkingDirectory="$(SolutionDir)" />
</Target>
-->

<Import Project="..\.paket\Paket.Restore.targets" />
</Project>
1 change: 1 addition & 0 deletions AspNetCoreAnalyzers/paket.template
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ projectUrl https://github.com/DotNetAnalyzers/AspNetCoreAnalyzers
licenseUrl http://opensource.org/licenses/MIT

releasenotes
Initial

excludedgroups
Main
Expand Down

0 comments on commit 8e98971

Please sign in to comment.