From 0e08e0c8fa5ac57d96d1d7405572be7c4d760ca2 Mon Sep 17 00:00:00 2001 From: gfinzer Date: Tue, 3 Jul 2018 17:18:33 -0400 Subject: [PATCH] NET Automated Builds Version 4.55.0.0 --- Compare-NET-Objects-Core/Compare-NET-Objects-Core.csproj | 4 ++-- Compare-NET-Objects-Portable/Properties/AssemblyInfo.cs | 4 ++-- Compare-NET-Objects/Properties/AssemblyInfo.cs | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) 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