Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/Newtonsoft.Json.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJamesNK <james@newtonking.com>2011-04-10 10:39:15 +0400
committerJamesNK <james@newtonking.com>2011-04-10 10:39:15 +0400
commit1e75151dda175d78d5779b5d821f1f5b1d02d110 (patch)
treefa520448dd8488c54e332dd51d5c5eb1f9756cd4 /Src/Newtonsoft.Json
parentb26d5c485014b99cae9622a5ab8454e4c78033c7 (diff)
-Updated build process to embed the build number as assembly version
Diffstat (limited to 'Src/Newtonsoft.Json')
-rw-r--r--Src/Newtonsoft.Json/Properties/AssemblyInfo.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/Src/Newtonsoft.Json/Properties/AssemblyInfo.cs b/Src/Newtonsoft.Json/Properties/AssemblyInfo.cs
index b5bc580..855dcfe 100644
--- a/Src/Newtonsoft.Json/Properties/AssemblyInfo.cs
+++ b/Src/Newtonsoft.Json/Properties/AssemblyInfo.cs
@@ -108,9 +108,9 @@ using System.Security;
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
-[assembly: AssemblyVersion("4.0.0.0")]
+[assembly: AssemblyVersion("4.2.0.0")]
#if !PocketPC
-[assembly: AssemblyFileVersion("4.0.0.0")]
+[assembly: AssemblyFileVersion("4.2.13610.1823")]
#endif
-[assembly: CLSCompliant(true)] \ No newline at end of file
+[assembly: CLSCompliant(true)]