July
23rd,
2008
Version 2.0.0.2 released.
Summary: RantPack is a utility library I maintain and actively use. The main themes of this library are functional programming, patterns, immutable/pressitent collections, future and other threading primitives. I’ve placed the code and binaries on http://code.msdn.microsoft.com/RantPack for educational and sharing purposes.
Release Link: https://code.msdn.microsoft.com/Release/ProjectReleases.aspx?ProjectName=RantPack&ReleaseId=1306
Release Notes:
- Renamed Tuple properties to be more consistent
- Item0, Item1 instead of A,B
- Added a Match operator
- Made Enumerable more compatible
- Bug fixes