Skip to content

Commit a5c2975

Browse files
Update releasenotes for 2.3.2
1 parent 3eb0d2b commit a5c2975

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

src/GMImagePicker/GMImagePicker.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@
2121
<PackageLicenseUrl>https://raw.githubusercontent.com/roycornelissen/GMImagePicker.Xamarin/master/LICENSE</PackageLicenseUrl>
2222
<Owners>Roy Cornelissen</Owners>
2323
<PackageProjectUrl>https://github.com/roycornelissen/GMImagePicker.Xamarin</PackageProjectUrl>
24-
<PackageReleaseNotes>[2.3.1]
24+
<PackageReleaseNotes>[2.3.2]
25+
- #49: Fixed Blue Tick doesn't appear in iOS 12. Thanks @vksuman!
26+
- #51: Added basic Norwegian and Polish translations. Thanks @vksuman!
27+
[2.3.1]
2528
- #42: Updated Portuguese translations. Thanks Breno Baronte!
2629
- #37: Updated German translations. Thanks Stefan Mehnert!
2730
[2.3.0]

src/GMPhotoPicker.Xamarin/GMPhotoPicker.Xamarin.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
<Reference Include="System.Core" />
7676
<Reference Include="Xamarin.iOS" />
7777
<Reference Include="Calabash">
78-
<HintPath>..\packages\Xamarin.TestCloud.Agent.0.21.6\lib\Xamarin.iOS\Calabash.dll</HintPath>
78+
<HintPath>..\packages\Xamarin.TestCloud.Agent.0.21.7\lib\Xamarin.iOS\Calabash.dll</HintPath>
7979
</Reference>
8080
</ItemGroup>
8181
<ItemGroup>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Xamarin.TestCloud.Agent" version="0.21.6" targetFramework="xamarinios10" />
3+
<package id="Xamarin.TestCloud.Agent" version="0.21.7" targetFramework="xamarinios10" />
44
</packages>

0 commit comments

Comments
 (0)