Skip to content

Commit

Permalink
version++
Browse files Browse the repository at this point in the history
  • Loading branch information
MiloszKrajewski committed Nov 6, 2022
1 parent 66296c9 commit fb74ea7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.3.3-beta (2022/11/06)
* FIXED: (hopefully) System.Runtime.CompilerServices.Unsafe versioning issues

## 1.3.2-beta (2022/11/05)
* ADDED: retrofitted support for Pipes for older .NET versions
* ADDED: enabled hardware CTZ for .NET 5 and above (it was .NET 5 only before)
Expand Down
6 changes: 3 additions & 3 deletions Common.targets
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project>
<PropertyGroup>
<Version>1.3.2-beta</Version>
<AssemblyVersion>1.3.2</AssemblyVersion>
<FileVersion>1.3.2</FileVersion>
<Version>1.3.3-beta</Version>
<AssemblyVersion>1.3.3</AssemblyVersion>
<FileVersion>1.3.3</FileVersion>
</PropertyGroup>
<PropertyGroup>
<Product>K4os.Compression.LZ4</Product>
Expand Down

0 comments on commit fb74ea7

Please sign in to comment.