Skip to content

Commit

Permalink
feat: Increased version of docfx to 2.75.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
hennadiilu committed Mar 22, 2024
1 parent 90b87ec commit 0512fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Heleonix.Build/Tasks/Hx_NetSetupTool.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ protected override void ExecuteInternal()
if ("docfx".Equals(this.Name, StringComparison.OrdinalIgnoreCase))
{
this.PackageName = "docfx";
this.Version = "2.74.1";
this.Version = "2.75.2";
}

if ("extent".Equals(this.Name, StringComparison.OrdinalIgnoreCase))
Expand Down

0 comments on commit 0512fc4

Please sign in to comment.