Skip to content

Commit 1c58519

Browse files
committed
Fix readmes
1 parent 01257aa commit 1c58519

File tree

3 files changed

+14
-11
lines changed

3 files changed

+14
-11
lines changed

CodeJam.Blocks/Readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
What's new in 4.0.0-beta-1
55
--------------------------
66
* Add C# 8+ nullability markup
7-
* Remove JB's NotNull/CanBeNull markup
8-
* Remove deprecated targets
7+
* Remove JetBrains nullability markup: NotNull/CanBeNull/ItemNotNull.
8+
* Remove deprecated targets. Supporting: .NET 3.5+, .NET Standard 2.0+, .NET Core 3.1+.
99
* Refactoring & code cleanup

CodeJam.Main/Readme.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ What's new in 4.0.0-beta1
66
* Add C# nullability markup.
77
* Remove JetBrains nullability markup: NotNull/CanBeNull/ItemNotNull.
88
* Remove deprecated targets. Supporting: .NET 3.5+, .NET Standard 2.0+, .NET Core 3.1+.
9-
* Fixed Range string representation bug.
9+
* Fixed Range string representation bug.
10+
* Refactoring & code cleanup

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
2117
CodeJam is dedicated to one principal goal: creating and maintaining reusable code. The CodeJam main package is a place for
2218
collaboration 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
2925
development process itself are all critical parts of the software development process. If you are interested in
3026
contribute 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.
3840
It allows to compare multiple implementations by execution time (*~memory limits coming soon~*), to annotate test methods
3941
with 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

4345
Almost 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

4951
Almost 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

Comments
 (0)