Skip to content

Commit

Permalink
Merge pull request #302 from GregFinzer/feature/makeGetTypeInfoInternal
Browse files Browse the repository at this point in the history
Make GetTypeInfo internal due to public compilation errors.
  • Loading branch information
GregFinzer authored Sep 11, 2023
2 parents 4b7a0b9 + f3286d7 commit 8546df5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace KellermanSoftware.CompareNetObjects
/// <summary>
/// Extensions for Type to provide backward compatibility between latest and older .net Framework APIs.
/// </summary>
public static class TypeBackwardsCompatibilityExtensions
internal static class TypeBackwardsCompatibilityExtensions
{
/// <summary>
/// Function to provide compilation compatibility between older code and newer style.
Expand Down

0 comments on commit 8546df5

Please sign in to comment.