- Add code to gives a warning of different versions of the same NuGet package.
- Updated to handle projects that have multiple frameworks, e.g. net6.0;net7.0
- Updated to NET 6
- Updated to the new
<icon>images\someicon.png</icon>
format - Updated to the new
<license type="expression">MIT</license>
format - NOTE: does not support
<license type="file">LICENSE.txt</license>
format
- Updated to the new
<icon>someicon.png</icon>
format - Updated to the new
<license type="expression">MIT</license>
format - NOTE: does not support
<license type="file">LICENSE.txt</license>
format
- Added symbol files to NuGet package if there (doesn't need AddSymbols to be on)
- Added copy of symbol files to NuGet cache when using the U(pdate) command.
- First release