Skip to content

Commit ed161d4

Browse files
committed
3.0.1 beta2 preparation
1 parent c1545d1 commit ed161d4

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

Build/Props/CodeJam.Default.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<DelaySign>False</DelaySign>
1010
<AssemblyOriginatorKeyFile>..\Build\CodeJam.snk</AssemblyOriginatorKeyFile>
1111

12-
<Version>3.0.0.0</Version>
13-
<PackageVersion>3.0.1-beta1</PackageVersion>
12+
<Version>3.0.1.0</Version>
13+
<PackageVersion>3.0.1-beta2</PackageVersion>
1414
<PackageOutputPath>..\_Results</PackageOutputPath>
1515

1616
<Company>RSDN</Company>

CodeJam.Main/Readme.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
CodeJam 3.0.0-beta1 Release Notes
22
---------------------------------
33

4+
What's new in 3.0.1-beta2
5+
-------------------------
6+
* Connection string parser/formatter class
7+
* IsBrowsable/IsCompilerGenerated reflection helpers
8+
* Code.NotDefault assertion
9+
* DateTime[Offset].Round method
10+
* Disposable.DisposeAsync method
11+
* TimeSpanHelpers class
12+
* CancellationToken.WhenCancelled method
13+
* Fixes, refactoring and code cleanup
14+
415
What's new in 3.0.1-beta1
516
-------------------------
617
* Core 3.0 and 3.1 support

0 commit comments

Comments
 (0)