Skip to content

Commit d1bc2f9

Browse files
committed
v.2.0.1 release
1 parent 6427c58 commit d1bc2f9

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

RELEASE-NOTES.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
v.2.0.1
2+
- Fix: the selector issue for the splitter-bar (#6)
3+
14
v.2.0.0
25
Improve: Add support "%" for the unit of size.
36

SplitContainer/SplitContainer.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</PropertyGroup>
1515

1616
<PropertyGroup>
17-
<Version>2.0.0</Version>
17+
<Version>2.0.1</Version>
1818
<Copyright>Copyright © 2023-2024 J.Sakamoto, Mozilla Public License 2.0</Copyright>
1919
<Authors>J.Sakamoto</Authors>
2020
<RepositoryType>git</RepositoryType>

SplitContainer/VersionInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
namespace Toolbelt.Blazor.Splitter;
22
internal static class VersionInfo
33
{
4-
internal const string VersionText = "2.0.0";
4+
internal const string VersionText = "2.0.1";
55
}

0 commit comments

Comments
 (0)