Skip to content

Commit

Permalink
Released v39.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ilap committed Nov 11, 2017
1 parent 56f113c commit 839a6b3
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions MaterialComponentsBinding.sln
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Global
$5.NewLineForCatch = False
$5.NewLineForFinally = False
$5.scope = text/x-csharp
description = @For Api changes check https://github.com/material-components/material-components-ios/releases/tag/v35.2.0\n\nThis Xamarin Binding Solution follows the Material Components for iOS and other projects versioning convention.\ne.g.:\n* Material Components for iOS 31.0.0 --> Xamarin Bindig 31.0.0\n* MDFTextAccessibility --> use the latest.
version = 35.2.0
description = @For Api changes check https://github.com/material-components/material-components-ios/releases/tag/v39.0.0\n\nThis Xamarin Binding Solution follows the Material Components for iOS and other projects versioning convention.\ne.g.:\n* Material Components for iOS 31.0.0 --> Xamarin Bindig 31.0.0\n* MDFTextAccessibility --> use the latest.
version = 39.0.0
EndGlobalSection
EndGlobal
2 changes: 1 addition & 1 deletion MaterialComponentsXamarinExamples.sln
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Global
{E98F86E6-DB5D-48AE-A6F1-B2919D89C87C}.Debug|iPhone.Build.0 = Debug|iPhone
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
version = 35.2.0
version = 39.0.0
Policies = $0
$0.DotNetNamingPolicy = $1
$1.DirectoryNamespaceAssociation = PrefixedHierarchical
Expand Down
2 changes: 1 addition & 1 deletion samples/MDC-Tutorial/MDC-Tutorial.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<RootNamespace>MDCTutorial</RootNamespace>
<AssemblyName>MDC-Sample</AssemblyName>
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
<ReleaseVersion>35.2.0</ReleaseVersion>
<ReleaseVersion>39.0.0</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
2 changes: 1 addition & 1 deletion samples/Pesto/Pesto.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<RootNamespace>Pesto</RootNamespace>
<AssemblyName>Pesto</AssemblyName>
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
<ReleaseVersion>35.2.0</ReleaseVersion>
<ReleaseVersion>39.0.0</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
2 changes: 1 addition & 1 deletion samples/Shrine/ShrineXamarin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<RootNamespace>ShrineXamarin</RootNamespace>
<AssemblyName>ShrineXamarin</AssemblyName>
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
<ReleaseVersion>35.2.0</ReleaseVersion>
<ReleaseVersion>39.0.0</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
2 changes: 1 addition & 1 deletion samples/ShrineRemoteImage/ShrineRemoteImage.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<RootNamespace>ShrineRemoteImage.iOS</RootNamespace>
<AssemblyName>ShrineRemoteImage.iOS</AssemblyName>
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
<ReleaseVersion>35.2.0</ReleaseVersion>
<ReleaseVersion>39.0.0</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
2 changes: 1 addition & 1 deletion src/MaterialComponents/MaterialComponents.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<RootNamespace>MaterialComponents</RootNamespace>
<AssemblyName>MaterialComponents</AssemblyName>
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
<ReleaseVersion>35.2.0</ReleaseVersion>
<ReleaseVersion>39.0.0</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down

0 comments on commit 839a6b3

Please sign in to comment.