Bannerlord.ChangelogParser 1.0.7.9

dotnet tool install --global Bannerlord.ChangelogParser --version 1.0.7.9
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local Bannerlord.ChangelogParser --version 1.0.7.9
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Bannerlord.ChangelogParser&version=1.0.7.9
nuke :add-package Bannerlord.ChangelogParser --version 1.0.7.9

Bannerlord.ChangelogParser

Simple tool that parses a custom changelog format inspired by Factorio.

Requirements

Requires BUTR GitHub Package Registry to be added.

nuget sources add -name "BUTR" -Source https://nuget.pkg.github.com/BUTR/index.json -Username YOURGITHUBUSERNAME -Password YOURGITHUBTOKEN

Installation

dotnet tool install -g Bannerlord.ChangelogParser

Example

When installed as a global tool:

bannerlord_changelog_parser latestversion -f "$PWD/changelog.txt"

bannerlord_changelog_parser description -f "$PWD/changelog.txt"
bannerlord_changelog_parser description -v "3.1.0" -f "$PWD/changelog.txt"

bannerlord_changelog_parser fulldescription -f "$PWD/changelog.txt"
bannerlord_changelog_parser fulldescription -v "3.1.0" -f "$PWD/changelog.txt"

bannerlord_changelog_parser gameversion -f "$PWD/changelog.txt"
bannerlord_changelog_parser gameversion -v "3.1.0" -f "$PWD/changelog.txt"

Check this for a workflow example.

Changelog Format

---------------------------------------------------------------------------------------------------
Version: 3.1.10
Game Versions: e1.4.0,e1.4.1,e1.4.2
* Fixed GroupToggle in Fluent API
* Better Prefab loading
* Fixed Ctrl+V in Edit Box
* Fixed 'random' crash in Edit Box
---------------------------------------------------------------------------------------------------
Version: 3.1.9
Game Versions: e1.4.0,e1.4.1,e1.4.2
* Fixed Group translation bug
* Fixed Fluent API settings loading
* Fixed XML settings reading
---------------------------------------------------------------------------------------------------

fulldescription command output

For e1.4.0/e1.4.1/e1.4.2
* Fixed Group translation bug
* Fixed Fluent API settings loading
* Fixed XML settings reading
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
1.0.7.9 1,687 10/19/2022
1.0.7.7 604 5/23/2022
1.0.7.6 403 5/23/2022
1.0.7.5 443 3/29/2022
1.0.7.4 436 3/19/2022
1.0.7.2 588 12/11/2021
1.0.7 303 12/10/2021
1.0.6 369 10/29/2021