Skip to content

Commit

Permalink
v.3.3.0-preview.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jsakamoto committed Jan 27, 2024
1 parent 12cf97d commit cbbeee3
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 14 deletions.
14 changes: 7 additions & 7 deletions HotKeys2.E2ETest/Toolbelt.Blazor.HotKeys.E2ETest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="ChainingAssertion-NUnit.Bin" Version="1.8.1" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="ChainingAssertion-NUnit.Bin" Version="4.0.1" />
<PackageReference Include="NUnit" Version="4.0.1" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageReference Include="Microsoft.Playwright.NUnit" Version="1.38.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="7.0.4" />
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="7.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="Microsoft.Playwright.NUnit" Version="1.41.2" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="8.0.0" />
<PackageReference Include="Toolbelt.WorkDirectory" Version="1.0.0" />
<PackageReference Include="XProcess" Version="1.3.0" />
<PackageReference Include="XProcess" Version="1.3.1.1" />
</ItemGroup>

</Project>
6 changes: 3 additions & 3 deletions HotKeys2.Test/Toolbelt.Blazor.HotKeys2.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="ChainingAssertion-NUnit.Bin" Version="1.8.1" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="ChainingAssertion-NUnit.Bin" Version="4.0.1" />
<PackageReference Include="NUnit" Version="4.0.1" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion HotKeys2/ILLink.Substitutions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<linker>
<assembly fullname="Toolbelt.Blazor.HotKeys2">
<type fullname="Toolbelt.Blazor.HotKeys2.HotKeys" feature="Toolbelt.Blazor.HotKeys2.OptimizeForWasm" featurevalue="true">
<method signature="System.String GetVersionText()" body="stub" value="3.2.1" />
<method signature="System.String GetVersionText()" body="stub" value="3.3.0-preview.1" />
</type>
</assembly>
</linker>
4 changes: 2 additions & 2 deletions HotKeys2/Toolbelt.Blazor.HotKeys2.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
</PropertyGroup>

<PropertyGroup>
<Version>3.2.1</Version>
<Copyright>Copyright © 2022-2023 J.Sakamoto, Mozilla Public License 2.0</Copyright>
<Version>3.3.0-preview.1</Version>
<Copyright>Copyright © 2022-2024 J.Sakamoto, Mozilla Public License 2.0</Copyright>
<Authors>J.Sakamoto</Authors>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/jsakamoto/Toolbelt.Blazor.HotKeys2/</RepositoryUrl>
Expand Down
3 changes: 3 additions & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v.3.3.0
- Improve: Add overloaded version of Add() methods for async methods returns a Task.

v.3.2.1
- Improve: Add the "ToStringKeys" method to the HotkeyEntry class that returns the array of string representation of the key combination.

Expand Down
2 changes: 1 addition & 1 deletion SampleSites/Components/SampleSite.Components.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Toolbelt.Blazor.HotKeys2" Version="3.2.1" />
<PackageReference Include="Toolbelt.Blazor.HotKeys2" Version="3.3.0-preview.1" />
<!--<ProjectReference Include="..\..\HotKeys2\Toolbelt.Blazor.HotKeys2.csproj" />-->
</ItemGroup>

Expand Down

0 comments on commit cbbeee3

Please sign in to comment.