Skip to content

Commit

Permalink
Update LICENSE year and ...
Browse files Browse the repository at this point in the history
  • Loading branch information
amay077 committed Aug 31, 2022
1 parent dbbc47b commit 901a24c
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 13 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) amay077 2016 - 2019
Copyright (c) amay077 2016 - 2022

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<Version>118.0.2.2</Version>
</PackageReference>
<PackageReference Include="Xamarin.Forms.GoogleMaps">
<Version>5.0.0-BETA1</Version>
<Version>5.0.0</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
<Version>0.11.3</Version>
</PackageReference>
<PackageReference Include="Xamarin.Forms.GoogleMaps">
<Version>5.0.0-BETA1</Version>
<Version>5.0.0</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<ItemGroup>
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2012" />
<PackageReference Include="Xamarin.Essentials" Version="1.7.3" />
<PackageReference Include="Xamarin.Forms.GoogleMaps" Version="5.0.0-BETA1" />
<PackageReference Include="Xamarin.Forms.GoogleMaps" Version="5.0.0" />
</ItemGroup>
<ItemGroup>
<Compile Remove="Variables_sample.cs" />
Expand Down
4 changes: 2 additions & 2 deletions Xamarin.Forms.GoogleMaps.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<metadata minClientVersion="2.8.3">
<id>Xamarin.Forms.GoogleMaps</id>
<title>Xamarin.Forms.GoogleMaps</title>
<version>5.0.0-BETA1</version>
<version>5.0.0</version>
<releaseNotes>
# 5.0.0-BETA1
# 5.0.0

## New Features

Expand Down
6 changes: 0 additions & 6 deletions Xamarin.Forms.GoogleMaps.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.810.25
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XFGoogleMapSample.Droid", "XFGoogleMapSample\XFGoogleMapSample.Droid\XFGoogleMapSample.Droid.csproj", "{DA9F7643-B69C-4B8E-9416-D14CC2A9B63D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XFGoogleMapSample.iOS", "XFGoogleMapSample\XFGoogleMapSample.iOS\XFGoogleMapSample.iOS.csproj", "{02BE2F00-7178-4B53-BE86-1801CA70BD6F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XFGoogleMapSample", "XFGoogleMapSample\XFGoogleMapSample\XFGoogleMapSample.csproj", "{C28FEFA7-6CCB-4CDE-8238-6280CC2135BB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xamarin.Forms.GoogleMaps", "Xamarin.Forms.GoogleMaps\Xamarin.Forms.GoogleMaps\Xamarin.Forms.GoogleMaps.csproj", "{CA981CF6-C2AD-4609-B8AA-9E5EC72F2000}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xamarin.Forms.GoogleMaps.iOS", "Xamarin.Forms.GoogleMaps\Xamarin.Forms.GoogleMaps.iOS\Xamarin.Forms.GoogleMaps.iOS.csproj", "{71D6FDBA-410F-4B72-89E1-DF7FC2386511}"
Expand Down
3 changes: 2 additions & 1 deletion build.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
nuget restore Xamarin.Forms.GoogleMaps.sln

msbuild Xamarin.Forms.GoogleMaps.sln /t:Clean;Build /p:Configuration=Release
msbuild Xamarin.Forms.GoogleMaps.sln /t:Clean
msbuild Xamarin.Forms.GoogleMaps.sln /t:Build /p:Configuration=Release

nuget pack

0 comments on commit 901a24c

Please sign in to comment.