Skip to content

Commit

Permalink
1.2.0-beta2 preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewvk committed Nov 1, 2016
1 parent 139c4e3 commit c522d1c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Main/nuget/CodeJam.Main.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>CodeJam</id>
<version>1.2.0-beta1</version>
<version>1.2.0-beta2</version>
<title>CodeJam .NET Library</title>
<authors>andrewvk</authors>
<licenseUrl>https://github.com/rsdn/CodeJam/blob/master/LICENSE</licenseUrl>
Expand Down
15 changes: 12 additions & 3 deletions Main/nuget/Readme.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,25 @@
CodeJam 1.2.0-beta1 Release Notes
CodeJam 1.2.0-beta2 Release Notes
-------------------------------

What's new in 1.2.0-beta2
-------------------------
* Composite ranges structures and algorithms
* EnumCode - assertions for enums
* Sequence generators
* TraceSource added for CodeJam diagnostics
* DateTime extensions
* Fixes and code cleanup

What's new in 1.2.0-beta1
-----------------------
-------------------------
* HGlobal improvements
* Code.ValidCount and Code.BugIf assertions
* Added a way to create a TempFile wrapper with a default temp name without a real creation of a file.
* Add execution synchronized LazyDictionary implementation
* Fixes and code cleanup

What's new in 1.1.0
-----------------------
-------------------
* Code cleanup

What's new in 1.1.0-rc2
Expand Down

0 comments on commit c522d1c

Please sign in to comment.