Releases: point-platform/cassette
Releases · point-platform/cassette
v1.3.2
v1.0.0
- Support .NET Core and other platforms via .NET Standard
DrewNoakes.Cassette
targetsnetstandard1.6
andnet45
DrewNoakes.Cassette.Types
targetsnetstandard1.0
andnet35
- Make
Hash
a non-static class and move to new packageDrewNoakes.Cassette.Types
- Fix bug in
Hash.IsValid
- Use a read/write lock for some file system operations
- Use C# 6 language features
- Extend documentation
v0.3.0
- Support content encoding, such as
GZipContentEncoding
- Internal file system entry regexes match entire string
v0.2.1
- Include API documentation XML file in NuGet package
v0.2.0
- Add
IContentAddressableStore.GetHashes()
- Add
IContentAddressableStore.Delete(byte[] hash)
- Add
IContentAddressableStore.TryGetContentLength()
- Add
Hash.TryParse
- Add
Hash.IsValid
- Add
Hash.Compute
- Add
Hash.Equals
- Add
Hash.StringLength
- Add
Hash.ByteCount
- Add
HashEqualityComparer
- Improved hash validation
- Reduce latency of write operations by overlapping read and write tasks
- Documentation improvements
v0.1.0
Initial release.