We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e45925 commit f2d97eeCopy full SHA for f2d97ee
2 files changed
CodeJam.Main/Readme.txt
@@ -1,6 +1,11 @@
1
-CodeJam 3.3.1 Release Notes
+CodeJam 4.0.1 Release Notes
2
---------------------------
3
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
+
9
What's new in 4.0.0
10
-------------------------
11
- Breaking changes:
Directory.Build.props
@@ -11,8 +11,8 @@
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)\Build\CodeJam.snk</AssemblyOriginatorKeyFile>
12
<NoWarn>$(NoWarn);CA1014</NoWarn>
13
14
- <Version>4.0.0.0</Version>
15
- <PackageVersion>4.0.0</PackageVersion>
+ <Version>4.0.0.1</Version>
+ <PackageVersion>4.0.1</PackageVersion>
16
<PackageOutputPath>..\_Results</PackageOutputPath>
17
18
<Company>RSDN</Company>
0 commit comments