Skip to content

Commit

Permalink
Use PackageLicenseExpression instead of the license file
Browse files Browse the repository at this point in the history
  • Loading branch information
maximn committed Oct 8, 2024
1 parent 7cf8af8 commit 6dcde7a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions GoogleMapsApi/GoogleMapsApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<AssemblyName>GoogleMapsApi</AssemblyName>
<Authors>Maxim Novak</Authors>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
<PackageLicenseExpression>BSD-2-Clause</PackageLicenseExpression>
<Description>Google Maps Web Services API wrapper for .NET</Description>
<Copyright>Copyright © 2010</Copyright>
<PackageTags>Map Geo Places Elevation Geocode Directions Maps</PackageTags>
Expand All @@ -34,8 +34,4 @@
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
</ItemGroup>

<ItemGroup>
<None Include="LICENSE.md" Pack="true" PackagePath=""/>
</ItemGroup>
</Project>

0 comments on commit 6dcde7a

Please sign in to comment.