Skip to content

Commit

Permalink
Fixed landver for Analyzer, added release notes url to package
Browse files Browse the repository at this point in the history
  • Loading branch information
pamidur committed Jun 17, 2020
1 parent 5780c17 commit 777f311
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nuget/AspectInjector.Package.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
<PackageTags>AOP aspect aspects injector injection wp8 wp8.1 win8 win8.1 win10 dotnet core notify notifypropertychanged INPC</PackageTags>
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
<IncludeBuildOutput>False</IncludeBuildOutput>
<PackageReleaseNotes>
See here => https://github.com/pamidur/aspect-injector/releases/tag/$(Version)
</PackageReleaseNotes>
<Version>0.0.0</Version>
</PropertyGroup>

Expand Down
1 change: 1 addition & 0 deletions src/AspectInjector.Analyzer/AspectInjector.Analyzer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard1.3</TargetFramework>
<LangVersion>7.3</LangVersion>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit 777f311

Please sign in to comment.