Skip to content

Releases: joaoportela/CircularBuffer-CSharp

v1.4.0

17 Jan 21:03
Compare
Choose a tag to compare

Add .net7.0, .net8.0 to target frameworks.
Update dependencies: Only on tests, not important.

v1.3.0

21 Jul 18:48
019eb48
Compare
Choose a tag to compare
Add .NET Framework 4.6.1 to target frameworks.

v1.2.1

03 Feb 00:56
Compare
Choose a tag to compare
New method: Clear().

Add .net6.0 to target frameworks.
Update dependencies: Only on tests, not important.

v1.1.0

01 Apr 23:06
Compare
Choose a tag to compare
New method: ToArraySegments.

Compatible with `Socket.Send` without having to copy elements from one array to another.

v1.0.4

25 Feb 00:46
Compare
Choose a tag to compare
Add .net5 to target frameworks.

Now supported:
- .netstandard2.0
- .net5.0

Release v1.0.3

15 Feb 23:47
Compare
Choose a tag to compare

Add docstrings missing from a few public methods.
Add more metadata to nupkg file.

First official release

02 Feb 14:32
Compare
Choose a tag to compare

This is the first official release.
It should be stable and feature complete, so don't expect updates, except for:

  • Bug-fixes. Hopefully, not many of these left as some people have already found a few. ;)
  • Dependencies updates.
  • Platform updates.