Skip to content

Commit 198fa53

Browse files
committed
updated to v3.3.2
1 parent 6e0d787 commit 198fa53

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Downloader/Downloader.csproj

+3-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.1</Version>
5+
<Version>3.3.2</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 file on current path without create directory. issue #174 </PackageReleaseNotes>
15+
<PackageReleaseNotes>* Fixed download speed limit on chunks. issue #179 </PackageReleaseNotes>
1616
<SignAssembly>true</SignAssembly>
1717
<AssemblyOriginatorKeyFile>Downloader.snk</AssemblyOriginatorKeyFile>
1818
<Copyright>Copyright (C) 2019-2023 Behzad Khosravifar</Copyright>
@@ -28,6 +28,7 @@
2828
<!-- Optional: Build symbol package (.snupkg) to distribute the PDB containing Source Link -->
2929
<IncludeSymbols>true</IncludeSymbols>
3030
<PackageLicenseExpression>MIT</PackageLicenseExpression>
31+
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
3132
</PropertyGroup>
3233

3334
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">

0 commit comments

Comments
 (0)