Skip to content

Commit

Permalink
feat: DocumentFormat.OpenXml v3 and deps update
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-tihon committed Nov 26, 2023
1 parent 75798f5 commit e9aab27
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 41 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"paket": {
"version": "7.2.1",
"version": "8.0.0",
"commands": [
"paket"
]
Expand Down
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
4 changes: 2 additions & 2 deletions paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
73 changes: 36 additions & 37 deletions paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit e9aab27

Please sign in to comment.