Releases: outfox/fennecs
Releases · outfox/fennecs
0.5.16-beta
FIXES #37: Wildcard Match Expressions didn't work in Stream Subset and Exclude filters.
IMPROVES: Slightly faster general case matching (doesn't construct an ImmutableSortedSet) for Stream Filters.
0.5.15-beta (Portable Debug)
Experimental Feature: Include Portable Debug Information.
fennecs originally shipped with windows-only debug info. User dxman
reported an issue and warnings with Debugging in Release configuration; and possibly the debug configuration's .pdb files were also not correctly included.
I opted to try a new build with the new .snupkg format to provide accompanying debug information to users of the nuget package, for all types of assemblies.
See also: Creating symbol packages (.snupkg)