Skip to content

Commit

Permalink
feat: update deps and OpenXML 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-tihon committed Nov 1, 2024
1 parent 0b0dd7a commit 0cd6a7d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [2.2.2] - November 1, 2024

- feat: DocumentFormat.OpenXml 3.1.0 -> 3.1.1
- docs: Fix document assembler images and other tidy up (#84)
- hk: Document Assembler - Small Code Reorganisation (#83)

## [2.2.1] - October 8, 2024

- fix: optimized memory usage during slide publishing
Expand Down
15 changes: 7 additions & 8 deletions paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ STORAGE: NONE
RESTRICTION: == net8.0
NUGET
remote: https://api.nuget.org/v3/index.json
DocumentFormat.OpenXml (3.1)
DocumentFormat.OpenXml.Framework (>= 3.1)
DocumentFormat.OpenXml.Framework (3.1)
System.IO.Packaging (>= 8.0)
DocumentFormat.OpenXml (3.1.1)
DocumentFormat.OpenXml.Framework (>= 3.1.1)
DocumentFormat.OpenXml.Framework (3.1.1)
System.IO.Packaging (>= 8.0.1)
IDisposableAnalyzers (4.0.8)
Microsoft.CodeCoverage (17.11.1)
Microsoft.NET.Test.Sdk (17.11.1)
Expand All @@ -18,15 +18,14 @@ NUGET
Microsoft.TestPlatform.ObjectModel (>= 17.11.1)
Newtonsoft.Json (>= 13.0.1)
Newtonsoft.Json (13.0.3)
SixLabors.Fonts (2.0.4)
SixLabors.Fonts (2.0.6)
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.IO.Packaging (8.0.1)
System.Reflection.Metadata (8.0.1)
System.Text.Encoding.CodePages (8.0)
xunit (2.9.2)
xunit.analyzers (>= 1.16)
Expand Down

0 comments on commit 0cd6a7d

Please sign in to comment.