Skip to content

Commit

Permalink
v.2.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jsakamoto committed Oct 8, 2024
1 parent 7e0ab15 commit 7a1d86a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
v.2.0.1
v.2.0.2
- Fix: the selector issue for the splitter-bar (#6)

v.2.0.0
Expand Down
2 changes: 1 addition & 1 deletion SampleApps/BlazorWasmApp/BlazorWasmApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<ItemGroup>
<!--<ProjectReference Include="..\..\SplitContainer\SplitContainer.csproj" />-->
<PackageReference Include="Toolbelt.Blazor.SplitContainer" Version="2.0.1" />
<PackageReference Include="Toolbelt.Blazor.SplitContainer" Version="2.0.2" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion SplitContainer/SplitContainer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</PropertyGroup>

<PropertyGroup>
<Version>2.0.1</Version>
<Version>2.0.2</Version>
<Copyright>Copyright © 2023-2024 J.Sakamoto, Mozilla Public License 2.0</Copyright>
<Authors>J.Sakamoto</Authors>
<RepositoryType>git</RepositoryType>
Expand Down
2 changes: 1 addition & 1 deletion SplitContainer/VersionInfo.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
namespace Toolbelt.Blazor.Splitter;
internal static class VersionInfo
{
internal const string VersionText = "2.0.1";
internal const string VersionText = "2.0.2";
}

0 comments on commit 7a1d86a

Please sign in to comment.