Skip to content

Commit

Permalink
Added license.md file to the package
Browse files Browse the repository at this point in the history
  • Loading branch information
maximn committed Oct 8, 2024
1 parent e1af9e5 commit 7cf8af8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions GoogleMapsApi/GoogleMapsApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<PropertyGroup>
<TargetFrameworks>net6.0;netcoreapp3.1;netstandard2.0</TargetFrameworks>
<LangVersion>latest</LangVersion>
<Version>1.2.3</Version>
<Version>1.2.5</Version>
<AppxAutoIncrementPackageRevision>True</AppxAutoIncrementPackageRevision>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>

<AssemblyName>GoogleMapsApi</AssemblyName>
<Authors>Maxim Novak</Authors>
<PackageLicenseUrl>https://github.com/maximn/google-maps/blob/master/LICENSE.md</PackageLicenseUrl>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
<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 @@ -35,4 +35,7 @@
<PackageReference Include="System.Net.Http" Version="4.3.4" />
</ItemGroup>

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

0 comments on commit 7cf8af8

Please sign in to comment.