diff --git a/CHANGELOG.md b/CHANGELOG.md index f789bae..14786fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and adheres to a project-specific [Versioning](/README.md). ## [Unreleased] +### Fixed + +- If build configuration is not passed explicitly, it should be like passing `Debug` + +### Changed + +- The XML documentation can be generated in all build configurations, there is no need to restrict it. + ## [3.0.3] - 2023-07-20 ### Fixed diff --git a/build/Neolution.CodeAnalysis.TestsRuleset.props b/build/Neolution.CodeAnalysis.TestsRuleset.props index 6ffb4ad..e91de1e 100644 --- a/build/Neolution.CodeAnalysis.TestsRuleset.props +++ b/build/Neolution.CodeAnalysis.TestsRuleset.props @@ -1,8 +1,13 @@ - + Debug + + true + + + true diff --git a/build/Neolution.CodeAnalysis.props b/build/Neolution.CodeAnalysis.props index 4aa0b12..b7327b5 100644 --- a/build/Neolution.CodeAnalysis.props +++ b/build/Neolution.CodeAnalysis.props @@ -1,8 +1,13 @@ - + Debug + + true + + + true