InternalsVisibleTo.MSBuild Versions Save

Enables declaring 'InternalsVisibleTo' items in a .NET project file, rather than declaring them to an AssemblyInfo.cs file.

1.1.0

2 years ago

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

2 years ago

Fixed

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

1.0.4

3 years ago

Fixed

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

1.0.3

4 years ago

New

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