Skip to content

Commit

Permalink
4.0.1 preparations.
Browse files Browse the repository at this point in the history
  • Loading branch information
NN--- committed Sep 10, 2021
1 parent 2e45925 commit f2d97ee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CodeJam.Main/Readme.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
CodeJam 3.3.1 Release Notes
CodeJam 4.0.1 Release Notes
---------------------------

What's new in 4.0.1
-------------------------
* Fix various nullability issues
* Remove Theraot dependency for .NET Core 3.1 and .NET Standard 2.0, 2.1

What's new in 4.0.0
-------------------------
- Breaking changes:
Expand Down
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)\Build\CodeJam.snk</AssemblyOriginatorKeyFile>
<NoWarn>$(NoWarn);CA1014</NoWarn>

<Version>4.0.0.0</Version>
<PackageVersion>4.0.0</PackageVersion>
<Version>4.0.0.1</Version>
<PackageVersion>4.0.1</PackageVersion>
<PackageOutputPath>..\_Results</PackageOutputPath>

<Company>RSDN</Company>
Expand Down

0 comments on commit f2d97ee

Please sign in to comment.