Skip to content

Commit

Permalink
NET Automated Builds Version 4.55.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GregFinzer committed Jul 3, 2018
1 parent 2700c54 commit 0e08e0c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Compare-NET-Objects-Core/Compare-NET-Objects-Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Description>Easily compare objects in .NET</Description>
<VersionPrefix>4.55.0.0</VersionPrefix>
<VersionPrefix>4.56.0.0</VersionPrefix>
<Authors>GregFinzer</Authors>
<TargetFramework>netstandard1.3</TargetFramework>
<DefineConstants>$(DefineConstants);DNCORE</DefineConstants>
Expand All @@ -17,7 +17,7 @@
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<RootNamespace>KellermanSoftware.CompareNetObjects</RootNamespace>
<Version>4.55.0.0</Version>
<Version>4.56.0.0</Version>
<Copyright>Copyright © 2018 Kellerman Software</Copyright>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>mykeyfile.snk</AssemblyOriginatorKeyFile>
Expand Down
4 changes: 2 additions & 2 deletions Compare-NET-Objects-Portable/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
4 changes: 2 additions & 2 deletions Compare-NET-Objects/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]

0 comments on commit 0e08e0c

Please sign in to comment.