Skip to content

Commit

Permalink
3.1.0 preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewvk committed Feb 28, 2020
1 parent 98c6d85 commit 7ee5c3f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 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.1.0</Version>
<PackageVersion>3.0.1</PackageVersion>
<Version>3.1.0.0</Version>
<PackageVersion>3.1.0</PackageVersion>
<PackageOutputPath>..\_Results</PackageOutputPath>

<Company>RSDN</Company>
Expand Down
9 changes: 7 additions & 2 deletions CodeJam.Main/Readme.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
CodeJam 3.0.1 Release Notes
CodeJam 3.1.0 Release Notes
-------------------------------

What's new in 3.1.0
-------------------
* Return missing Jetbrains annotations
* One argument enumerable deconstruct

What's new in 3.0.1
-----------------------
-------------------
* IsAssignableTo() reflection helper.
* Deconstruct methods for arrays, lists and enumerables (to support positional pattern).
* !Breaking change!: EnumHelper.GetFlagsMask() replaced with EnumHelper.GetValuesMask() method.
Expand Down

0 comments on commit 7ee5c3f

Please sign in to comment.