Skip to content

Commit

Permalink
3.0.1 beta2 preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewvk committed Dec 29, 2019
1 parent c1545d1 commit ed161d4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Build/Props/CodeJam.Default.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<DelaySign>False</DelaySign>
<AssemblyOriginatorKeyFile>..\Build\CodeJam.snk</AssemblyOriginatorKeyFile>

<Version>3.0.0.0</Version>
<PackageVersion>3.0.1-beta1</PackageVersion>
<Version>3.0.1.0</Version>
<PackageVersion>3.0.1-beta2</PackageVersion>
<PackageOutputPath>..\_Results</PackageOutputPath>

<Company>RSDN</Company>
Expand Down
11 changes: 11 additions & 0 deletions CodeJam.Main/Readme.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit ed161d4

Please sign in to comment.