From 0b653ae002fdf988ba96d1142b316ac72af2e8c2 Mon Sep 17 00:00:00 2001
From: Will Baldoumas <45316999+wbaldoumas@users.noreply.github.com>
Date: Sat, 17 Feb 2024 18:53:58 -0800
Subject: [PATCH] v2.2.1 Release (#137)
---
CHANGELOG.md | 12 ++++++++++++
README.md | 4 ++--
.../Markdown.ColorCode.CSharpToColoredHtml.csproj | 2 +-
src/Markdown.ColorCode/Markdown.ColorCode.csproj | 2 +-
4 files changed, 16 insertions(+), 4 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9161106..2da2789 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [2.2.1] - 2024-02-17
+
+### Changed
+
+Dependency updates:
+| Package | Change |
+|---|---|
+| [CsharpToColouredHTML.Core](https://togithub.com/Swiftly1/CsharpToColouredHTML) | `1.0.41` -> `1.0.42` |
+| [HtmlAgilityPack](http://html-agility-pack.net/) ([source](https://togithub.com/zzzprojects/html-agility-pack)) | `1.11.58` -> `1.11.59` |
+| [Markdig](https://togithub.com/lunet-io/markdig) ([source](https://togithub.com/xoofx/markdig)) | `0.34.0` -> `0.35.0` |
+| [NSubstitute.Analyzers.CSharp](https://togithub.com/nsubstitute/NSubstitute.Analyzers) | `1.0.16` -> `1.0.17` |
+
## [2.2.0] - 2024-02-12
### Changed
diff --git a/README.md b/README.md
index a5bb50f..69ead97 100644
--- a/README.md
+++ b/README.md
@@ -64,13 +64,13 @@ public interface FooService {
### Package Manager
```text
-Install-Package Markdown.ColorCode -Version 2.2.0
+Install-Package Markdown.ColorCode -Version 2.2.1
```
### .NET CLI
```text
-dotnet add package Markdown.ColorCode --version 2.2.0
+dotnet add package Markdown.ColorCode --version 2.2.1
```
## Usage
diff --git a/src/Markdown.ColorCode.CSharpToColoredHtml/Markdown.ColorCode.CSharpToColoredHtml.csproj b/src/Markdown.ColorCode.CSharpToColoredHtml/Markdown.ColorCode.CSharpToColoredHtml.csproj
index 5105110..b1e105d 100644
--- a/src/Markdown.ColorCode.CSharpToColoredHtml/Markdown.ColorCode.CSharpToColoredHtml.csproj
+++ b/src/Markdown.ColorCode.CSharpToColoredHtml/Markdown.ColorCode.CSharpToColoredHtml.csproj
@@ -7,7 +7,7 @@
true
True
True
- 2.2.0
+ 2.2.1
William Baldoumas
An extension for Markdig that adds syntax highlighting to code through the power of ColorCode, boosted with the CsharpToColouredHTML.Core package.
Copyright ©2024 William Baldoumas
diff --git a/src/Markdown.ColorCode/Markdown.ColorCode.csproj b/src/Markdown.ColorCode/Markdown.ColorCode.csproj
index 4351193..3451da5 100644
--- a/src/Markdown.ColorCode/Markdown.ColorCode.csproj
+++ b/src/Markdown.ColorCode/Markdown.ColorCode.csproj
@@ -7,7 +7,7 @@
true
True
True
- 2.2.0
+ 2.2.1
William Baldoumas
An extension for Markdig that adds syntax highlighting to code through the power of ColorCode.
Copyright ©2024 William Baldoumas