Skip to content

Commit

Permalink
v2.0.1106.2610
Browse files Browse the repository at this point in the history
  • Loading branch information
mckamey committed Jun 26, 2011
1 parent b7903ee commit 41037bd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/Package.nuspec
Expand Up @@ -3,14 +3,14 @@
<metadata>
<id>JsonFx</id>
<title>JsonFx</title>
<version>2.0.1106.2515</version>
<version>2.0.1106.2610</version>
<authors>Stephen McKamey</authors>
<owners>mckamey</owners>
<licenseUrl>https://raw.github.com/jsonfx/jsonfx/master/LICENSE.txt</licenseUrl>
<projectUrl>https://github.com/jsonfx/jsonfx</projectUrl>
<iconUrl>https://raw.github.com/jsonfx/jsonfx/master/Logo_128.png</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>JsonFx serialization framework</description>
<tags>json xml bson linq serialization deserialization</tags>
<tags>JSON XML BSON JsonML LINQ serialization deserialization </tags>
</metadata>
</package>
8 changes: 4 additions & 4 deletions src/JsonFx/Properties/AssemblyVersion.cs
Expand Up @@ -2,11 +2,11 @@
This is auto-generated code. All changes will be overwritten.
\*------------------------------------------------------------------*/

#region 2.0.1106.2515
#region 2.0.1106.2610

using System.Reflection;

[assembly: AssemblyVersion("2.0.1106.2515")]
[assembly: AssemblyFileVersion("2.0.1106.2515")]
[assembly: AssemblyVersion("2.0.1106.2610")]
[assembly: AssemblyFileVersion("2.0.1106.2610")]

#endregion 2.0.1106.2515
#endregion 2.0.1106.2610

0 comments on commit 41037bd

Please sign in to comment.