We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f96672b commit 2c58201Copy full SHA for 2c58201
CHANGELOG.md
@@ -1,7 +1,7 @@
1
# Changelog
2
All notable changes to this project will be documented in this file.
3
4
-## [vNext]
+## [0.6.4] - 2022-04-10
5
### Fixed
6
- ToggleButton style does not show IsCheckes state. (#8)
7
Eng/ProjectInfo.props
@@ -7,7 +7,7 @@
</PropertyGroup>
8
9
<PropertyGroup>
10
- <VersionPrefix Condition="'$(VersionPrefix)' == ''">0.6.3</VersionPrefix>
+ <VersionPrefix Condition="'$(VersionPrefix)' == ''">0.6.4</VersionPrefix>
11
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
12
13
</Project>
0 commit comments