Skip to content

Commit

Permalink
Merge branch 'release/v3.0.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
bezzad committed Jun 3, 2023
2 parents 7726685 + 82d8c11 commit f97c9d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Downloader/Downloader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.0;netstandard2.1;netcoreapp3.1;net452;net6.0;</TargetFrameworks>
<LangVersion>latestMajor</LangVersion>
<Version>3.0.4</Version>
<Version>3.0.5</Version>
<Title>Downloader</Title>
<Authors>Behzad Khosravifar</Authors>
<Company>bezzad</Company>
<Description>Fast and reliable multipart downloader with asynchronous progress events for .NET</Description>
<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>Added task async method for the download cancel operation. #132</PackageReleaseNotes>
<PackageReleaseNotes>added memory buffering limitation to prevent memory performance issue #126</PackageReleaseNotes>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>Downloader.snk</AssemblyOriginatorKeyFile>
<Copyright>Copyright (C) 2019-2022 Behzad Khosravifar</Copyright>
<Copyright>Copyright (C) 2019-2023 Behzad Khosravifar</Copyright>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageLicenseExpression></PackageLicenseExpression>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
Expand Down

0 comments on commit f97c9d7

Please sign in to comment.