Skip to content

Commit

Permalink
Fixed validation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Dec 23, 2023
1 parent eb0039a commit b24b438
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,15 @@
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<UseSystemResourceKeys>true</UseSystemResourceKeys>
<WarningsAsErrors />
<EnablePackageValidation>true</EnablePackageValidation>
</PropertyGroup>
<PropertyGroup>
<Authors>$(Company)</Authors>
<Company>FunFair</Company>
<Description>Build versioning.</Description>
<NeutralLanguage>en</NeutralLanguage>
<PackageTags>FunFair BuildVersion, Version number generator, GitVersion, dotnet tool, tool</PackageTags>
<RepositoryUrl>https://github.com/funfair-tech/funfair-build-version</RepositoryUrl>
</PropertyGroup>
<PropertyGroup>
<AnalysisLevel>latest</AnalysisLevel>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,15 @@
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<UseSystemResourceKeys>true</UseSystemResourceKeys>
<WarningsAsErrors />
<EnablePackageValidation>true</EnablePackageValidation>
</PropertyGroup>
<PropertyGroup>
<Authors>$(Company)</Authors>
<Company>FunFair</Company>
<Description>Build versioning intefaces.</Description>
<NeutralLanguage>en</NeutralLanguage>
<PackageTags>FunFair BuildVersion, Version number generator, GitVersion, dotnet tool, tool</PackageTags>
<RepositoryUrl>https://github.com/funfair-tech/funfair-build-version</RepositoryUrl>
</PropertyGroup>
<PropertyGroup>
<AnalysisLevel>latest</AnalysisLevel>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,15 @@
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<UseSystemResourceKeys>true</UseSystemResourceKeys>
<WarningsAsErrors />
<EnablePackageValidation>true</EnablePackageValidation>
</PropertyGroup>
<PropertyGroup>
<Authors>$(Company)</Authors>
<Company>FunFair</Company>
<Description>Build version publishing.</Description>
<NeutralLanguage>en</NeutralLanguage>
<PackageTags>FunFair BuildVersion, Version number generator, GitVersion, dotnet tool, tool</PackageTags>
<RepositoryUrl>https://github.com/funfair-tech/funfair-build-version</RepositoryUrl>
</PropertyGroup>
<PropertyGroup>
<AnalysisLevel>latest</AnalysisLevel>
Expand Down

0 comments on commit b24b438

Please sign in to comment.