From 592f7b08e8d0c137b1cd9764a6a7441c120dd423 Mon Sep 17 00:00:00 2001 From: Jason Nelson Date: Mon, 15 Oct 2018 09:19:22 -0700 Subject: [PATCH 1/4] Increase netstandard support to v1.3 --- src/SixLabors.Shapes/SixLabors.Shapes.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SixLabors.Shapes/SixLabors.Shapes.csproj b/src/SixLabors.Shapes/SixLabors.Shapes.csproj index 467c4c2..ad8e074 100644 --- a/src/SixLabors.Shapes/SixLabors.Shapes.csproj +++ b/src/SixLabors.Shapes/SixLabors.Shapes.csproj @@ -9,7 +9,7 @@ $(packageversion) 0.1.0-alpha1 Six Labors and contributors - netstandard1.1;netstandard2.0 + netstandard1.3;netstandard2.0 7.3 true true From 20ca8dd1d58daef372ae40618abfc97af1bf0b9b Mon Sep 17 00:00:00 2001 From: Jason Nelson Date: Mon, 15 Oct 2018 09:38:22 -0700 Subject: [PATCH 2/4] Update install instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a3c751..f49d776 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ We also have a [MyGet package repository](https://www.myget.org/gallery/SixLabor If you prefer, you can compile SixLabors.Shapes yourself (please do and help!), you'll need: - [Visual Studio 2017](https://www.visualstudio.com/en-us/news/releasenotes/vs2017-relnotes) -- The [.NET Core 1.0 SDK Installer](https://www.microsoft.com/net/core#windows) - Non VSCode link. +- The [.NET Core 2.1 SDK Installer](https://www.microsoft.com/net/core#windows) - Non VSCode link. To clone it locally click the "Clone in Windows" button above or run the following git commands. From 94aa33e9c751aa14544648560f5381852a77d803 Mon Sep 17 00:00:00 2001 From: Jason Nelson Date: Mon, 15 Oct 2018 09:38:40 -0700 Subject: [PATCH 3/4] Auto-generate assembly info --- .../Properties/AssemblyInfo.cs | 23 ------------------- .../SixLabors.Shapes.Tests.csproj | 10 +------- 2 files changed, 1 insertion(+), 32 deletions(-) delete mode 100644 tests/SixLabors.Shapes.Tests/Properties/AssemblyInfo.cs diff --git a/tests/SixLabors.Shapes.Tests/Properties/AssemblyInfo.cs b/tests/SixLabors.Shapes.Tests/Properties/AssemblyInfo.cs deleted file mode 100644 index 9eb682c..0000000 --- a/tests/SixLabors.Shapes.Tests/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("SixLabors.Shapes.Tests")] -[assembly: AssemblyDescription("A cross-platform library for processing of image files written in C#")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("SixLabors.Shapes.Tests")] -[assembly: AssemblyCopyright("Copyright © Scott Williams and contributors.")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("f836e8e6-b4d9-4208-8346-140c74678b91")] diff --git a/tests/SixLabors.Shapes.Tests/SixLabors.Shapes.Tests.csproj b/tests/SixLabors.Shapes.Tests/SixLabors.Shapes.Tests.csproj index 7838d82..50e55a6 100644 --- a/tests/SixLabors.Shapes.Tests/SixLabors.Shapes.Tests.csproj +++ b/tests/SixLabors.Shapes.Tests/SixLabors.Shapes.Tests.csproj @@ -3,15 +3,7 @@ 0.0.0 netcoreapp2.1 - SixLabors.Shapes.Tests - SixLabors.Shapes.Tests - true - false - false - false - false - false - false + SixLabors.Shapes.Tests full AutoGeneratedProgram From 68798f9d6797a71bc9928230d3cd8911fc96ed78 Mon Sep 17 00:00:00 2001 From: Jason Nelson Date: Mon, 15 Oct 2018 09:39:49 -0700 Subject: [PATCH 4/4] Increase SixLabors.Shapes.Text netstandard target from 1.1 to 1.3 --- src/SixLabors.Shapes.Text/SixLabors.Shapes.Text.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SixLabors.Shapes.Text/SixLabors.Shapes.Text.csproj b/src/SixLabors.Shapes.Text/SixLabors.Shapes.Text.csproj index 97292dd..9cbabe3 100644 --- a/src/SixLabors.Shapes.Text/SixLabors.Shapes.Text.csproj +++ b/src/SixLabors.Shapes.Text/SixLabors.Shapes.Text.csproj @@ -6,7 +6,7 @@ $(packageversion) 0.1.0-alpha1 Six Labors and contributors - netstandard1.1;netstandard2.0 + netstandard1.3;netstandard2.0 true true SixLabors.Shapes.Text