Releases: joaoportela/CircularBuffer-CSharp
Releases · joaoportela/CircularBuffer-CSharp
v1.4.0
v1.3.0
Add .NET Framework 4.6.1 to target frameworks.
v1.2.1
New method: Clear(). Add .net6.0 to target frameworks. Update dependencies: Only on tests, not important.
v1.1.0
New method: ToArraySegments. Compatible with `Socket.Send` without having to copy elements from one array to another.
v1.0.4
Add .net5 to target frameworks. Now supported: - .netstandard2.0 - .net5.0
Release v1.0.3
Add docstrings missing from a few public methods.
Add more metadata to nupkg file.
First official release
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.