Skip to content

Commit

Permalink
Version 4.74 Fix for build
Browse files Browse the repository at this point in the history
  • Loading branch information
GregFinzer committed Sep 24, 2021
1 parent c0bca2b commit d68f227
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions Compare-NET-Objects/Compare-NET-Objects.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Fix for circular references in EnumerableComparer by idealist1508 https://github
<PackageLicenseFile>License.txt</PackageLicenseFile>
<PackageIcon>NuGetIcon.png</PackageIcon>


</PropertyGroup>

<PropertyGroup Condition="'$(TargetFramework)' == 'netstandard1.3'">
Expand Down
6 changes: 2 additions & 4 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
<Project>

<PropertyGroup>
<Version>4.56.0.0</Version>
<Version>4.74.0.0</Version>
<Authors>GregFinzer</Authors>
<Description>Easily compare objects in .NET</Description>
<PackageProjectUrl>https://github.com/GregFinzer/Compare-Net-Objects</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/GregFinzer/Compare-Net-Objects/wiki/Licensing</PackageLicenseUrl>
<PackageIconUrl>http://www.kellermanstores.com/Content/images/NuGetIcon.png</PackageIconUrl>
<PackageTags>compare;comparison;equality;equal;deep;objects;difference;compareobjects;deepequal;deepequals</PackageTags>
<Copyright>Copyright © 2018 Kellerman Software</Copyright>
<Copyright>Copyright © 2021 Kellerman Software</Copyright>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
</PropertyGroup>

Expand Down

0 comments on commit d68f227

Please sign in to comment.