Skip to content

Commit

Permalink
Release for 0.34
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Hathcock committed Sep 18, 2023
1 parent feb2c38 commit 7764684
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ The major feature is support for non-seekable streams so large files can be proc

GitHub Actions Build -
[![SharpCompress](https://github.com/adamhathcock/sharpcompress/actions/workflows/dotnetcore.yml/badge.svg)](https://github.com/adamhathcock/sharpcompress/actions/workflows/dotnetcore.yml)
[![Static Badge](https://img.shields.io/badge/API%20Documentation-RobiniaDocs-43bc00?logo=readme&logoColor=white)](https://www.robiniadocs.com/d/sharpcompress/api/SharpCompress.html)

## Need Help?

Expand Down Expand Up @@ -42,6 +43,8 @@ I'm always looking for help or ideas. Please submit code or email with ideas. Un

## Version Log

* [Releases](https://github.com/adamhathcock/sharpcompress/releases)

### Version 0.18

* [Now on Github releases](https://github.com/adamhathcock/sharpcompress/releases/tag/0.18)
Expand Down
6 changes: 3 additions & 3 deletions src/SharpCompress/SharpCompress.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<PropertyGroup>
<AssemblyTitle>SharpCompress - Pure C# Decompression/Compression</AssemblyTitle>
<NeutralLanguage>en-US</NeutralLanguage>
<VersionPrefix>0.33.0</VersionPrefix>
<AssemblyVersion>0.33.0</AssemblyVersion>
<FileVersion>0.33.0</FileVersion>
<VersionPrefix>0.34.0</VersionPrefix>
<AssemblyVersion>0.34.0</AssemblyVersion>
<FileVersion>0.34.0</FileVersion>
<Authors>Adam Hathcock</Authors>
<TargetFrameworks>net462;netstandard2.0;netstandard2.1;net6.0;net7.0</TargetFrameworks>
<AssemblyName>SharpCompress</AssemblyName>
Expand Down

0 comments on commit 7764684

Please sign in to comment.