diff --git a/.github/conventions.yml b/.github/conventions.yml index 8e1acfd..dced91f 100644 --- a/.github/conventions.yml +++ b/.github/conventions.yml @@ -1,6 +1,11 @@ # applied automatically by https://github.com/Faithlife/RepoConventionsApplier (DO NOT REMOVE THIS LINE) conventions: - path: Faithlife/CodingGuidelines/conventions/faithlife-dotnet-library + - path: Faithlife/CodingGuidelines/conventions/update-nuget-packages + settings: + rules: + - packages: [FluentAssertions] + version: "[,8)" pull-request: reviewers: diff --git a/Directory.Build.props b/Directory.Build.props index 29b669e..297a759 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -17,11 +17,10 @@ true en-US embedded - MIT - https://github.com/$(GitHubOrganization)/$(RepositoryName) - https://github.com/$(GitHubOrganization)/$(RepositoryName)/blob/master/ReleaseNotes.md + https://github.com/$(GitHubOrganization)/$(RepositoryName) + https://github.com/$(GitHubOrganization)/$(RepositoryName)/blob/master/ReleaseNotes.md https://github.com/$(GitHubOrganization)/$(RepositoryName).git - Faithlife + $(GitHubOrganization) Copyright $(Authors) true latest-all diff --git a/Directory.Packages.props b/Directory.Packages.props index 96123bc..c47ce35 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -7,11 +7,11 @@ - - - - - + + + + +