Skip to content

Commit

Permalink
feat: DocumentFormat.OpenXml 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-tihon committed Nov 22, 2024
1 parent 6f9e4b0 commit 3eb4277
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Changelog

## [2.3.0] - November 15, 2024
## [2.3.0] - November 23, 2024

- Build with .NET 9.0
- Pack with `dotnet pack` instead of `paket`
- hk: build with .NET 9.0
- hk: DocumentFormat.OpenXml 3.2.0
- hk: Pack with `dotnet pack` instead of `paket`
- feat: handle invalid xml characters (#89)

## [2.2.2] - November 1, 2024

Expand Down
2 changes: 1 addition & 1 deletion Clippit.Tests/Clippit.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<ProjectReference Include="..\Clippit\Clippit.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="xunit" Version="2.9.2" />
<PackageReference Include="xunit.runner.console" Version="2.9.2">
<PrivateAssets>all</PrivateAssets>
Expand Down
3 changes: 2 additions & 1 deletion Clippit/Clippit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageIcon>logo.jpeg</PackageIcon>
<License>MIT</License>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageTags>OpenXML;PowerTools;PowerPoint;Word;Excel;HTML</PackageTags>
<Description>Fresh PowerTools for OpenXml</Description>
<PackageProjectUrl>https://github.com/sergey-tihon/Clippit</PackageProjectUrl>
</PropertyGroup>
<ItemGroup>
<None Include="..\docs\images\logo.jpeg" Pack="true" PackagePath="\"/>
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="DocumentFormat.OpenXml" Version="3.1.1" />
<PackageReference Include="DocumentFormat.OpenXml" Version="3.2.0" />
<PackageReference Include="SixLabors.ImageSharp.Drawing" Version="2.1.4" />
<PackageReference Include="IDisposableAnalyzers" Version="4.0.8" PrivateAssets="all"/>
</ItemGroup>
Expand Down

0 comments on commit 3eb4277

Please sign in to comment.