Contains common settings, scripts, and files to scaffold C# projects for NCodeGroup.
- v1.0.0 - Initial release
- v1.0.1 - Added support for multi-targeting projects (see buildCrossTargeting)
- v1.0.2 - Packing of additional files
- v1.0.3 - Updating MSBuild properties
- v1.0.4 - Added additional examples to project.props
- v1.0.5 - Updates for NET Core SDK
- v1.0.6 - Updates for SPDX license expression
- v1.0.7 - Change default for CLS compliance to False
- v1.0.8 - Added
Directory.Build.props - v1.0.9 - Deprecating
PackageIconUrlin favor ofPackageIcon(see NU5048) - v1.0.10 - Pack README and added option for default branch name (used in NuGet package icon)
- v1.0.11 - Added setting for ContinuousIntegrationBuild
- v1.0.12 - Removed setting for PackageProjectUrl
- v1.0.13 - Moving CI build from appveyor to github actions
- v1.0.14 - LF line endings and copilot settings
- v1.0.15 - Fix nuspec wildcard handling
- v1.0.16 - Fix targets wildcard handling
- v1.0.17 - Remove deprecated iconUrl
- v1.0.18 - Remove PackageIconUrl msbuild property
- v1.0.19 - Fix gitattributes for images
- v1.0.20 - Disable XML doc for test projects
- v1.0.21 - Added C# code style settings for parameter/argument wrapping and attribute placement