Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- master
env:
APP_NAME: GoogleApi
VERSION: 5.8.12
VERSION: 5.8.13
NUGET_HOST: https://api.nuget.org/v3/index.json
NUGET_APIKEY: ${{ secrets.NUGET_APIKEY }}
jobs:
Expand Down
9 changes: 4 additions & 5 deletions GoogleApi/GoogleApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<NoWarn />
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PlatformTarget>AnyCPU</PlatformTarget>
<AssemblyVersion>5.8.12.0</AssemblyVersion>
<FileVersion>5.8.12.0</FileVersion>
<Version>5.8.12.0</Version>
<AssemblyVersion>5.8.13.0</AssemblyVersion>
<FileVersion>5.8.13.0</FileVersion>
<Version>5.8.13.0</Version>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>GoogleApi.snk</AssemblyOriginatorKeyFile>
<LangVersion>latest</LangVersion>
Expand All @@ -22,8 +22,7 @@
<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>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageReleaseNotes>
- Added .NET 10 support
- Updated NuGets
- Fix Typo in AuthorAttribution.DisplayName
</PackageReleaseNotes>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<RepositoryType>GitHub</RepositoryType>
Expand Down
Loading