Skip to content

Commit fca4a05

Browse files
committed
bump to 1.2: mac os support
1 parent 5e4b59c commit fca4a05

File tree

12 files changed

+76
-58
lines changed

12 files changed

+76
-58
lines changed

MaterialFrame/AssemblyInfo.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<PropertyGroup>
55
<Copyright>Copyright © Sharpnado 2021</Copyright>
6-
<Version>1.1.4</Version>
6+
<Version>1.2.0</Version>
77
<Company>Sharpnado</Company>
88
<Product>MaterialFrame</Product>
99
<Description>Modern Frame supporting theming such as Blur styles, Acrylic style, Dark/Light modes for Xamarin.Forms (Android, iOS, UWP).</Description>
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
//------------------------------------------------------------------------------
22
// <auto-generated>
3-
// This code was generated by a tool.
4-
// Runtime Version:4.0.30319.42000
3+
// Ce code a été généré par un outil.
4+
// Version du runtime :4.0.30319.42000
55
//
6-
// Changes to this file may cause incorrect behavior and will be lost if
7-
// the code is regenerated.
6+
// Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si
7+
// le code est régénéré.
88
// </auto-generated>
99
//------------------------------------------------------------------------------
1010

11-
[assembly: System.Reflection.AssemblyVersion("1.1.4")]
12-
[assembly: System.Reflection.AssemblyFileVersion("1.1.4")]
11+
[assembly: System.Reflection.AssemblyDescription("Modern Frame supporting theming such as Blur styles, Acrylic style, Dark/Light mo" +
12+
"des for Xamarin.Forms (Android, iOS, UWP).")]
1313
[assembly: System.Reflection.AssemblyCompany("Sharpnado")]
1414
[assembly: System.Reflection.AssemblyProduct("MaterialFrame")]
1515
[assembly: System.Reflection.AssemblyCopyright("Copyright © Sharpnado 2021")]
16-
[assembly: System.Reflection.AssemblyDescription("Modern Frame supporting theming such as Blur styles, Acrylic style, Dark/Light mo" +
17-
"des for Xamarin.Forms (Android, iOS, macOS, UWP).")]
16+
[assembly: System.Reflection.AssemblyFileVersion("1.2.0")]
17+
[assembly: System.Reflection.AssemblyVersion("1.2.0")]
1818
[assembly: System.Reflection.AssemblyTitle("Sharpnado.MaterialFrame.Android")]
1919

2020

MaterialFrame/MaterialFrame.Android/MaterialFrame.Android.csproj

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
44
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -70,7 +70,7 @@
7070
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
7171
<PrivateAssets>all</PrivateAssets>
7272
</PackageReference>
73-
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.164">
73+
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.354">
7474
<PrivateAssets>all</PrivateAssets>
7575
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
7676
</PackageReference>
@@ -141,4 +141,7 @@
141141
</ItemGroup>
142142
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
143143
<Import Project="..\AssemblyInfo.targets" />
144-
</Project>
144+
</Project>
145+
146+
147+
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
//------------------------------------------------------------------------------
22
// <auto-generated>
3-
// This code was generated by a tool.
4-
// Runtime Version:4.0.30319.42000
3+
// Ce code a été généré par un outil.
4+
// Version du runtime :4.0.30319.42000
55
//
6-
// Changes to this file may cause incorrect behavior and will be lost if
7-
// the code is regenerated.
6+
// Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si
7+
// le code est régénéré.
88
// </auto-generated>
99
//------------------------------------------------------------------------------
1010

1111
[assembly: System.Reflection.AssemblyDescription("Modern Frame supporting theming such as Blur styles, Acrylic style, Dark/Light mo" +
12-
"des for Xamarin.Forms (Android, iOS, macOS, UWP).")]
12+
"des for Xamarin.Forms (Android, iOS, UWP).")]
1313
[assembly: System.Reflection.AssemblyCompany("Sharpnado")]
1414
[assembly: System.Reflection.AssemblyProduct("MaterialFrame")]
15-
[assembly: System.Reflection.AssemblyCopyright("Copyright © Sharpnado 2020")]
16-
[assembly: System.Reflection.AssemblyFileVersion("1.1.3")]
17-
[assembly: System.Reflection.AssemblyVersion("1.1.3")]
15+
[assembly: System.Reflection.AssemblyCopyright("Copyright © Sharpnado 2021")]
16+
[assembly: System.Reflection.AssemblyFileVersion("1.2.0")]
17+
[assembly: System.Reflection.AssemblyVersion("1.2.0")]
1818
[assembly: System.Reflection.AssemblyTitle("Sharpnado.MaterialFrame.UWP")]
1919

2020

MaterialFrame/MaterialFrame.UWP/MaterialFrame.UWP.csproj

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
44
<PropertyGroup>
@@ -58,7 +58,7 @@
5858
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
5959
<PrivateAssets>all</PrivateAssets>
6060
</PackageReference>
61-
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.164">
61+
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.354">
6262
<PrivateAssets>all</PrivateAssets>
6363
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
6464
</PackageReference>
@@ -89,4 +89,7 @@
8989
<Target Name="AfterBuild">
9090
</Target>
9191
-->
92-
</Project>
92+
</Project>
93+
94+
95+
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
//------------------------------------------------------------------------------
22
// <auto-generated>
3-
// This code was generated by a tool.
4-
// Runtime Version:4.0.30319.42000
3+
// Ce code a été généré par un outil.
4+
// Version du runtime :4.0.30319.42000
55
//
6-
// Changes to this file may cause incorrect behavior and will be lost if
7-
// the code is regenerated.
6+
// Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si
7+
// le code est régénéré.
88
// </auto-generated>
99
//------------------------------------------------------------------------------
1010

11-
[assembly: System.Reflection.AssemblyVersion("1.1.4")]
12-
[assembly: System.Reflection.AssemblyFileVersion("1.1.4")]
11+
[assembly: System.Reflection.AssemblyDescription("Modern Frame supporting theming such as Blur styles, Acrylic style, Dark/Light mo" +
12+
"des for Xamarin.Forms (Android, iOS, UWP).")]
1313
[assembly: System.Reflection.AssemblyCompany("Sharpnado")]
1414
[assembly: System.Reflection.AssemblyProduct("MaterialFrame")]
1515
[assembly: System.Reflection.AssemblyCopyright("Copyright © Sharpnado 2021")]
16-
[assembly: System.Reflection.AssemblyDescription("Modern Frame supporting theming such as Blur styles, Acrylic style, Dark/Light mo" +
17-
"des for Xamarin.Forms (Android, iOS, macOS, UWP).")]
16+
[assembly: System.Reflection.AssemblyFileVersion("1.2.0")]
17+
[assembly: System.Reflection.AssemblyVersion("1.2.0")]
1818
[assembly: System.Reflection.AssemblyTitle("Sharpnado.MaterialFrame.iOS")]
1919

2020

MaterialFrame/MaterialFrame.iOS/MaterialFrame.iOS.csproj

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
44
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -60,7 +60,7 @@
6060
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
6161
<PrivateAssets>all</PrivateAssets>
6262
</PackageReference>
63-
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.164">
63+
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.354">
6464
<PrivateAssets>all</PrivateAssets>
6565
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
6666
</PackageReference>
@@ -76,4 +76,7 @@
7676
<ItemGroup>
7777
<Folder Include="Properties\" />
7878
</ItemGroup>
79-
</Project>
79+
</Project>
80+
81+
82+
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
//------------------------------------------------------------------------------
22
// <auto-generated>
3-
// This code was generated by a tool.
4-
// Runtime Version:4.0.30319.42000
3+
// Ce code a été généré par un outil.
4+
// Version du runtime :4.0.30319.42000
55
//
6-
// Changes to this file may cause incorrect behavior and will be lost if
7-
// the code is regenerated.
6+
// Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si
7+
// le code est régénéré.
88
// </auto-generated>
99
//------------------------------------------------------------------------------
1010

11-
[assembly: System.Reflection.AssemblyVersion("1.1.4")]
12-
[assembly: System.Reflection.AssemblyFileVersion("1.1.4")]
11+
[assembly: System.Reflection.AssemblyDescription("Modern Frame supporting theming such as Blur styles, Acrylic style, Dark/Light mo" +
12+
"des for Xamarin.Forms (Android, iOS, UWP).")]
1313
[assembly: System.Reflection.AssemblyCompany("Sharpnado")]
1414
[assembly: System.Reflection.AssemblyProduct("MaterialFrame")]
1515
[assembly: System.Reflection.AssemblyCopyright("Copyright © Sharpnado 2021")]
16-
[assembly: System.Reflection.AssemblyDescription("Modern Frame supporting theming such as Blur styles, Acrylic style, Dark/Light mo" +
17-
"des for Xamarin.Forms (Android, iOS, macOS, UWP).")]
16+
[assembly: System.Reflection.AssemblyFileVersion("1.2.0")]
17+
[assembly: System.Reflection.AssemblyVersion("1.2.0")]
1818
[assembly: System.Reflection.AssemblyTitle("Sharpnado.MaterialFrame.macOS")]
1919

2020

MaterialFrame/MaterialFrame.macOS/MaterialFrame.macOS.csproj

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<ProjectGuid>{447A39AE-70B4-4656-A46C-55C6D60A8E5A}</ProjectGuid>
77
<ProjectTypeGuids>{A3F8F2AB-B479-4A4A-A458-A89E7DC349F1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
88
<OutputType>Library</OutputType>
9-
<RootNamespace>Sharpnado.MaterialFrame.macOS</RootNamespace>
9+
<RootNamespace>Sharpnado.MaterialFrame.macOS</RootNamespace>
1010
<AssemblyName>Sharpnado.MaterialFrame.macOS</AssemblyName>
1111
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
1212
<TargetFrameworkIdentifier>Xamarin.Mac</TargetFrameworkIdentifier>
@@ -25,22 +25,25 @@
2525
<EnablePackageSigning>false</EnablePackageSigning>
2626
<IncludeMonoRuntime>false</IncludeMonoRuntime>
2727
<UseSGen>false</UseSGen>
28-
<HttpClientHandler></HttpClientHandler>
28+
<HttpClientHandler>
29+
</HttpClientHandler>
2930
</PropertyGroup>
3031
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
32+
<DebugType>full</DebugType>
3133
<Optimize>true</Optimize>
3234
<OutputPath>bin\Release</OutputPath>
33-
<DefineConstants></DefineConstants>
3435
<ErrorReport>prompt</ErrorReport>
3536
<WarningLevel>4</WarningLevel>
3637
<EnableCodeSigning>false</EnableCodeSigning>
3738
<CreatePackage>false</CreatePackage>
3839
<EnablePackageSigning>false</EnablePackageSigning>
3940
<IncludeMonoRuntime>false</IncludeMonoRuntime>
4041
<UseSGen>false</UseSGen>
41-
<HttpClientHandler></HttpClientHandler>
42+
<HttpClientHandler>
43+
</HttpClientHandler>
4244
</PropertyGroup>
4345
<ItemGroup>
46+
<Reference Include="netstandard" />
4447
<Reference Include="System" />
4548
<Reference Include="System.Xml" />
4649
<Reference Include="System.Core" />
@@ -61,7 +64,7 @@
6164
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
6265
<PrivateAssets>all</PrivateAssets>
6366
</PackageReference>
64-
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.164">
67+
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.354">
6568
<PrivateAssets>all</PrivateAssets>
6669
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
6770
</PackageReference>
@@ -80,4 +83,5 @@
8083
<Folder Include="Properties\" />
8184
</ItemGroup>
8285
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Mac\Xamarin.Mac.CSharp.targets" />
83-
</Project>
86+
<Import Project="..\AssemblyInfo.targets" />
87+
</Project>
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
//------------------------------------------------------------------------------
22
// <auto-generated>
3-
// This code was generated by a tool.
4-
// Runtime Version:4.0.30319.42000
3+
// Ce code a été généré par un outil.
4+
// Version du runtime :4.0.30319.42000
55
//
6-
// Changes to this file may cause incorrect behavior and will be lost if
7-
// the code is regenerated.
6+
// Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si
7+
// le code est régénéré.
88
// </auto-generated>
99
//------------------------------------------------------------------------------
1010

11-
[assembly: System.Reflection.AssemblyVersion("1.1.4")]
12-
[assembly: System.Reflection.AssemblyFileVersion("1.1.4")]
11+
[assembly: System.Reflection.AssemblyDescription("Modern Frame supporting theming such as Blur styles, Acrylic style, Dark/Light mo" +
12+
"des for Xamarin.Forms (Android, iOS, UWP).")]
1313
[assembly: System.Reflection.AssemblyCompany("Sharpnado")]
1414
[assembly: System.Reflection.AssemblyProduct("MaterialFrame")]
1515
[assembly: System.Reflection.AssemblyCopyright("Copyright © Sharpnado 2021")]
16-
[assembly: System.Reflection.AssemblyDescription("Modern Frame supporting theming such as Blur styles, Acrylic style, Dark/Light mo" +
17-
"des for Xamarin.Forms (Android, iOS, macOS, UWP).")]
16+
[assembly: System.Reflection.AssemblyFileVersion("1.2.0")]
17+
[assembly: System.Reflection.AssemblyVersion("1.2.0")]
1818
[assembly: System.Reflection.AssemblyTitle("Sharpnado.MaterialFrame")]
1919

2020

0 commit comments

Comments
 (0)