|
6 | 6 | <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
7 | 7 | <GeneratePackageOnBuild>True</GeneratePackageOnBuild>
|
8 | 8 | <PlatformTarget>AnyCPU</PlatformTarget>
|
9 |
| - <AssemblyVersion>3.8.6.0</AssemblyVersion> |
10 |
| - <FileVersion>3.8.6.0</FileVersion> |
| 9 | + <AssemblyVersion>3.9.0.0</AssemblyVersion> |
| 10 | + <FileVersion>3.9.0.0</FileVersion> |
11 | 11 | <SignAssembly>True</SignAssembly>
|
12 | 12 | <AssemblyOriginatorKeyFile>GoogleApi.snk</AssemblyOriginatorKeyFile>
|
13 | 13 | <LangVersion>latest</LangVersion>
|
14 |
| - <Version>3.8.6.0</Version> |
| 14 | + <Version>3.9.0.0</Version> |
15 | 15 | <Authors>Michael Vivet</Authors>
|
16 | 16 | <Owners>Michael Vivet</Owners>
|
17 | 17 | <Product>GoogleApi</Product>
|
18 | 18 | <Summary>Google Places, Maps, Roads, Search and Translate API support (100%)</Summary>
|
19 | 19 | <NeutralLanguage>en-US</NeutralLanguage>
|
20 | 20 | <Description>Google Places, Maps, Roads, Search and Translate. Requests and Responses are complete with Google api documentation and references.</Description>
|
21 | 21 | <PackageTags>google api map maps place places elevation snaptoroad snaptoroads snap road roads speed speedlimit coordinate geo geocode geocoder geocoding geolocation search text nearby radar translate translation detect detection language languages nearest geography point geocoordinate address location latitude longitude distance duration matrix distancematrix direction directions travel path journey trip photo photos timezone time zone autocomplete auto-complete traffic spatial</PackageTags>
|
22 |
| - <PackageReleaseNotes>- Added user_ratings_total to Places Search Find and NearBy |
23 |
| -- Added user_ratings_total to Places Details</PackageReleaseNotes> |
24 |
| - <PackageLicense>https://github.com/vivet/GoogleApi/blob/master/UNLICENSE.txt</PackageLicense> |
25 |
| - <PackageLicenseFile>UNLICENSE.txt</PackageLicenseFile> |
26 |
| - <RequireLicenseAcceptance>false</RequireLicenseAcceptance> |
| 22 | + <PackageReleaseNotes>- NuGet and License update.</PackageReleaseNotes> |
| 23 | + <PackageLicenseFile>LICENSE.txt</PackageLicenseFile> |
27 | 24 | <PackageIconUrl>https://raw.githubusercontent.com/vivet/GoogleApi/master/GoogleApi/icon.ico</PackageIconUrl>
|
28 | 25 | <PackageProjectUrl>https://github.com/vivet/GoogleApi</PackageProjectUrl>
|
29 | 26 | <RepositoryType>GitHub</RepositoryType>
|
30 |
| - <RepositoryUrl>https://github.com/vivet/GoogleApi</RepositoryUrl> |
| 27 | + <RepositoryUrl>https://github.com/vivet/GoogleApi.git</RepositoryUrl> |
| 28 | + <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> |
31 | 29 | </PropertyGroup>
|
32 | 30 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
33 | 31 | <Optimize>false</Optimize>
|
|
40 | 38 | <OutputPath>bin\Release\</OutputPath>
|
41 | 39 | <DocumentationFile>bin\Release\netstandard1.1\GoogleApi.xml</DocumentationFile>
|
42 | 40 | </PropertyGroup>
|
| 41 | + <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard1.1|AnyCPU'"> |
| 42 | + <WarningsAsErrors /> |
| 43 | + <NoWarn /> |
| 44 | + </PropertyGroup> |
| 45 | + <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard1.1|AnyCPU'"> |
| 46 | + <WarningsAsErrors /> |
| 47 | + </PropertyGroup> |
43 | 48 | <ItemGroup Condition=" '$(TargetFramework)' == 'net45' ">
|
44 | 49 | <Reference Include="System.Net.Http" />
|
45 | 50 | </ItemGroup>
|
|
48 | 53 | <PackageReference Include="Portable.BouncyCastle" Version="1.8.1.3" />
|
49 | 54 | </ItemGroup>
|
50 | 55 | <ItemGroup>
|
51 |
| - <None Include="..\UNLICENSE.txt" Pack="true" PackagePath="" /> |
| 56 | + <None Remove="GoogleApi.csproj.DotSettings" /> |
52 | 57 | </ItemGroup>
|
53 | 58 | <ItemGroup>
|
54 |
| - <None Remove="GoogleApi.csproj.DotSettings" /> |
| 59 | + <None Include="LICENSE.txt" Pack="true" PackagePath="LICENSE.txt"/> |
55 | 60 | </ItemGroup>
|
56 | 61 | </Project>
|
0 commit comments