Skip to content

Commit

Permalink
v2.2.1 Release (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
wbaldoumas authored Feb 18, 2024
1 parent e7eb094 commit 0b653ae
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Version>2.2.0</Version>
<Version>2.2.1</Version>
<Authors>William Baldoumas</Authors>
<Description>An extension for Markdig that adds syntax highlighting to code through the power of ColorCode, boosted with the CsharpToColouredHTML.Core package.</Description>
<Copyright>Copyright ©2024 William Baldoumas</Copyright>
Expand Down
2 changes: 1 addition & 1 deletion src/Markdown.ColorCode/Markdown.ColorCode.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Version>2.2.0</Version>
<Version>2.2.1</Version>
<Authors>William Baldoumas</Authors>
<Description>An extension for Markdig that adds syntax highlighting to code through the power of ColorCode.</Description>
<Copyright>Copyright ©2024 William Baldoumas</Copyright>
Expand Down

0 comments on commit 0b653ae

Please sign in to comment.