@@ -14,10 +14,6 @@ The CodeJam project includes three parts:
1414* Experimental - A workspace for code development. Contains incomplete and/or unstable parts.
1515* [ CodeJam.PerfTests] ( https://github.com/rsdn/CodeJam/tree/master/PerfTests ) - a performance testing framework for .Net projects.
1616
17- ### Main
18-
19- [ Main doc] ( CodeJam.Main/Readme.md )
20-
2117CodeJam is dedicated to one principal goal: creating and maintaining reusable code. The CodeJam main package is a place for
2218collaboration and sharing, where developers community can work together on code to be shared by the CodeJam.
2319
@@ -29,6 +25,12 @@ We welcome participation from all who are interested, at all skill levels. Codin
2925development process itself are all critical parts of the software development process. If you are interested in
3026contribute in any of these aspects, please join us!
3127
28+ ### Main
29+
30+ [ Main doc] ( CodeJam.Main/Readme.md )
31+
32+ The main library containing feature complete and stable code of production quality.
33+
3234### Blocks
3335
3436### PerfTests
@@ -38,25 +40,25 @@ CodeJam.PerfTests is performance testing framework for .Net projects.
3840It allows to compare multiple implementations by execution time (* ~ memory limits coming soon~ * ), to annotate test methods
3941with timing limits and to check the limits each time the test is run.
4042
41- ### .NET Standard 1.6, 1.5 support (supported dropped in 4.0)
43+ ### .NET Standard 1.6, 1.5 support (dropped in 4.0)
4244
4345Almost all features are supported. Functionality not supported:
4446
4547* XmlAttributeReader
4648
47- ### .NET Core 1.1, 1.0 support (supported dropped in 4.0)
49+ ### .NET Core 1.1, 1.0 support (dropped in 4.0)
4850
4951Almost all features are supported. Functionality not supported:
5052
5153* XmlAttributeReader
5254
53- ### .NET Framework 2.0 support (supported dropped in 4.0)
55+ ### .NET Framework 2.0 support (dropped in 4.0)
5456
5557.NET Framework 2.0 support is limited. Functionality not supported in addition to .NET Framework 3.5 limitations:
5658
5759* LINQ to XML extensions - .NET 2.0 doesn't have LINQ XML related classes
5860
59- ### .NET Framework 3.0 support (supported dropped in 4.0)
61+ ### .NET Framework 3.0 support (dropped in 4.0)
6062
6163.NET Framework 3.0 support is limited. Functionality not supported in addition to .NET Framework 3.5 limitations:
6264
0 commit comments