Skip to content

Commit

Permalink
Merge pull request #21 from Ellerbach/fix-gitversion-task
Browse files Browse the repository at this point in the history
Upgraded GitVersion task package
  • Loading branch information
mtirionMSFT authored Jan 30, 2023
2 parents b6e59b5 + 5a12db3 commit 20221fd
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 16 deletions.
1 change: 1 addition & 0 deletions deploy/chocolatey/docfx-companion-tools.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
* DocFxTocGenerator - generates a table of contents from a folder-structure with MD-files.
* DocLinkChecker - a validation tool for checking links and attachments used in MD-files.
* DocLanguageTranslator - an automatic translator of MD-files using Azure Cognitive Services.
* DocFxOpenApi - converts existing OpenAPI specification files into the format compatible with DocFX.
</description>
<!--releaseNotes>See https://github.com/mtirion/tirchocotestnew/blob/main/RELEASENOTE.md</releaseNotes -->
</metadata>
Expand Down
4 changes: 0 additions & 4 deletions src/DocFxOpenApi/DocFxOpenApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@

<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.8.0" />
<PackageReference Include="GitVersionTask" Version="5.5.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.OpenApi.Readers" Version="1.5.0" />
</ItemGroup>
</Project>
4 changes: 0 additions & 4 deletions src/DocFxTocGenerator/DocFxTocGenerator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@

<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.8.0" />
<PackageReference Include="GitVersionTask" Version="5.5.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.OpenApi.Readers" Version="1.5.0" />
</ItemGroup>
</Project>
4 changes: 0 additions & 4 deletions src/DocLanguageTranslator/DocLanguageTranslator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@

<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.8.0" />
<PackageReference Include="GitVersionTask" Version="5.5.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Markdig.Signed" Version="0.26.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>
Expand Down
4 changes: 0 additions & 4 deletions src/DocLinkChecker/DocLinkChecker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,5 @@

<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.8.0" />
<PackageReference Include="GitVersionTask" Version="5.5.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
</Project>
4 changes: 4 additions & 0 deletions src/build/dotnet/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="GitVersion.MsBuild" Version="5.12.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
<PropertyGroup>
<LangVersion>9.0</LangVersion>
Expand Down

0 comments on commit 20221fd

Please sign in to comment.