Skip to content

Releases: thomaslevesque/InternalsVisibleTo.MSBuild

1.1.0

27 Feb 14:08
6f2f7b6
Compare
Choose a tag to compare

Fixed

  • Disable the package's features and emit a warning when .NET SDK version is 5.0 or greater, because the SDK has native support for InternalsVisibleTo (#6). Thanks to @0xced for reporting this!

1.0.5

30 Jan 21:32
9f59340
Compare
Choose a tag to compare

Fixed

  • Add type name to the assembly attribute items (#5). Thanks to @rsking for this contribution!

1.0.4

20 May 12:34
Compare
Choose a tag to compare

Fixed

  • InternalsVisibleTo.MSBuild no longer works with .NET Core SDK 3.1.300 (#3). Thanks to @FuturistiCoder for reporting this!

1.0.3

06 Nov 09:34
Compare
Choose a tag to compare

New

  • Added support for InternalsVisibleToSuffix (#2), thanks to @meziantou