Skip to content

Commit

Permalink
📝 Update release notes 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
roycornelissen committed Dec 13, 2020
1 parent 63f4282 commit 97f2bea
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/GMImagePicker/GMImagePicker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@
<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.5.0]
- #77 Fix for NullReferenceException crash when setting BackgroundView color in iOS &gt;= 14.0. Thanks @csamzhou for the PR!
- #76 Svenska översättningar läggs till. Tack till @henzinger! (Swedish translations)
- #62 Options for customizing the back button.</PackageReleaseNotes>
<PackageReleaseNotes>[2.5.1]
- #40 Updated French translations. Merci @osc117!
- #80 Fix for endless recursion crash when using custom fonts</PackageReleaseNotes>
<Summary>Select multiple images and/or videos from the iOS gallery and camera. Uses iOS PhotoKit API's for optimal efficiency.</Summary>
<PackageTags>photos, images, image picker, ios, GMImagePicker, xamarin, plugin, xamarin.ios</PackageTags>
<Title>GMImagePicker for Xamarin.iOS</Title>
Expand All @@ -40,6 +39,7 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
<MtouchLink>SdkOnly</MtouchLink>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>full</DebugType>
Expand All @@ -49,6 +49,7 @@
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
<DocumentationFile>bin\Release\GMImagePicker.Xamarin.XML</DocumentationFile>
<MtouchLink>SdkOnly</MtouchLink>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
Expand Down

0 comments on commit 97f2bea

Please sign in to comment.