All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- BREAKING: The NuGet package has been renamed:
- RentADeveloper.ArgumentNullGuards > ArgumentNullGuards
- Remove the 'RentADeveloper.ArgumentNullGuards' package and add the 'ArgumentNullGuards' package.
- Switched to NullabilityInfoContext to determine nullability of parameters.
- For types not in a nullable enabled context, ArgumentNullGuardVerifier now assumes reference types are non-nullable instead of throwing a NoNullableEnabledContextException.
- Fixed icon URL in README.md.
- Initial release.