Skip to content

Commit

Permalink
-Build stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNK committed Apr 11, 2012
1 parent e81b376 commit 93787ba
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Build/build.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
properties {
$zipFileName = "Json45r1.zip"
$zipFileName = "Json45r2.zip"
$majorVersion = "4.5"
$majorWithReleaseVersion = "4.5.2"
$version = GetVersion $majorWithReleaseVersion
Expand Down
23 changes: 16 additions & 7 deletions Doc/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,25 +20,34 @@ Versions:

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

-DotNet:
.NET latest (4.0)
-Net40:
.NET latest (4.0 & 4.5)

-DotNet35:
-Net35:
.NET 3.5 SP1, Mono

-DotNet20:
-Net20:
.NET 2.0

-Silverlight:
Silverlight 4.0
Silverlight 4 & 5

-WindowsPhone:
Windows Phone 7
Windows Phone 7 & 7.1

-Metro
Windows 8 Metro, WinRT 4.5


Notes:

The Silverlight and Windows Phone builds are not strong-named.
Use the assemblies in the Signed sub-directories for the strong-named versions.

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 down download Json.NET 3.5.
For a Silverlight 3.0 build download Json.NET 3.5.


Instructions:
Expand Down

0 comments on commit 93787ba

Please sign in to comment.