Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
roubachof committed Feb 5, 2021
1 parent 6638496 commit 1255c41
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions MaterialFrame/AssemblyInfo.targets
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">

<PropertyGroup>
<Copyright>Copyright © Sharpnado 2020</Copyright>
<Version>1.1.3</Version>
<Copyright>Copyright © Sharpnado 2021</Copyright>
<Version>1.1.4</Version>
<Company>Sharpnado</Company>
<Product>MaterialFrame</Product>
<Description>Modern Frame supporting theming such as Blur styles, Acrylic style, Dark/Light modes for Xamarin.Forms (Android, iOS, UWP).</Description>
Expand Down
6 changes: 3 additions & 3 deletions MaterialFrame/MaterialFrame.Android/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"des for Xamarin.Forms (Android, iOS, UWP).")]
[assembly: System.Reflection.AssemblyCompany("Sharpnado")]
[assembly: System.Reflection.AssemblyProduct("MaterialFrame")]
[assembly: System.Reflection.AssemblyCopyright("Copyright © Sharpnado 2020")]
[assembly: System.Reflection.AssemblyFileVersion("1.1.3")]
[assembly: System.Reflection.AssemblyVersion("1.1.3")]
[assembly: System.Reflection.AssemblyCopyright("Copyright © Sharpnado 2021")]
[assembly: System.Reflection.AssemblyFileVersion("1.1.4")]
[assembly: System.Reflection.AssemblyVersion("1.1.4")]
[assembly: System.Reflection.AssemblyTitle("Sharpnado.MaterialFrame.Android")]


6 changes: 3 additions & 3 deletions MaterialFrame/MaterialFrame.iOS/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"des for Xamarin.Forms (Android, iOS, UWP).")]
[assembly: System.Reflection.AssemblyCompany("Sharpnado")]
[assembly: System.Reflection.AssemblyProduct("MaterialFrame")]
[assembly: System.Reflection.AssemblyCopyright("Copyright © Sharpnado 2020")]
[assembly: System.Reflection.AssemblyFileVersion("1.1.3")]
[assembly: System.Reflection.AssemblyVersion("1.1.3")]
[assembly: System.Reflection.AssemblyCopyright("Copyright © Sharpnado 2021")]
[assembly: System.Reflection.AssemblyFileVersion("1.1.4")]
[assembly: System.Reflection.AssemblyVersion("1.1.4")]
[assembly: System.Reflection.AssemblyTitle("Sharpnado.MaterialFrame.iOS")]


6 changes: 3 additions & 3 deletions MaterialFrame/MaterialFrame/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"des for Xamarin.Forms (Android, iOS, UWP).")]
[assembly: System.Reflection.AssemblyCompany("Sharpnado")]
[assembly: System.Reflection.AssemblyProduct("MaterialFrame")]
[assembly: System.Reflection.AssemblyCopyright("Copyright © Sharpnado 2020")]
[assembly: System.Reflection.AssemblyFileVersion("1.1.3")]
[assembly: System.Reflection.AssemblyVersion("1.1.3")]
[assembly: System.Reflection.AssemblyCopyright("Copyright © Sharpnado 2021")]
[assembly: System.Reflection.AssemblyFileVersion("1.1.4")]
[assembly: System.Reflection.AssemblyVersion("1.1.4")]
[assembly: System.Reflection.AssemblyTitle("Sharpnado.MaterialFrame")]


4 changes: 2 additions & 2 deletions Sharpnado.MaterialFrame.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<id>Sharpnado.MaterialFrame</id>
<version>$version$</version>
<copyright>Sharpnado 2020</copyright>
<copyright>Sharpnado 2021</copyright>
<title>A modern Xamarin.Forms Frame component supporting blur, acrylic, dark mode.</title>
<authors>Jean-Marie Alfonsi</authors>
<owners></owners>
Expand All @@ -15,7 +15,7 @@
<repository url="https://github.com/roubachof/Sharpnado.MaterialFrame" />
<summary>A modern Xamarin.Forms Frame component supporting blur, acrylic, dark mode. Implemented with RealtimeBlurView on Android (custom blurview), UIVisualEffectView on iOS and AcrylicBrush on UWP.</summary>
<tags>xamarin.forms android ios uwp netstandard blurview blur UIVisualEffectView acrylic dark mode frame blurred background AcrylicBrush</tags>
<releaseNotes>Fix iOS weird background animation for AcrylicBlur and performance issues on Android when setting ThrowStopExceptionOnDraw to True.</releaseNotes>
<releaseNotes>Fix issue with XF 5.0 and android background colors.</releaseNotes>
<description>
The Xamarin.Forms MaterialFrame aims at delivering out of the box modern popular theming such as:
* Light
Expand Down

0 comments on commit 1255c41

Please sign in to comment.