Skip to content

Commit

Permalink
-Fixed WinRT
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNK committed Dec 22, 2014
1 parent 25814e5 commit d22b5fd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Src/Newtonsoft.Json.TestConsole/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("6.0.0.0")]
[assembly: AssemblyVersion("6.0.0.0")]
[assembly: AssemblyFileVersion("6.0.7.18022")]
[assembly: AssemblyFileVersion("6.0.7.18023")]
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@
</ItemGroup>
<ItemGroup>
<Reference Include="System.Collections.Immutable">
<HintPath>..\packages\Microsoft.Bcl.Immutable.1.1.20-beta\lib\portable-net45+win8\System.Collections.Immutable.dll</HintPath>
<HintPath>..\packages\System.Collections.Immutable.1.1.33-beta\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll</HintPath>
<Private>True</Private>
</Reference>
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Src/Newtonsoft.Json.Tests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@
// by using the '*' as shown below:

[assembly: AssemblyVersion("6.0.0.0")]
[assembly: AssemblyFileVersion("6.0.7.18022")]
[assembly: AssemblyFileVersion("6.0.7.18023")]
2 changes: 1 addition & 1 deletion Src/Newtonsoft.Json/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,5 @@
// by using the '*' as shown below:

[assembly: AssemblyVersion("6.0.0.0")]
[assembly: AssemblyFileVersion("6.0.7.18022")]
[assembly: AssemblyFileVersion("6.0.7.18023")]
[assembly: CLSCompliant(true)]

0 comments on commit d22b5fd

Please sign in to comment.