Skip to content

Commit

Permalink
feat: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-tihon committed Sep 8, 2024
1 parent 284dc78 commit 5974ca4
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 29 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 2.2.0 - September 8, 2024

- DocumentFormat.OpenXml 3.0.2 -> 3.1.0
- DocumentFormat.OpenXml.Framework 3.0.2 -> 3.1.0
- SixLabors.ImageSharp 3.1.4 -> 3.1.5
- SixLabors.ImageSharp.Drawing 2.1.3 -> 2.1.4

## [2.1.1] - April 18, 2024

- fix: regression cased by migration to struct inside OpenXML v3 #75
Expand Down Expand Up @@ -76,7 +83,7 @@

## [1.10.0] - Feb 19, 2022

- Added support of ExtendedChartPart (http://schemas.microsoft.com/office/drawing/2014/chartex) in PresentationBuilder and DocumentBuilder.
- Added support of ExtendedChartPart (<http://schemas.microsoft.com/office/drawing/2014/chartex>) in PresentationBuilder and DocumentBuilder.

## [1.9.2] - Feb 17, 2022

Expand Down
56 changes: 28 additions & 28 deletions paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,45 +2,45 @@ STORAGE: NONE
RESTRICTION: == net8.0
NUGET
remote: https://api.nuget.org/v3/index.json
DocumentFormat.OpenXml (3.0.2)
DocumentFormat.OpenXml.Framework (>= 3.0.2)
DocumentFormat.OpenXml.Framework (3.0.2)
DocumentFormat.OpenXml (3.1)
DocumentFormat.OpenXml.Framework (>= 3.1)
DocumentFormat.OpenXml.Framework (3.1)
System.IO.Packaging (>= 8.0)
IDisposableAnalyzers (4.0.8)
Microsoft.CodeCoverage (17.10)
Microsoft.NET.Test.Sdk (17.10)
Microsoft.CodeCoverage (>= 17.10)
Microsoft.TestPlatform.TestHost (>= 17.10)
Microsoft.CodeCoverage (17.11.1)
Microsoft.NET.Test.Sdk (17.11.1)
Microsoft.CodeCoverage (>= 17.11.1)
Microsoft.TestPlatform.TestHost (>= 17.11.1)
Microsoft.NETCore.Platforms (7.0.4)
Microsoft.TestPlatform.ObjectModel (17.10)
Microsoft.TestPlatform.ObjectModel (17.11.1)
System.Reflection.Metadata (>= 1.6)
Microsoft.TestPlatform.TestHost (17.10)
Microsoft.TestPlatform.ObjectModel (>= 17.10)
Microsoft.TestPlatform.TestHost (17.11.1)
Microsoft.TestPlatform.ObjectModel (>= 17.11.1)
Newtonsoft.Json (>= 13.0.1)
Newtonsoft.Json (13.0.3)
SixLabors.Fonts (2.0.4)
SixLabors.ImageSharp (3.1.4)
SixLabors.ImageSharp.Drawing (2.1.3)
SixLabors.Fonts (>= 2.0.3)
SixLabors.ImageSharp (>= 3.1.4)
SixLabors.ImageSharp (3.1.5)
SixLabors.ImageSharp.Drawing (2.1.4)
SixLabors.Fonts (>= 2.0.4)
SixLabors.ImageSharp (>= 3.1.5)
System.Collections.Immutable (8.0)
System.IO.Packaging (8.0)
System.Reflection.Metadata (8.0)
System.Collections.Immutable (>= 8.0)
System.Text.Encoding.CodePages (8.0)
xunit (2.8.1)
xunit.analyzers (>= 1.14)
xunit.assert (>= 2.8.1)
xunit.core (2.8.1)
xunit (2.9)
xunit.analyzers (>= 1.15)
xunit.assert (>= 2.9)
xunit.core (2.9)
xunit.abstractions (2.0.3)
xunit.analyzers (1.14)
xunit.assert (2.8.1)
xunit.core (2.8.1)
xunit.extensibility.core (2.8.1)
xunit.extensibility.execution (2.8.1)
xunit.extensibility.core (2.8.1)
xunit.analyzers (1.16)
xunit.assert (2.9)
xunit.core (2.9)
xunit.extensibility.core (2.9)
xunit.extensibility.execution (2.9)
xunit.extensibility.core (2.9)
xunit.abstractions (>= 2.0.3)
xunit.extensibility.execution (2.8.1)
xunit.extensibility.core (2.8.1)
xunit.runner.console (2.8.1)
xunit.runner.visualstudio (2.8.1)
xunit.extensibility.execution (2.9)
xunit.extensibility.core (2.9)
xunit.runner.console (2.9)
xunit.runner.visualstudio (2.8.2)

0 comments on commit 5974ca4

Please sign in to comment.