Releases: MarkCiliaVincenti/Backport.System.Threading.Lock
Releases · MarkCiliaVincenti/Backport.System.Threading.Lock
3.1.6
3.1.5
Cleaned up namespace warnings; dependency update.
3.1.4
StyleCop changes, improved documentation, dependency update.
3.1.0
Enables the 'clean method' for .NET Core and .NET Standard 2.1, and fixes an issue with warnings thrown when the library is used as a dependency.
3.0.3
Fixes an issue with the source generator breaking for .NET Framework 3.5 and .NET Framework 4.0.
3.0.1
Allowed a source generator option to avoid adding a dependency to the library.
2.0.7
Final .NET 9.0 release.
2.0.5
Made IsHeldByCurrentThread unavailable for frameworks that don't support Monitor.IsEntered rather than throwing a NotSupportedException.
2.0.3
Cleaning up and improved documentation.
2.0.2
Minor optimizations.