Skip to content

Commit

Permalink
Release 1.3.0.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin Catap committed Jan 14, 2019
1 parent 88185a7 commit 475ce62
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.3.0.6-orange.svg?style=flat)](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.3.0.7-orange.svg?style=flat)](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.3.0.7
- Fixed a bug where modal dialogs that are awaiting user input do not respond to back button event on Android.

##### 1.3.0.6
- Fixed issue [44](https://github.com/contrix09/XF-Material-Library/issues/44).
- Changed `IMaterialDialog.ConfirmAsync`. It now returns a nullable bool. Removed the other overload method.
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.3.0.6</version>
<version>1.3.0.7</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.3.0.6</version>
<version>1.3.0.7</version>
<authors>Dustin Catap</authors>
<owners>Dustin Catap</owners>
<projectUrl>https://github.com/contrix09/XF-Material-Library</projectUrl>
Expand Down

0 comments on commit 475ce62

Please sign in to comment.