Skip to content

Commit 7ee5c3f

Browse files
committed
3.1.0 preparation
1 parent 98c6d85 commit 7ee5c3f

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
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.1.0</Version>
13-
<PackageVersion>3.0.1</PackageVersion>
12+
<Version>3.1.0.0</Version>
13+
<PackageVersion>3.1.0</PackageVersion>
1414
<PackageOutputPath>..\_Results</PackageOutputPath>
1515

1616
<Company>RSDN</Company>

CodeJam.Main/Readme.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
1-
CodeJam 3.0.1 Release Notes
1+
CodeJam 3.1.0 Release Notes
22
-------------------------------
33

4+
What's new in 3.1.0
5+
-------------------
6+
* Return missing Jetbrains annotations
7+
* One argument enumerable deconstruct
8+
49
What's new in 3.0.1
5-
-----------------------
10+
-------------------
611
* IsAssignableTo() reflection helper.
712
* Deconstruct methods for arrays, lists and enumerables (to support positional pattern).
813
* !Breaking change!: EnumHelper.GetFlagsMask() replaced with EnumHelper.GetValuesMask() method.

0 commit comments

Comments
 (0)