diff --git a/Build/Props/CodeJam.Default.props b/Build/Props/CodeJam.Default.props index 2344964a4..dd8071194 100644 --- a/Build/Props/CodeJam.Default.props +++ b/Build/Props/CodeJam.Default.props @@ -9,8 +9,8 @@ False ..\Build\CodeJam.snk - 3.0.0.0 - 3.0.1-beta1 + 3.0.1.0 + 3.0.1-beta2 ..\_Results RSDN diff --git a/CodeJam.Main/Readme.txt b/CodeJam.Main/Readme.txt index 4714afb40..6adf69d4f 100644 --- a/CodeJam.Main/Readme.txt +++ b/CodeJam.Main/Readme.txt @@ -1,6 +1,17 @@ CodeJam 3.0.0-beta1 Release Notes --------------------------------- +What's new in 3.0.1-beta2 +------------------------- +* Connection string parser/formatter class +* IsBrowsable/IsCompilerGenerated reflection helpers +* Code.NotDefault assertion +* DateTime[Offset].Round method +* Disposable.DisposeAsync method +* TimeSpanHelpers class +* CancellationToken.WhenCancelled method +* Fixes, refactoring and code cleanup + What's new in 3.0.1-beta1 ------------------------- * Core 3.0 and 3.1 support