Skip to content

Releases: nunit/docfx-action

v2.0.0-preview.2

05 Jan 02:31
327c70c
Compare
Choose a tag to compare
v2.0.0-preview.2 Pre-release
Pre-release

What's Changed

Full Changelog: v2.0.0-preview.1...v2.0.0-preview.2

v2.0.0-preview.1

04 Jan 04:50
a156c66
Compare
Choose a tag to compare
v2.0.0-preview.1 Pre-release
Pre-release

Some big (and breaking!) changes in this release.

  • Moved to .NET SDK Ubuntu "Jammy" as the base image
  • We are now using the preview version 2.60.0-preview.2 of docfx, because
  • ...docfx can now be installed as a global tool
  • ...which cuts down on 90% of the other things we were doing in the container.

My hope is that the docfx tooling changes will allow this repo/action to become obsolete, but in the meantime, this is a lovely step.

v1.12.0

01 Jan 20:15
46fed94
Compare
Choose a tag to compare

A quick attempt at a fix for an issue with a later git version on Debian. We are marking a directory as safe so that git does not throw a dubious ownership error later during some CI processes.

What's Changed

Full Changelog: v1.11.0...V1.12.0

v1.11.0 -- Upgrade to docfx 2.59.4

08 Sep 11:54
930762c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.10.0...v1.11.0

v1.10.0 -- Upgrade to docfx 2.59.3

11 Jul 12:26
bc06b26
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.9.0...v1.10.0

v1.9.0 - Update to docfx v2.59.2

14 Apr 12:22
71c11aa
Compare
Choose a tag to compare

What's Changed

  • Bump version of docfx to 2.59.2 (thanks @Arhell!)

New Contributors

Full Changelog: v1.8.0...v1.9.0

v1.8.0 - Update to docfx v2.59.1

02 Apr 03:28
abd2233
Compare
Choose a tag to compare
Update to docfx 2.59.1

v1.7.0 -- Move to .NET 6 SDK within container

16 Dec 00:17
43448b4
Compare
Choose a tag to compare
Use full version number in .NET SDK 6

v1.6.0 -- docfx version update; add wkhtmltopdf

16 Dec 00:03
0857394
Compare
Choose a tag to compare
  • Adds wkhtmltopdf to container image (seen in the upstream project)
  • Updates docfx from 2.58.2 --> 2.58.9

v1.5.0 -- Use local Dockerfile

21 Sep 18:16
e4450f2
Compare
Choose a tag to compare

This release switches the GitHub action to use the local Dockerfile that's part of the repository, reducing the dependency on a published Docker image.