Skip to content

Commit 4dfa657

Browse files
committed
Merge branch 'develop'
2 parents 7be75fb + 5992125 commit 4dfa657

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

src/Downloader/Downloader.csproj

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.0;netstandard2.1;netcoreapp3.1;net452;net6.0</TargetFrameworks>
55
<LangVersion>latestMajor</LangVersion>
6-
<Version>2.3.4</Version>
6+
<Version>2.3.5</Version>
77
<Title>Downloader</Title>
88
<Authors>Behzad Khosravifar</Authors>
99
<Company>bezzad</Company>
1010
<Description>Fast and reliable multipart downloader with asynchronous progress events for .NET</Description>
1111
<PackageProjectUrl>https://github.com/bezzad/Downloader</PackageProjectUrl>
1212
<RepositoryUrl>https://github.com/bezzad/Downloader</RepositoryUrl>
1313
<PackageTags>download-manager, downloader, download-file, stream-downloader, multipart-download</PackageTags>
14-
<PackageReleaseNotes>* Added new feature for ranged downloads #85</PackageReleaseNotes>
14+
<PackageReleaseNotes>* Fixed embbed PDB file to nuget package</PackageReleaseNotes>
1515
<SignAssembly>true</SignAssembly>
1616
<AssemblyOriginatorKeyFile>Downloader.snk</AssemblyOriginatorKeyFile>
1717
<Copyright>Copyright (C) 2019-2022 Behzad Khosravifar</Copyright>
@@ -20,9 +20,10 @@
2020
<PackageLicenseFile>LICENSE</PackageLicenseFile>
2121
<PackageIcon>downloader.png</PackageIcon>
2222
<RepositoryType>git</RepositoryType>
23-
<AssemblyVersion>2.3.4</AssemblyVersion>
24-
<FileVersion>2.3.4</FileVersion>
23+
<AssemblyVersion>2.3.5</AssemblyVersion>
24+
<FileVersion>2.3.5</FileVersion>
2525
<PackageReadmeFile>README.md</PackageReadmeFile>
26+
<DebugType>embedded</DebugType>
2627
</PropertyGroup>
2728

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

0 commit comments

Comments
 (0)