Skip to content

Releases: solarwinds/net-changesets

0.1.3

23 Dec 12:56
993fd6b

Choose a tag to compare

Patch Changes:

  • [#6] Add Code of Conduct (PR #13) by @JanBez
  • [#6] Add Contributor Covenant Code of Conduct (PR #14) by @JanBez
  • [#12] Add -v, --version option to changeset CLI and other small fixes (PR #15) by @magiino

Full Changelog: 0.1.2...0.1.3

NuGet version (SolarWinds.Changesets)

0.1.2

16 Nov 12:35
de516a1

Choose a tag to compare

Patch Changes:

  • [NO-ISSUE] Add security info file (PR #5) by @JanBez
  • [#9] Copilot instructions and minor improvements for first start (PR #10) by @jvilimek
  • [#8] Improved error handling when the changeset is not initialized. (PR #11) by @jvilimek

New Contributors

Full Changelog: 0.1.1...0.1.2

NuGet version (SolarWinds.Changesets)

0.1.1

16 Nov 12:30
aa18e11

Choose a tag to compare

Patch Changes:

Full Changelog: 0.1.0...0.1.1

NuGet version (SolarWinds.Changesets)

0.1.0

16 Nov 12:21
df21f5c

Choose a tag to compare

Minor Changes:

  • [#1] Initial release of .NET Changesets CLI tool (PR #2) by @magiino
    • USAGE: changeset [OPTIONS] [COMMAND]
    • Currently Supported Options:
      • -h, --help
    • Currently Supported Commands:
      • init
      • add
      • version
      • publish
      • status

New Contributors