Skip to content

Commit 3fa7e85

Browse files
authored
Merge pull request #948 from adamhathcock/adam/update-0410
update to 0.41.0 and change symbols type
2 parents 871009e + 0f5c080 commit 3fa7e85

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/SharpCompress/SharpCompress.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<PropertyGroup>
33
<AssemblyTitle>SharpCompress - Pure C# Decompression/Compression</AssemblyTitle>
44
<NeutralLanguage>en-US</NeutralLanguage>
5-
<VersionPrefix>0.40.0</VersionPrefix>
6-
<AssemblyVersion>0.40.0</AssemblyVersion>
7-
<FileVersion>0.40.0</FileVersion>
5+
<VersionPrefix>0.41.0</VersionPrefix>
6+
<AssemblyVersion>0.41.0</AssemblyVersion>
7+
<FileVersion>0.41.0</FileVersion>
88
<Authors>Adam Hathcock</Authors>
99
<TargetFrameworks>net48;net481;netstandard2.0;net6.0;net8.0</TargetFrameworks>
1010
<AssemblyName>SharpCompress</AssemblyName>
@@ -20,7 +20,7 @@
2020
<Description>SharpCompress is a compression library for NET Standard 2.0/NET 4.8/NET 4.8.1/NET 6.0/NET 8.0 that can unrar, decompress 7zip, decompress xz, zip/unzip, tar/untar lzip/unlzip, bzip2/unbzip2 and gzip/ungzip with forward-only reading and file random access APIs. Write support for zip/tar/bzip2/gzip is implemented.</Description>
2121
<PublishRepositoryUrl>true</PublishRepositoryUrl>
2222
<IncludeSymbols>true</IncludeSymbols>
23-
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
23+
<DebugType>embedded</DebugType>
2424
<LangVersion>latest</LangVersion>
2525
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
2626
<PackageReadmeFile>README.md</PackageReadmeFile>

0 commit comments

Comments
 (0)