Skip to content

Commit

Permalink
-Removed versions.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNK committed Apr 7, 2013
1 parent ff677c9 commit ce50f0f
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 35 deletions.
1 change: 0 additions & 1 deletion Build/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ task Package -depends Build {

Copy-Item -Path $docDir\readme.txt -Destination $workingDir\Package\
Copy-Item -Path $docDir\license.txt -Destination $workingDir\Package\
Copy-Item -Path $docDir\versions.txt -Destination $workingDir\Package\

robocopy $sourceDir $workingDir\Package\Source\Src /MIR /NP /XD .svn bin obj TestResults AppPackages /XF *.suo *.user | Out-Default
robocopy $buildDir $workingDir\Package\Source\Build /MIR /NP /XD .svn | Out-Default
Expand Down
39 changes: 38 additions & 1 deletion Doc/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,41 @@ Json.NET is a popular high-performance JSON framework for .NET

Documentation:

http://james.newtonking.com/projects/json/help/
http://james.newtonking.com/projects/json/help/


Versions:

Json.NET comes in different versions for the various .NET frameworks.

-Net45:
.NET latest (4.5)

-Net40:
.NET 4.0

-Net35:
.NET 3.5

-Net20:
.NET 2.0

-WindowsPhone:
Windows Phone 8

-WinRT:
Windows 8 Store

-Portable45:
.NET 4.5, Windows Phone 8, Windows 8 Store

-Portable40:
.NET 4.0, Windows Phone 7, Windows 8 Store, Silverlight 4


Notes:

Microsoft stopped support for the Compact Framework in Visual Studio 2010.
For a Compact Framework 3.5 build download Json.NET 3.5.

For a Silverlight 3.0 build download Json.NET 3.5.
33 changes: 0 additions & 33 deletions Doc/versions.txt

This file was deleted.

0 comments on commit ce50f0f

Please sign in to comment.