Skip to content

Commit

Permalink
Release version 1.1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
erni-cadn committed Oct 24, 2018
1 parent 3f1bbe6 commit 9be31a7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

<img src="images/xf.material_logo.png" width="112" />

# XF.Material Library [![NuGet](https://img.shields.io/badge/version-1.1.2-%23607D8B.svg?style=plastic)](https://github.com/contrix09/XF-Material-Library/blob/master/RELEASE_NOTES.md) [![Build status](https://dev.azure.com/compiledevops/XF.Material/_apis/build/status/XF.Material-CI%20NuGet)](https://dev.azure.com/compiledevops/XF.Material/_build/latest?definitionId=20)
# XF.Material Library [![NuGet](https://img.shields.io/badge/version-1.1.2.1-%23607D8B.svg?style=plastic)](https://github.com/contrix09/XF-Material-Library/blob/master/RELEASE_NOTES.md) [![Build status](https://dev.azure.com/compiledevops/XF.Material/_apis/build/status/XF.Material-CI%20NuGet)](https://dev.azure.com/compiledevops/XF.Material/_build/latest?definitionId=20)

A Xamarin.Forms library for Xamarin.Android and Xamarin.iOS to implement [Google's Material Design](https://material.io/design).

Expand Down
3 changes: 3 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Release Notes

##### 1.1.2.1
- Fixed a bug in Android causing `MaterialButtonRenderer` throwing a `System.NullReferenceException` when `MaterialButton` `Image` property is set. A bug reported in this [issue](https://github.com/contrix09/XF-Material-Library/issues/21).

##### 1.1.2
- Reworked `MaterialRadioButtonGroup`. Once a choice has been selected, you can no longer unselect a choice. A bug reported in this [issue](https://github.com/contrix09/XF-Material-Library/issues/11).
- Changed the minimum and target `MonoAndroid` framework version to `8.1`. Fixed also some inconsistencies in the referenced NuGet packages of the library. A bug reported in this [issue](https://github.com/contrix09/XF-Material-Library/issues/13).
Expand Down
2 changes: 1 addition & 1 deletion XF.Material-Azure.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>XF.Material</id>
<title>XF.Material Library</title>
<version>1.1.2</version>
<version>1.1.2.1</version>
<authors>Dustin Catap</authors>
<owners>Dustin Catap</owners>
<projectUrl>https://github.com/contrix09/XF-Material-Library</projectUrl>
Expand Down
2 changes: 1 addition & 1 deletion XF.Material.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>XF.Material</id>
<title>XF.Material Library</title>
<version>1.1.2</version>
<version>1.1.2.1</version>
<authors>Dustin Catap</authors>
<owners>Dustin Catap</owners>
<projectUrl>https://github.com/contrix09/XF-Material-Library</projectUrl>
Expand Down

0 comments on commit 9be31a7

Please sign in to comment.