File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 9
9
<PackageProjectUrl >https://github.com/arivera12/BlazorDownloadFile</PackageProjectUrl >
10
10
<RepositoryUrl >https://github.com/arivera12/BlazorDownloadFile</RepositoryUrl >
11
11
<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 >
13
13
<Authors >Anthony G. Rivera Cosme</Authors >
14
14
<Company ></Company >
15
15
<Copyright >Anthony G. Rivera Cosme</Copyright >
16
16
<PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
17
17
<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 >
21
21
</PropertyGroup >
22
22
23
23
Original file line number Diff line number Diff line change 2
2
3
3
<p >
4
4
<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 " />
6
6
</a>
7
7
<!--<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=RSE2NMEG3F7QU&source=url">
8
8
<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
19
19
20
20
## Installation
21
21
22
- ` Install-Package BlazorDownloadFile -Version 2.3.1.1 `
22
+ ` Install-Package BlazorDownloadFile -Version 2.4.0.2 `
23
23
24
24
## Register the service in your services method
25
25
You can’t perform that action at this time.
0 commit comments