Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# 2.0.0 (2025-11-29)

## Breaking changes

* The use of the standard `MessageBox` objects have been replaced in order to remove the `System.Drawing.Common` dependency. [#7](https://github.com/Otiel/WpfMessageBox/pull/7)

You should replace the use of:

* `MessageBoxResult` by `WpfMessageBoxResult`
* `MessageBoxIcon` by `WpfMessageBoxIcon`
* `MessageBoxImage` by `WpfMessageBoxImage`

## New features

* Add `WpfMessageBoxImage.Validation` showing a green tick ✔. [#7](https://github.com/Otiel/WpfMessageBox/pull/7)
* Add support for .NET 10. [#6](https://github.com/Otiel/WpfMessageBox/pull/6)

# 1.3.0 (2025-10-19)

## Breaking changes
Expand Down
2 changes: 1 addition & 1 deletion src/WpfMessageBox/WpfMessageBox.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<!-- Version -->
<VersionPrefix>1.3.0</VersionPrefix>
<VersionPrefix>2.0.0</VersionPrefix>
</PropertyGroup>

<PropertyGroup>
Expand Down