Skip to content

Commit

Permalink
Update releasenotes for 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
roycornelissen committed Nov 16, 2018
1 parent 3eb0d2b commit a5c2975
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion src/GMImagePicker/GMImagePicker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@
<PackageLicenseUrl>https://raw.githubusercontent.com/roycornelissen/GMImagePicker.Xamarin/master/LICENSE</PackageLicenseUrl>
<Owners>Roy Cornelissen</Owners>
<PackageProjectUrl>https://github.com/roycornelissen/GMImagePicker.Xamarin</PackageProjectUrl>
<PackageReleaseNotes>[2.3.1]
<PackageReleaseNotes>[2.3.2]
- #49: Fixed Blue Tick doesn't appear in iOS 12. Thanks @vksuman!
- #51: Added basic Norwegian and Polish translations. Thanks @vksuman!
[2.3.1]
- #42: Updated Portuguese translations. Thanks Breno Baronte!
- #37: Updated German translations. Thanks Stefan Mehnert!
[2.3.0]
Expand Down
2 changes: 1 addition & 1 deletion src/GMPhotoPicker.Xamarin/GMPhotoPicker.Xamarin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<Reference Include="System.Core" />
<Reference Include="Xamarin.iOS" />
<Reference Include="Calabash">
<HintPath>..\packages\Xamarin.TestCloud.Agent.0.21.6\lib\Xamarin.iOS\Calabash.dll</HintPath>
<HintPath>..\packages\Xamarin.TestCloud.Agent.0.21.7\lib\Xamarin.iOS\Calabash.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/GMPhotoPicker.Xamarin/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Xamarin.TestCloud.Agent" version="0.21.6" targetFramework="xamarinios10" />
<package id="Xamarin.TestCloud.Agent" version="0.21.7" targetFramework="xamarinios10" />
</packages>

0 comments on commit a5c2975

Please sign in to comment.