Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
fallback to PackageLicenseUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed May 19, 2019
1 parent c44e89a commit 97852cf
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Directory.build.props
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PackageProjectUrl>https://github.com/dansiegel/Prism.Plugin.Popups</PackageProjectUrl>
<RepositoryUrl>https://github.com/dansiegel/Prism.Plugin.Popups.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageLicenseFile>License.md</PackageLicenseFile>
<PackageLicenseUrl>https://raw.githubusercontent.com/dansiegel/Prism.Plugin.Popups/master/LICENSE</PackageLicenseUrl>
<PackageTags>prism popups xamarin.forms</PackageTags>
<PackageReleaseNotes>- Prism 7.2-pre3 support
</PackageReleaseNotes>
Expand Down Expand Up @@ -59,8 +59,4 @@
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
</PropertyGroup>

<ItemGroup>
<Content Include="$(MSBuildThisFileDirectory)LICENSE" Pack="true" PackagePath="License.md" />
</ItemGroup>

</Project>

0 comments on commit 97852cf

Please sign in to comment.