Skip to content

Commit 0208e93

Browse files
committed
updated to v3.3.3
1 parent 2cb068d commit 0208e93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Downloader/Downloader.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<TargetFrameworks>net8.0;netstandard2.1;</TargetFrameworks>
44
<LangVersion>latestMajor</LangVersion>
5-
<Version>3.3.2</Version>
5+
<Version>3.3.3</Version>
66
<AssemblyVersion>3.2.1</AssemblyVersion>
77
<FileVersion>3.2.1</FileVersion>
88
<Title>Downloader</Title>
@@ -12,7 +12,7 @@
1212
<PackageProjectUrl>https://github.com/bezzad/Downloader</PackageProjectUrl>
1313
<RepositoryUrl>https://github.com/bezzad/Downloader</RepositoryUrl>
1414
<PackageTags>download-manager, downloader, download, idm, internet, streaming, download-file, stream-downloader, multipart-download</PackageTags>
15-
<PackageReleaseNotes>* Fixed download speed limit on chunks. issue #179 </PackageReleaseNotes>
15+
<PackageReleaseNotes>* Fixed performance issue of OnPropertyChanged frequently calls</PackageReleaseNotes>
1616
<SignAssembly>true</SignAssembly>
1717
<AssemblyOriginatorKeyFile>Downloader.snk</AssemblyOriginatorKeyFile>
1818
<Copyright>Copyright (C) 2019-2023 Behzad Khosravifar</Copyright>

0 commit comments

Comments
 (0)