Skip to content

Commit

Permalink
[Build] Update to v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlebourdais committed Nov 12, 2021
1 parent 99a47d8 commit 2b63a77
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## v2.0.3
Added new converters:
- CamelCaseStringToTitleStringConverter
- CornerRadiusToDoubleConverter
- EnumMembersToDescriptionsConverter
- EnumValueToDescriptionConverter
- ThicknessToDoubleConverter
- TypePropertiesToDescriptionsConverter

## v2.0.2
Updated to .NET 5
Minor API breaking changes:
Expand Down
2 changes: 1 addition & 1 deletion ExtendedWPFConverters/ExtendedWPFConverters.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<AssemblyTitle>ExtendedWPFConverters</AssemblyTitle>
<PackageId>ExtendedWPFConverters</PackageId>
<Version>2.0.2</Version>
<Version>2.0.3</Version>

<Title>Extended WPF converters</Title>
<PackageDescription>Proposes a list of commonly used converters for WPF.</PackageDescription>
Expand Down

0 comments on commit 2b63a77

Please sign in to comment.