diff --git a/Compare-NET-Objects-Core/Compare-NET-Objects-Core.csproj b/Compare-NET-Objects-Core/Compare-NET-Objects-Core.csproj index 1698374..33d9576 100644 --- a/Compare-NET-Objects-Core/Compare-NET-Objects-Core.csproj +++ b/Compare-NET-Objects-Core/Compare-NET-Objects-Core.csproj @@ -2,7 +2,7 @@ Easily compare objects in .NET - 4.55.0.0 + 4.56.0.0 GregFinzer netstandard1.3 $(DefineConstants);DNCORE @@ -17,7 +17,7 @@ false false KellermanSoftware.CompareNetObjects - 4.55.0.0 + 4.56.0.0 Copyright © 2018 Kellerman Software True mykeyfile.snk diff --git a/Compare-NET-Objects-Portable/Properties/AssemblyInfo.cs b/Compare-NET-Objects-Portable/Properties/AssemblyInfo.cs index 62dd18c..5075df0 100644 --- a/Compare-NET-Objects-Portable/Properties/AssemblyInfo.cs +++ b/Compare-NET-Objects-Portable/Properties/AssemblyInfo.cs @@ -25,5 +25,5 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("4.54.0.0")] -[assembly: AssemblyFileVersion("4.54.0.0")] +[assembly: AssemblyVersion("4.55.0.0")] +[assembly: AssemblyFileVersion("4.55.0.0")] diff --git a/Compare-NET-Objects/Properties/AssemblyInfo.cs b/Compare-NET-Objects/Properties/AssemblyInfo.cs index 23326c3..15b80f0 100644 --- a/Compare-NET-Objects/Properties/AssemblyInfo.cs +++ b/Compare-NET-Objects/Properties/AssemblyInfo.cs @@ -31,6 +31,6 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("4.54.0.0")] -[assembly: AssemblyFileVersion("4.54.0.0")] +[assembly: AssemblyVersion("4.55.0.0")] +[assembly: AssemblyFileVersion("4.55.0.0")] [assembly: CLSCompliant(true)] \ No newline at end of file