From 36dfe607a547b1eaef9e7e657c74505dec3ca5ac Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Wed, 27 Sep 2017 03:14:38 +0200 Subject: [PATCH] Setting the version number to v1.59.2 --- .../Properties/SkiaSharpAssemblyInfo.cs | 4 ++-- build.cake | 8 ++++---- nuget/SkiaSharp.HarfBuzz.nuspec | 2 +- nuget/SkiaSharp.Linux.nuspec | 2 +- nuget/SkiaSharp.Mac.nuspec | 2 +- nuget/SkiaSharp.Views.Forms.Mac.nuspec | 16 +++++++-------- nuget/SkiaSharp.Views.Forms.Windows.nuspec | 8 ++++---- nuget/SkiaSharp.Views.Forms.nuspec | 20 +++++++++---------- nuget/SkiaSharp.Views.Mac.nuspec | 4 ++-- nuget/SkiaSharp.Views.Windows.nuspec | 4 ++-- nuget/SkiaSharp.Views.nuspec | 4 ++-- nuget/SkiaSharp.Windows.nuspec | 2 +- nuget/SkiaSharp.nuspec | 2 +- samples/FormsSample/Android/Android.csproj | 6 +++--- samples/FormsSample/Core/Core.csproj | 4 ++-- samples/FormsSample/Mac/Mac.csproj | 6 +++--- samples/FormsSample/UWP/UWP.csproj | 4 ++-- samples/FormsSample/iOS/iOS.csproj | 6 +++--- samples/MacSample/MacSample/MacSample.csproj | 4 ++-- samples/TvSample/TvSample/TvSample.csproj | 4 ++-- samples/UWPSample/UWPSample/UWPSample.csproj | 4 ++-- samples/WPFSample/WPFSample/WPFSample.csproj | 4 ++-- .../WindowsSample/WindowsSample.csproj | 4 ++-- .../SkiaSharpHarfBuzzAssemblyInfo.cs | 4 ++-- .../SkiaSharpViewsFormsAssemblyInfo.cs | 4 ++-- .../Properties/SkiaSharpViewsAssemblyInfo.cs | 4 ++-- .../SkiaSharpWorkbooksAssemblyInfo.cs | 4 ++-- .../SkiaSharp.NetCore.Tests.csproj | 2 +- 28 files changed, 71 insertions(+), 71 deletions(-) diff --git a/binding/Binding/Properties/SkiaSharpAssemblyInfo.cs b/binding/Binding/Properties/SkiaSharpAssemblyInfo.cs index 8cbdbde7..24d37f8f 100644 --- a/binding/Binding/Properties/SkiaSharpAssemblyInfo.cs +++ b/binding/Binding/Properties/SkiaSharpAssemblyInfo.cs @@ -10,8 +10,8 @@ using System.Reflection; [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("SkiaSharp")] [assembly: AssemblyVersion("1.59.0.0")] -[assembly: AssemblyFileVersion("1.59.1.0")] -[assembly: AssemblyInformationalVersion("1.59.1.0-{GIT_SHA}")] +[assembly: AssemblyFileVersion("1.59.2.0")] +[assembly: AssemblyInformationalVersion("1.59.2.0-{GIT_SHA}")] [assembly: AssemblyCopyright("Xamarin Inc.")] [assembly: AssemblyTrademark("")] diff --git a/build.cake b/build.cake index 3aeec068..8ab72dd4 100644 --- a/build.cake +++ b/build.cake @@ -26,7 +26,7 @@ var SNToolPath = GetSNToolPath (EnvironmentVariable ("SN_EXE")); var MSBuildToolPath = GetMSBuildToolPath (EnvironmentVariable ("MSBUILD_EXE")); var VERSION_ASSEMBLY = "1.59.0.0"; -var VERSION_FILE = "1.59.1.0"; +var VERSION_FILE = "1.59.2.0"; var VERSION_SONAME = VERSION_FILE.Substring(VERSION_FILE.IndexOf(".") + 1); var ANGLE_VERSION_SOURCE = "2.1.13"; @@ -37,9 +37,9 @@ var HARFBUZZ_VERSION_FILE = "1.4.6.0"; var HARFBUZZ_VERSION_SONAME = HARFBUZZ_VERSION_FILE.Substring(0, HARFBUZZ_VERSION_FILE.LastIndexOf(".")); var VERSION_PACKAGES = new Dictionary { - { "SkiaSharp", "1.59.1" }, - { "SkiaSharp.Views", "1.59.1" }, - { "SkiaSharp.Views.Forms", "1.59.1" }, + { "SkiaSharp", "1.59.2" }, + { "SkiaSharp.Views", "1.59.2" }, + { "SkiaSharp.Views.Forms", "1.59.2" }, { "SkiaSharp.HarfBuzz", "1.59.0-beta" }, { "HarfBuzzSharp", "1.4.6" }, diff --git a/nuget/SkiaSharp.HarfBuzz.nuspec b/nuget/SkiaSharp.HarfBuzz.nuspec index 5dd405a4..c783312f 100644 --- a/nuget/SkiaSharp.HarfBuzz.nuspec +++ b/nuget/SkiaSharp.HarfBuzz.nuspec @@ -14,7 +14,7 @@ https://cdn.rawgit.com/mono/SkiaSharp/v1.53.0/images/skia_256x256.png xamarin,graphics,ios,android,windows,uwp,tvos,macos,cross-platform,skiasharp - + diff --git a/nuget/SkiaSharp.Linux.nuspec b/nuget/SkiaSharp.Linux.nuspec index 2294fe34..1e23b46e 100644 --- a/nuget/SkiaSharp.Linux.nuspec +++ b/nuget/SkiaSharp.Linux.nuspec @@ -3,7 +3,7 @@ SkiaSharp SkiaSharp (for Linux) - 1.59.1 + 1.59.2 Xamarin Inc. Xamarin Inc. false diff --git a/nuget/SkiaSharp.Mac.nuspec b/nuget/SkiaSharp.Mac.nuspec index 317af1c7..33dceb6d 100644 --- a/nuget/SkiaSharp.Mac.nuspec +++ b/nuget/SkiaSharp.Mac.nuspec @@ -3,7 +3,7 @@ SkiaSharp SkiaSharp (for macOS) - 1.59.1 + 1.59.2 Xamarin Inc. Xamarin Inc. false diff --git a/nuget/SkiaSharp.Views.Forms.Mac.nuspec b/nuget/SkiaSharp.Views.Forms.Mac.nuspec index ca3343df..7b95d9b6 100644 --- a/nuget/SkiaSharp.Views.Forms.Mac.nuspec +++ b/nuget/SkiaSharp.Views.Forms.Mac.nuspec @@ -3,7 +3,7 @@ SkiaSharp.Views.Forms SkiaSharp for Xamarin.Forms (for macOS) - 1.59.1 + 1.59.2 Xamarin Inc. Xamarin Inc. false @@ -16,22 +16,22 @@ - + - - + + - - + + - - + + diff --git a/nuget/SkiaSharp.Views.Forms.Windows.nuspec b/nuget/SkiaSharp.Views.Forms.Windows.nuspec index c92b3cc1..dc263f36 100644 --- a/nuget/SkiaSharp.Views.Forms.Windows.nuspec +++ b/nuget/SkiaSharp.Views.Forms.Windows.nuspec @@ -3,7 +3,7 @@ SkiaSharp.Views.Forms SkiaSharp for Xamarin.Forms (for Windows) - 1.59.1 + 1.59.2 Xamarin Inc. Xamarin Inc. false @@ -16,12 +16,12 @@ - + - - + + diff --git a/nuget/SkiaSharp.Views.Forms.nuspec b/nuget/SkiaSharp.Views.Forms.nuspec index 9a8cb89f..7bf0ab82 100644 --- a/nuget/SkiaSharp.Views.Forms.nuspec +++ b/nuget/SkiaSharp.Views.Forms.nuspec @@ -3,7 +3,7 @@ SkiaSharp.Views.Forms SkiaSharp for Xamarin.Forms - 1.59.1 + 1.59.2 Xamarin Inc. Xamarin Inc. false @@ -16,27 +16,27 @@ - + - - + + - - + + - - + + - - + + diff --git a/nuget/SkiaSharp.Views.Mac.nuspec b/nuget/SkiaSharp.Views.Mac.nuspec index 8e4a9337..c0c71edf 100644 --- a/nuget/SkiaSharp.Views.Mac.nuspec +++ b/nuget/SkiaSharp.Views.Mac.nuspec @@ -3,7 +3,7 @@ SkiaSharp.Views SkiaSharp Views & Layers (for macOS) - 1.59.1 + 1.59.2 Xamarin Inc. Xamarin Inc. false @@ -14,7 +14,7 @@ https://cdn.rawgit.com/mono/SkiaSharp/v1.53.0/images/skia_256x256.png ui,xamarin,graphics,ios,android,linux,windows,uwp,tvos,macos,cross-platform,skiasharp - + diff --git a/nuget/SkiaSharp.Views.Windows.nuspec b/nuget/SkiaSharp.Views.Windows.nuspec index 5474fde6..4716db69 100644 --- a/nuget/SkiaSharp.Views.Windows.nuspec +++ b/nuget/SkiaSharp.Views.Windows.nuspec @@ -3,7 +3,7 @@ SkiaSharp.Views SkiaSharp Views & Layers (for Windows) - 1.59.1 + 1.59.2 Xamarin Inc. Xamarin Inc. false @@ -14,7 +14,7 @@ https://cdn.rawgit.com/mono/SkiaSharp/v1.53.0/images/skia_256x256.png ui,xamarin,graphics,ios,android,linux,windows,uwp,tvos,macos,cross-platform,skiasharp - + diff --git a/nuget/SkiaSharp.Views.nuspec b/nuget/SkiaSharp.Views.nuspec index 0d983c37..1b681c23 100644 --- a/nuget/SkiaSharp.Views.nuspec +++ b/nuget/SkiaSharp.Views.nuspec @@ -3,7 +3,7 @@ SkiaSharp.Views SkiaSharp Views & Layers - 1.59.1 + 1.59.2 Xamarin Inc. Xamarin Inc. false @@ -14,7 +14,7 @@ https://cdn.rawgit.com/mono/SkiaSharp/v1.53.0/images/skia_256x256.png ui,xamarin,graphics,ios,android,linux,windows,uwp,tvos,macos,cross-platform,skiasharp - + diff --git a/nuget/SkiaSharp.Windows.nuspec b/nuget/SkiaSharp.Windows.nuspec index 3bf46757..665e5fda 100644 --- a/nuget/SkiaSharp.Windows.nuspec +++ b/nuget/SkiaSharp.Windows.nuspec @@ -3,7 +3,7 @@ SkiaSharp SkiaSharp (for Windows) - 1.59.1 + 1.59.2 Xamarin Inc. Xamarin Inc. false diff --git a/nuget/SkiaSharp.nuspec b/nuget/SkiaSharp.nuspec index ed0c45ca..f85ab415 100644 --- a/nuget/SkiaSharp.nuspec +++ b/nuget/SkiaSharp.nuspec @@ -3,7 +3,7 @@ SkiaSharp SkiaSharp - 1.59.1 + 1.59.2 Xamarin Inc. Xamarin Inc. false diff --git a/samples/FormsSample/Android/Android.csproj b/samples/FormsSample/Android/Android.csproj index b12d68ae..db1c93ef 100644 --- a/samples/FormsSample/Android/Android.csproj +++ b/samples/FormsSample/Android/Android.csproj @@ -54,11 +54,11 @@ - + - - + + diff --git a/samples/FormsSample/Core/Core.csproj b/samples/FormsSample/Core/Core.csproj index 1ddfbf44..57bf2ff9 100644 --- a/samples/FormsSample/Core/Core.csproj +++ b/samples/FormsSample/Core/Core.csproj @@ -35,10 +35,10 @@ - + - + diff --git a/samples/FormsSample/Mac/Mac.csproj b/samples/FormsSample/Mac/Mac.csproj index 9ae317ce..081ab22a 100644 --- a/samples/FormsSample/Mac/Mac.csproj +++ b/samples/FormsSample/Mac/Mac.csproj @@ -56,12 +56,12 @@ - + - - + + diff --git a/samples/FormsSample/UWP/UWP.csproj b/samples/FormsSample/UWP/UWP.csproj index 56f8232d..2feb7ecb 100644 --- a/samples/FormsSample/UWP/UWP.csproj +++ b/samples/FormsSample/UWP/UWP.csproj @@ -96,10 +96,10 @@ - + - + diff --git a/samples/FormsSample/iOS/iOS.csproj b/samples/FormsSample/iOS/iOS.csproj index a36b8fcf..fdd9554b 100644 --- a/samples/FormsSample/iOS/iOS.csproj +++ b/samples/FormsSample/iOS/iOS.csproj @@ -115,11 +115,11 @@ - + - - + + diff --git a/samples/MacSample/MacSample/MacSample.csproj b/samples/MacSample/MacSample/MacSample.csproj index 8cdcb4ca..9631a987 100644 --- a/samples/MacSample/MacSample/MacSample.csproj +++ b/samples/MacSample/MacSample/MacSample.csproj @@ -54,10 +54,10 @@ - + - + diff --git a/samples/TvSample/TvSample/TvSample.csproj b/samples/TvSample/TvSample/TvSample.csproj index 9564b68f..5eb47715 100644 --- a/samples/TvSample/TvSample/TvSample.csproj +++ b/samples/TvSample/TvSample/TvSample.csproj @@ -87,10 +87,10 @@ - + - + diff --git a/samples/UWPSample/UWPSample/UWPSample.csproj b/samples/UWPSample/UWPSample/UWPSample.csproj index 24246f23..81f74c62 100644 --- a/samples/UWPSample/UWPSample/UWPSample.csproj +++ b/samples/UWPSample/UWPSample/UWPSample.csproj @@ -92,10 +92,10 @@ - + - + diff --git a/samples/WPFSample/WPFSample/WPFSample.csproj b/samples/WPFSample/WPFSample/WPFSample.csproj index 231095f1..d517c20b 100644 --- a/samples/WPFSample/WPFSample/WPFSample.csproj +++ b/samples/WPFSample/WPFSample/WPFSample.csproj @@ -98,10 +98,10 @@ - + - + diff --git a/samples/WindowsSample/WindowsSample/WindowsSample.csproj b/samples/WindowsSample/WindowsSample/WindowsSample.csproj index 44e4155e..87a562c3 100644 --- a/samples/WindowsSample/WindowsSample/WindowsSample.csproj +++ b/samples/WindowsSample/WindowsSample/WindowsSample.csproj @@ -92,10 +92,10 @@ - + - + diff --git a/source/SkiaSharp.HarfBuzz/SkiaSharp.HarfBuzz.Shared/Properties/SkiaSharpHarfBuzzAssemblyInfo.cs b/source/SkiaSharp.HarfBuzz/SkiaSharp.HarfBuzz.Shared/Properties/SkiaSharpHarfBuzzAssemblyInfo.cs index 727371aa..46c39323 100644 --- a/source/SkiaSharp.HarfBuzz/SkiaSharp.HarfBuzz.Shared/Properties/SkiaSharpHarfBuzzAssemblyInfo.cs +++ b/source/SkiaSharp.HarfBuzz/SkiaSharp.HarfBuzz.Shared/Properties/SkiaSharpHarfBuzzAssemblyInfo.cs @@ -10,8 +10,8 @@ using System.Reflection; [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("SkiaSharp.HarfBuzz")] [assembly: AssemblyVersion("1.59.0.0")] -[assembly: AssemblyFileVersion("1.59.1.0")] -[assembly: AssemblyInformationalVersion("1.59.1.0-{GIT_SHA}")] +[assembly: AssemblyFileVersion("1.59.2.0")] +[assembly: AssemblyInformationalVersion("1.59.2.0-{GIT_SHA}")] [assembly: AssemblyCopyright("Xamarin Inc.")] [assembly: AssemblyTrademark("")] diff --git a/source/SkiaSharp.Views.Forms/SkiaSharp.Views.Forms.Shared/Properties/SkiaSharpViewsFormsAssemblyInfo.cs b/source/SkiaSharp.Views.Forms/SkiaSharp.Views.Forms.Shared/Properties/SkiaSharpViewsFormsAssemblyInfo.cs index b6064784..67ec48da 100644 --- a/source/SkiaSharp.Views.Forms/SkiaSharp.Views.Forms.Shared/Properties/SkiaSharpViewsFormsAssemblyInfo.cs +++ b/source/SkiaSharp.Views.Forms/SkiaSharp.Views.Forms.Shared/Properties/SkiaSharpViewsFormsAssemblyInfo.cs @@ -10,8 +10,8 @@ using System.Reflection; [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("SkiaSharp.Views.Forms")] [assembly: AssemblyVersion("1.59.0.0")] -[assembly: AssemblyFileVersion("1.59.1.0")] -[assembly: AssemblyInformationalVersion("1.59.1.0-{GIT_SHA}")] +[assembly: AssemblyFileVersion("1.59.2.0")] +[assembly: AssemblyInformationalVersion("1.59.2.0-{GIT_SHA}")] [assembly: AssemblyCopyright("Xamarin Inc.")] [assembly: AssemblyTrademark("")] diff --git a/source/SkiaSharp.Views/SkiaSharp.Views.Shared/Properties/SkiaSharpViewsAssemblyInfo.cs b/source/SkiaSharp.Views/SkiaSharp.Views.Shared/Properties/SkiaSharpViewsAssemblyInfo.cs index fca910f8..3813b9e9 100644 --- a/source/SkiaSharp.Views/SkiaSharp.Views.Shared/Properties/SkiaSharpViewsAssemblyInfo.cs +++ b/source/SkiaSharp.Views/SkiaSharp.Views.Shared/Properties/SkiaSharpViewsAssemblyInfo.cs @@ -10,8 +10,8 @@ using System.Reflection; [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("SkiaSharp.Views")] [assembly: AssemblyVersion("1.59.0.0")] -[assembly: AssemblyFileVersion("1.59.1.0")] -[assembly: AssemblyInformationalVersion("1.59.1.0-{GIT_SHA}")] +[assembly: AssemblyFileVersion("1.59.2.0")] +[assembly: AssemblyInformationalVersion("1.59.2.0-{GIT_SHA}")] [assembly: AssemblyCopyright("Xamarin Inc.")] [assembly: AssemblyTrademark("")] diff --git a/source/SkiaSharp.Workbooks/Properties/SkiaSharpWorkbooksAssemblyInfo.cs b/source/SkiaSharp.Workbooks/Properties/SkiaSharpWorkbooksAssemblyInfo.cs index 5aac5eba..57d3c517 100644 --- a/source/SkiaSharp.Workbooks/Properties/SkiaSharpWorkbooksAssemblyInfo.cs +++ b/source/SkiaSharp.Workbooks/Properties/SkiaSharpWorkbooksAssemblyInfo.cs @@ -10,8 +10,8 @@ using System.Reflection; [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("SkiaSharp")] [assembly: AssemblyVersion("1.59.0.0")] -[assembly: AssemblyFileVersion("1.59.1.0")] -[assembly: AssemblyInformationalVersion("1.59.1.0-{GIT_SHA}")] +[assembly: AssemblyFileVersion("1.59.2.0")] +[assembly: AssemblyInformationalVersion("1.59.2.0-{GIT_SHA}")] [assembly: AssemblyCopyright("Microsoft")] [assembly: AssemblyTrademark("")] diff --git a/tests/SkiaSharp.NetCore.Tests/SkiaSharp.NetCore.Tests.csproj b/tests/SkiaSharp.NetCore.Tests/SkiaSharp.NetCore.Tests.csproj index e7e6cd85..af6148b7 100644 --- a/tests/SkiaSharp.NetCore.Tests/SkiaSharp.NetCore.Tests.csproj +++ b/tests/SkiaSharp.NetCore.Tests/SkiaSharp.NetCore.Tests.csproj @@ -14,7 +14,7 @@ - +