Skip to content

Commit f2d97ee

Browse files
committed
4.0.1 preparations.
1 parent 2e45925 commit f2d97ee

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CodeJam.Main/Readme.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1-
CodeJam 3.3.1 Release Notes
1+
CodeJam 4.0.1 Release Notes
22
---------------------------
33

4+
What's new in 4.0.1
5+
-------------------------
6+
* Fix various nullability issues
7+
* Remove Theraot dependency for .NET Core 3.1 and .NET Standard 2.0, 2.1
8+
49
What's new in 4.0.0
510
-------------------------
611
- Breaking changes:

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)\Build\CodeJam.snk</AssemblyOriginatorKeyFile>
1212
<NoWarn>$(NoWarn);CA1014</NoWarn>
1313

14-
<Version>4.0.0.0</Version>
15-
<PackageVersion>4.0.0</PackageVersion>
14+
<Version>4.0.0.1</Version>
15+
<PackageVersion>4.0.1</PackageVersion>
1616
<PackageOutputPath>..\_Results</PackageOutputPath>
1717

1818
<Company>RSDN</Company>

0 commit comments

Comments
 (0)