Skip to content
This repository was archived by the owner on Dec 1, 2021. It is now read-only.

Commit 225f763

Browse files
author
Cezary Nolewajka
committed
Fix deserialization of complex resources and collections.
+semver: fix
1 parent c9e7821 commit 225f763

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/NJsonApiCore.Web.MVC5/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020

2121
// The following GUID is for the ID of the typelib if this project is exposed to COM
2222
[assembly: Guid("806263c3-7903-4f1f-80c7-28793b51181b")]
23-
[assembly: AssemblyVersion("1.0.7.0")]
24-
[assembly: AssemblyFileVersion("1.0.7.0")]
23+
[assembly: AssemblyVersion("1.1.0.0")]
24+
[assembly: AssemblyFileVersion("1.1.0.0")]

src/NJsonApiCore.Web.MVCCore/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616

1717
// The following GUID is for the ID of the typelib if this project is exposed to COM
1818
[assembly: Guid("ed4f18ff-7d61-4413-b2ea-96dda140a442")]
19-
[assembly: AssemblyVersion("1.0.7.0")]
20-
[assembly: AssemblyFileVersion("1.0.7.0")]
19+
[assembly: AssemblyVersion("1.1.0.0")]
20+
[assembly: AssemblyFileVersion("1.1.0.0")]

src/NJsonApiCore/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
[assembly: AssemblyCopyright("Copyright © 2016")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
16-
[assembly: AssemblyVersion("1.0.7.0")]
17-
[assembly: AssemblyFileVersion("1.0.7.0")]
16+
[assembly: AssemblyVersion("1.1.0.0")]
17+
[assembly: AssemblyFileVersion("1.1.0.0")]
1818

1919
// Setting ComVisible to false makes the types in this assembly not visible
2020
// to COM components. If you need to access a type in this assembly from

0 commit comments

Comments
 (0)