Skip to content

Commit b4ee48a

Browse files
committed
1.0.0
1 parent 8a699be commit b4ee48a

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>1.0.0-preview-03</Version>
3+
<Version>1.0.0</Version>
44
<Nullable>enable</Nullable>
55
<LangVersion>12.0</LangVersion>
66
<PackageLicenseExpression>MIT</PackageLicenseExpression>

Generate-ReleaseNotes.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
rem https://github.com/StefH/GitHubReleaseNotes
22

3-
SET version=1.0.0-preview-03
3+
SET version=1.0.0
44

55
GitHubReleaseNotes --output ReleaseNotes.md --skip-empty-releases --exclude-labels question invalid doc help-wanted --version %version% --token %GH_TOKEN%

ReleaseNotes.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# 1.0.0-preview-02 (16 March 2025)
1+
# 1.0.0 (20 March 2025)
22
- [#11](https://github.com/StefH/Blazor.DownloadFileFast/pull/11) - Added support for .NET 7, 8 and 9 [enhancement] contributed by [brandon-james-dev](https://github.com/brandon-james-dev)
33
- [#12](https://github.com/StefH/Blazor.DownloadFileFast/pull/12) - Updates to examples and readme files [enhancement] contributed by [StefH](https://github.com/StefH)
4+
- [#13](https://github.com/StefH/Blazor.DownloadFileFast/pull/13) - Add logic to detect WebAssembly [enhancement] contributed by [StefH](https://github.com/StefH)
5+
- [#10](https://github.com/StefH/Blazor.DownloadFileFast/issues/10) - .NET 9 Error IJSUnmarshalledRuntime [bug]
46

57
# 0.2.0 (10 December 2021)
68
- [#4](https://github.com/StefH/Blazor.DownloadFileFast/pull/4) - Add .NET 6 example [enhancement] contributed by [StefH](https://github.com/StefH)

0 commit comments

Comments
 (0)