Skip to content

Commit b4e4555

Browse files
committed
updated to v3.3.4
1 parent 804ede2 commit b4e4555

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/Downloader/Downloader.csproj

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,15 @@
22
<PropertyGroup>
33
<TargetFrameworks>net8.0;netstandard2.1;</TargetFrameworks>
44
<LangVersion>latestMajor</LangVersion>
5-
<Version>3.3.3</Version>
6-
<AssemblyVersion>3.2.1</AssemblyVersion>
7-
<FileVersion>3.2.1</FileVersion>
5+
<Version>3.3.4</Version>
86
<Title>Downloader</Title>
97
<Authors>Behzad Khosravifar</Authors>
108
<Company>bezzad</Company>
119
<Description>Fast and reliable multipart downloader with asynchronous progress events for .NET</Description>
1210
<PackageProjectUrl>https://github.com/bezzad/Downloader</PackageProjectUrl>
1311
<RepositoryUrl>https://github.com/bezzad/Downloader</RepositoryUrl>
1412
<PackageTags>download-manager, downloader, download, idm, internet, streaming, download-file, stream-downloader, multipart-download</PackageTags>
15-
<PackageReleaseNotes>* Fixed performance issue of OnPropertyChanged frequently calls</PackageReleaseNotes>
13+
<PackageReleaseNotes>* Fixed resume downloads issue</PackageReleaseNotes>
1614
<SignAssembly>true</SignAssembly>
1715
<AssemblyOriginatorKeyFile>Downloader.snk</AssemblyOriginatorKeyFile>
1816
<Copyright>Copyright (C) 2019-2023 Behzad Khosravifar</Copyright>

0 commit comments

Comments
 (0)