Skip to content

Commit c522d1c

Browse files
committed
1.2.0-beta2 preparation
1 parent 139c4e3 commit c522d1c

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

Main/nuget/CodeJam.Main.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
44
<id>CodeJam</id>
5-
<version>1.2.0-beta1</version>
5+
<version>1.2.0-beta2</version>
66
<title>CodeJam .NET Library</title>
77
<authors>andrewvk</authors>
88
<licenseUrl>https://github.com/rsdn/CodeJam/blob/master/LICENSE</licenseUrl>

Main/nuget/Readme.txt

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,25 @@
1-
CodeJam 1.2.0-beta1 Release Notes
1+
CodeJam 1.2.0-beta2 Release Notes
22
-------------------------------
33

4+
What's new in 1.2.0-beta2
5+
-------------------------
6+
* Composite ranges structures and algorithms
7+
* EnumCode - assertions for enums
8+
* Sequence generators
9+
* TraceSource added for CodeJam diagnostics
10+
* DateTime extensions
11+
* Fixes and code cleanup
12+
413
What's new in 1.2.0-beta1
5-
-----------------------
14+
-------------------------
615
* HGlobal improvements
716
* Code.ValidCount and Code.BugIf assertions
817
* Added a way to create a TempFile wrapper with a default temp name without a real creation of a file.
918
* Add execution synchronized LazyDictionary implementation
1019
* Fixes and code cleanup
1120

1221
What's new in 1.1.0
13-
-----------------------
22+
-------------------
1423
* Code cleanup
1524

1625
What's new in 1.1.0-rc2

0 commit comments

Comments
 (0)