Skip to content

Commit

Permalink
v.1.0.0-preview.39 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jsakamoto committed Aug 9, 2024
1 parent ee382cb commit 6dad527
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion BlazingStory.Stories/BlazingStory.Stories.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</ItemGroup>

<ItemGroup>
<!--<PackageReference Include="BlazingStory" Version="1.0.0-preview.37" />-->
<!--<PackageReference Include="BlazingStory" Version="1.0.0-preview.39" />-->
<ProjectReference Include="..\BlazingStory\BlazingStory.csproj" />
</ItemGroup>

Expand Down
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.38";
internal static string GetEscapedVersionText() => "1.0.0-preview.38";
internal static string GetFormattedVersionText() => "1.0 Preview 38";
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 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.38" />
<PackageReference Include="BlazingStory" Version="1.0.0-preview.39" />
</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.38" />
<PackageReference Include="BlazingStory" Version="1.0.0-preview.39" />
<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
3 changes: 3 additions & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v.1.0.0-preview.39
- Improve: Added support for float, decimal, and double numbers in parameter control. (Issue #50)

v.1.0.0-preview.38
- Fix: the summary text for a generic type component couldn't be retrieved. (Issue #51)

Expand Down
2 changes: 1 addition & 1 deletion Tests/Fixtures/BlazingStoryApp3/BlazingStoryApp3.csproj
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.37" />-->
<!--<PackageReference Include="BlazingStory" Version="1.0.0-preview.39" />-->
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.5" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.5" PrivateAssets="all" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<ItemGroup>
<ProjectReference Include="..\..\..\..\BlazingStory\BlazingStory.csproj" />
<!--<PackageReference Include="BlazingStory" Version="1.0.0-preview.37" />-->
<!--<PackageReference Include="BlazingStory" Version="1.0.0-preview.39" />-->
</ItemGroup>

<Import Project="..\..\..\..\BlazingStory\Build\BlazingStory.targets"/>
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.38</Version>
<Version>1.0.0-preview.39</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 6dad527

Please sign in to comment.