Skip to content

Commit

Permalink
v.1.0.0-preview.40 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jsakamoto committed Aug 9, 2024
1 parent d902f68 commit d64cf4b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions BlazingStory/VersionInfo.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
namespace BlazingStory;
internal static class VersionInfo
{
internal static string GetVersionText() => "1.0.0-preview.39";
internal static string GetEscapedVersionText() => "1.0.0-preview.39";
internal static string GetFormattedVersionText() => "1.0 Preview 39";
internal static string GetVersionText() => "1.0.0-preview.40";
internal static string GetEscapedVersionText() => "1.0.0-preview.40";
internal static string GetFormattedVersionText() => "1.0 Preview 40";
internal static string GetBuildTimestamp() => "August 2024";
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="BlazingStory" Version="1.0.0-preview.39" />
<PackageReference Include="BlazingStory" Version="1.0.0-preview.40" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</PropertyGroup>

<ItemGroup Condition=" '$(Framework)' == 'net8.0' ">
<PackageReference Include="BlazingStory" Version="1.0.0-preview.39" />
<PackageReference Include="BlazingStory" Version="1.0.0-preview.40" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.7" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.7" PrivateAssets="all" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
v.1.0.0-preview.39
v.1.0.0-preview.40
- Improve: Added support for float, decimal, and double numbers in parameter control. (Issue #50)

v.1.0.0-preview.38
Expand Down
2 changes: 1 addition & 1 deletion VersionInfo.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>1.0.0-preview.39</Version>
<Version>1.0.0-preview.40</Version>
<Copyright>Copyright © 2023-2024 J.Sakamoto, Mozilla Public License 2.0</Copyright>
<Authors>J.Sakamoto</Authors>
<RepositoryType>git</RepositoryType>
Expand Down

0 comments on commit d64cf4b

Please sign in to comment.