From 40b4753fa76d7f707a709cae67a483656e3b9288 Mon Sep 17 00:00:00 2001 From: Curtis Wensley Date: Wed, 21 Feb 2018 02:55:54 -0800 Subject: [PATCH 1/5] Update to 2.4.1 --- appveyor.yml | 4 ++-- build/help/Help.shfbproj | 2 +- .../Eto.Addin.MonoDevelop/Eto.Addin.MonoDevelop.csproj | 4 ++-- src/Addins/Eto.Addin.MonoDevelop/Properties/AddinInfo.cs | 2 +- .../Eto.Addin.MonoDevelop/Properties/Manifest.addin.xml | 4 ++-- .../Eto.Addin.VisualStudio/Eto.Addin.VisualStudio.csproj | 4 ++-- .../Eto.Addin.VisualStudio/source.extension.vsixmanifest | 2 +- src/Addins/Eto.Forms.Templates/Eto.Forms.Templates.csproj | 2 +- .../App-CSharp/EtoApp.1.Desktop/EtoApp.1.Desktop.csproj | 8 ++++---- .../content/App-CSharp/EtoApp.1.Gtk/EtoApp.1.Gtk.csproj | 2 +- .../content/App-CSharp/EtoApp.1.Mac/EtoApp.1.Mac.csproj | 2 +- .../App-CSharp/EtoApp.1.WinForms/EtoApp.1.WinForms.csproj | 2 +- .../content/App-CSharp/EtoApp.1.Wpf/EtoApp.1.Wpf.csproj | 2 +- .../App-CSharp/EtoApp.1.XamMac/EtoApp.1.XamMac.csproj | 2 +- .../content/App-CSharp/EtoApp.1/EtoApp.1.csproj | 6 +++--- .../App-FSharp/EtoApp.1.Desktop/EtoApp.1.Desktop.fsproj | 8 ++++---- .../content/App-FSharp/EtoApp.1.Gtk/EtoApp.1.Gtk.fsproj | 4 ++-- .../content/App-FSharp/EtoApp.1.Gtk/packages.config | 4 ++-- .../content/App-FSharp/EtoApp.1.Mac/EtoApp.1.Mac.fsproj | 2 +- .../App-FSharp/EtoApp.1.WinForms/EtoApp.1.WinForms.fsproj | 2 +- .../content/App-FSharp/EtoApp.1.Wpf/EtoApp.1.Wpf.fsproj | 2 +- .../App-FSharp/EtoApp.1.XamMac/EtoApp.1.XamMac.fsproj | 8 ++++---- .../content/App-FSharp/EtoApp.1.XamMac/packages.config | 4 ++-- .../content/App-FSharp/EtoApp.1/EtoApp.1.fsproj | 6 +++--- src/Shared/GlobalAssemblyInfo.cs | 2 +- 25 files changed, 45 insertions(+), 45 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 3db82435ff..74c7411858 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,11 +1,11 @@ -version: 2.4.0.{build} +version: 2.4.1.{build} image: Visual Studio 2017 install: - cinst gtksharp -y build_script: - set BASE=%APPVEYOR_BUILD_FOLDER% - set BUILD_VERSION=000%APPVEYOR_BUILD_NUMBER% -- set BUILD_VERSION=2.4.0-build%BUILD_VERSION:~-4% +- set BUILD_VERSION=2.4.1-build%BUILD_VERSION:~-4% - msbuild -t:Package -p:BuildVersion=%BUILD_VERSION% build\Build.proj /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" /consoleloggerparameters:NoSummary - msbuild -t:BuildAddins build\Build.proj /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" /consoleloggerparameters:NoSummary test: off diff --git a/build/help/Help.shfbproj b/build/help/Help.shfbproj index 6144ffbe1c..8a9460ef7f 100644 --- a/build/help/Help.shfbproj +++ b/build/help/Help.shfbproj @@ -66,7 +66,7 @@ %temp%\shfbworking\ - 2.4.0.0 + 2.4.1.0 100 + + + @@ -196,12 +199,7 @@ - - - - - - + @@ -260,6 +258,7 @@ + @@ -270,6 +269,8 @@ + + @@ -279,7 +280,7 @@ - + diff --git a/build/NuGet.targets b/build/NuGet.targets index 1f5e49f25e..72083963d3 100644 --- a/build/NuGet.targets +++ b/build/NuGet.targets @@ -66,7 +66,7 @@ $(AssemblyName).$(AssemblyInformationalVersion).nupkg - $(NugetCommand) push $(NonInteractiveSwitch) "$(PackageOutputDir)\$(NupkgName)" + $(NugetCommand) push $(NonInteractiveSwitch) "$(PackageOutputDir)\$(NupkgName)" -src "https://nuget.org"