Skip to content

Commit f66b6d6

Browse files
author
Anthony Rivera
committed
Improved download progress execution to prevent calculation and total of download progress when not listening to the download progress.
1 parent 168b61d commit f66b6d6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

BlazorDownloadFile/BlazorDownloadFile.csproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
<PackageProjectUrl>https://github.com/arivera12/BlazorDownloadFile</PackageProjectUrl>
1010
<RepositoryUrl>https://github.com/arivera12/BlazorDownloadFile</RepositoryUrl>
1111
<RepositoryType>blazor, c#</RepositoryType>
12-
<PackageReleaseNotes>Added missing await.</PackageReleaseNotes>
12+
<PackageReleaseNotes>Improved download progress execution to prevent calculation and total of download progress when not listening to the download progress.</PackageReleaseNotes>
1313
<Authors>Anthony G. Rivera Cosme</Authors>
1414
<Company></Company>
1515
<Copyright>Anthony G. Rivera Cosme</Copyright>
1616
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
1717
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
18-
<Version>2.4.0.1</Version>
19-
<AssemblyVersion>2.4.0.1</AssemblyVersion>
20-
<FileVersion>2.4.0.1</FileVersion>
18+
<Version>2.4.0.2</Version>
19+
<AssemblyVersion>2.4.0.2</AssemblyVersion>
20+
<FileVersion>2.4.0.2</FileVersion>
2121
</PropertyGroup>
2222

2323

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<p>
44
<a href="https://www.nuget.org/packages/BlazorDownloadFile">
5-
<img src="https://buildstats.info/nuget/BlazorDownloadFile?v=2.4.0.0" />
5+
<img src="https://buildstats.info/nuget/BlazorDownloadFile?v=2.4.0.2" />
66
</a>
77
<!--<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=RSE2NMEG3F7QU&source=url">
88
<img src="https://img.shields.io/badge/Donate-PayPal-green.svg" />
@@ -19,7 +19,7 @@ However if the file is coming from the server we recommend you to first try to u
1919

2020
## Installation
2121

22-
`Install-Package BlazorDownloadFile -Version 2.3.1.1`
22+
`Install-Package BlazorDownloadFile -Version 2.4.0.2`
2323

2424
## Register the service in your services method
2525

0 commit comments

Comments
 (0)