Skip to content

Commit

Permalink
updated to v3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bezzad committed Jan 13, 2025
1 parent 2cb068d commit 0208e93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Downloader/Downloader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFrameworks>net8.0;netstandard2.1;</TargetFrameworks>
<LangVersion>latestMajor</LangVersion>
<Version>3.3.2</Version>
<Version>3.3.3</Version>
<AssemblyVersion>3.2.1</AssemblyVersion>
<FileVersion>3.2.1</FileVersion>
<Title>Downloader</Title>
Expand All @@ -12,7 +12,7 @@
<PackageProjectUrl>https://github.com/bezzad/Downloader</PackageProjectUrl>
<RepositoryUrl>https://github.com/bezzad/Downloader</RepositoryUrl>
<PackageTags>download-manager, downloader, download, idm, internet, streaming, download-file, stream-downloader, multipart-download</PackageTags>
<PackageReleaseNotes>* Fixed download speed limit on chunks. issue #179 </PackageReleaseNotes>
<PackageReleaseNotes>* Fixed performance issue of OnPropertyChanged frequently calls</PackageReleaseNotes>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>Downloader.snk</AssemblyOriginatorKeyFile>
<Copyright>Copyright (C) 2019-2023 Behzad Khosravifar</Copyright>
Expand Down

0 comments on commit 0208e93

Please sign in to comment.