Skip to content

Commit 98b2497

Browse files
committed
Bump version to 0.2.3
1 parent ea5b0ee commit 98b2497

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.2.3] - 2026-05-18
9+
10+
### Security
11+
12+
- Updated `Magick.NET-Q8-AnyCPU` from `14.13.0` to `14.13.1` in the app and converters projects to address current Dependabot advisories.
13+
814
## [0.2.2] - 2026-05-01
915

1016
### Changed

OpenSourceToolkit.NET/OpenSourceToolkit.NET.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<PropertyGroup>
33
<OutputType>WinExe</OutputType>
44
<TargetFramework>net8.0-windows</TargetFramework>
5-
<Version>0.2.2</Version>
6-
<AssemblyVersion>0.2.2.0</AssemblyVersion>
7-
<FileVersion>0.2.2.0</FileVersion>
5+
<Version>0.2.3</Version>
6+
<AssemblyVersion>0.2.3.0</AssemblyVersion>
7+
<FileVersion>0.2.3.0</FileVersion>
88
<LangVersion>latest</LangVersion>
99
<ImplicitUsings>disable</ImplicitUsings>
1010
<OutputPath Condition="'$(Configuration)'=='Debug'">..\bin\debug\</OutputPath>

0 commit comments

Comments
 (0)