diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index fd9fe4ab..b092dfe5 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "paket": { - "version": "7.2.1", + "version": "8.0.0", "commands": [ "paket" ] diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 921f6b12..8a3c9fd3 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,4 +1,4 @@ -#### 2.0.0-theta-004 Sep 7, 2023 +#### 2.0.0 Nov 26, 2023 - Migration to .NET 6.0 - DocumentFormat.OpenXml 3.0.0-beta0003 - `System.Drawing.Common` replaced by `SixLabors.ImageSharp.Drawing` diff --git a/paket.dependencies b/paket.dependencies index 1b1ba875..e683bc1b 100644 --- a/paket.dependencies +++ b/paket.dependencies @@ -3,8 +3,8 @@ source https://api.nuget.org/v3/index.json storage: none framework: net6.0 -nuget DocumentFormat.OpenXml 3.0.0-beta0003 -nuget DocumentFormat.OpenXml.Framework 3.0.0-beta0003 +nuget DocumentFormat.OpenXml +nuget DocumentFormat.OpenXml.Framework nuget SixLabors.ImageSharp.Drawing nuget SixLabors.ImageSharp diff --git a/paket.lock b/paket.lock index ee65aafb..0bc15db4 100644 --- a/paket.lock +++ b/paket.lock @@ -2,55 +2,54 @@ STORAGE: NONE RESTRICTION: == net6.0 NUGET remote: https://api.nuget.org/v3/index.json - DocumentFormat.OpenXml (3.0.0-beta0003) - DocumentFormat.OpenXml.Framework (>= 3.0.0-beta0003) - DocumentFormat.OpenXml.Framework (3.0.0-beta0003) - System.IO.Packaging (>= 7.0) - IDisposableAnalyzers (4.0.6) - Microsoft.CodeCoverage (17.7.2) - Microsoft.NET.Test.Sdk (17.7.2) - Microsoft.CodeCoverage (>= 17.7.2) - Microsoft.TestPlatform.TestHost (>= 17.7.2) + DocumentFormat.OpenXml (3.0) + DocumentFormat.OpenXml.Framework (>= 3.0) + DocumentFormat.OpenXml.Framework (3.0) + System.IO.Packaging (>= 8.0) + IDisposableAnalyzers (4.0.7) + Microsoft.CodeCoverage (17.8) + Microsoft.NET.Test.Sdk (17.8) + Microsoft.CodeCoverage (>= 17.8) + Microsoft.TestPlatform.TestHost (>= 17.8) Microsoft.NETCore.Platforms (7.0.4) - Microsoft.TestPlatform.ObjectModel (17.7.2) + Microsoft.TestPlatform.ObjectModel (17.8) NuGet.Frameworks (>= 6.5) System.Reflection.Metadata (>= 1.6) - Microsoft.TestPlatform.TestHost (17.7.2) - Microsoft.TestPlatform.ObjectModel (>= 17.7.2) + Microsoft.TestPlatform.TestHost (17.8) + Microsoft.TestPlatform.ObjectModel (>= 17.8) Newtonsoft.Json (>= 13.0.1) NETStandard.Library (2.0.3) Microsoft.NETCore.Platforms (>= 1.1) Newtonsoft.Json (13.0.3) - NuGet.Frameworks (6.7) - SixLabors.Fonts (1.0) + NuGet.Frameworks (6.8) + SixLabors.Fonts (2.0) SixLabors.ImageSharp (3.0.2) - SixLabors.ImageSharp.Drawing (1.0) - SixLabors.Fonts (>= 1.0) - SixLabors.ImageSharp (>= 2.1.5) - System.Collections.Immutable (7.0) + SixLabors.ImageSharp.Drawing (2.0.1) + SixLabors.Fonts (>= 2.0) + SixLabors.ImageSharp (>= 3.0.2) + System.Collections.Immutable (8.0) System.Runtime.CompilerServices.Unsafe (>= 6.0) - System.IO.Packaging (7.0) - System.Reflection.Metadata (7.0.2) - System.Collections.Immutable (>= 7.0) + System.IO.Packaging (8.0) + System.Reflection.Metadata (8.0) + System.Collections.Immutable (>= 8.0) System.Runtime.CompilerServices.Unsafe (6.0) - System.Text.Encoding.CodePages (7.0) + System.Text.Encoding.CodePages (8.0) System.Runtime.CompilerServices.Unsafe (>= 6.0) - xunit (2.5) - xunit.analyzers (>= 1.2) - xunit.assert (>= 2.5) - xunit.core (2.5) + xunit (2.6.2) + xunit.analyzers (>= 1.6) + xunit.assert (>= 2.6.2) + xunit.core (2.6.2) xunit.abstractions (2.0.3) - xunit.analyzers (1.2) - xunit.assert (2.5) - NETStandard.Library (>= 1.6.1) - xunit.core (2.5) - xunit.extensibility.core (2.5) - xunit.extensibility.execution (2.5) - xunit.extensibility.core (2.5) + xunit.analyzers (1.6) + xunit.assert (2.6.2) + xunit.core (2.6.2) + xunit.extensibility.core (2.6.2) + xunit.extensibility.execution (2.6.2) + xunit.extensibility.core (2.6.2) NETStandard.Library (>= 1.6.1) xunit.abstractions (>= 2.0.3) - xunit.extensibility.execution (2.5) + xunit.extensibility.execution (2.6.2) NETStandard.Library (>= 1.6.1) - xunit.extensibility.core (2.5) - xunit.runner.console (2.5) - xunit.runner.visualstudio (2.5) + xunit.extensibility.core (2.6.2) + xunit.runner.console (2.6.2) + xunit.runner.visualstudio (2.5.4)