Skip to content

Commit 94e3beb

Browse files
committed
-Minor text changes
-Include new documentation resources in solution
1 parent 83474cb commit 94e3beb

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Src/Doc/Introduction.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ <h3>
3535
Starting out as a couple of static methods for escaping JavaScript strings, Json.NET
3636
evolved as features were added. To add support for reading JSON a major refactor
3737
was required and Json.NET will split into the three major classes it still uses
38-
today, JsonReader, JsonWriter and JsonSerializer.<br>
38+
today, JsonReader, JsonWriter and JsonSerializer.
3939
</p>
4040
<p>
4141
Json.NET was first released in June 2006. Since then Json.NET has been downloaded
4242
thousands of times by developers and is used in a number of major projects open
43-
source projects such as <a href="http://www.castleproject.org/monorail/index.html" target="_blank">MonoRail</a>,
43+
source projects including <a href="http://www.castleproject.org/monorail/index.html" target="_blank">MonoRail</a>,
4444
Castle Project's MVC web framework, and <a href="http://www.mono-project.com/" target="_blank">Mono</a>,
4545
an open source implementation
4646
of the .NET framework.</p>

Src/Newtonsoft.Json.sln

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Doc", "Doc", "{8F9E13D9-418
1616
Doc\custom.css = Doc\custom.css
1717
Doc\doc.shfb = Doc\doc.shfb
1818
Doc\doc.sitemap = Doc\doc.sitemap
19+
Doc\donate.gif = Doc\donate.gif
20+
Doc\Introduction.html = Doc\Introduction.html
1921
Doc\LINQtoJSON.html = Doc\LINQtoJSON.html
2022
Doc\ReadingWritingJSON.html = Doc\ReadingWritingJSON.html
2123
Doc\SerializingJSON.html = Doc\SerializingJSON.html

0 commit comments

Comments
 (0)