/nuget-packages

A collection of libraries I have written.

Primary LanguageCSSGNU General Public License v2.0GPL-2.0

NuGet-Packages

Nuget

Nuget

GitHub Repo stars

Azure DevOps builds

Azure DevOps builds

A small collection of simple methods that I have created

Documentation at https://minecraftchest1.github.io/nuget-packages/

Source code is avaible at

Building

Required tools

  • .Net core 5.0
  • Doxygen

Build steps

Run the build.sh or build.ps1 script in the root of the repository. This will build the project in its subdirectory and place it in its bin folder.

The automatically generated documentation in html format is placed in the html folder in the repro root. Other formats can be found in the Doxygen subfolder in the repro root.

Changelog

1.5.3

  • Bugfix: Remove "DEBUG: " from OutputColor() method.

1.5.2

  • Fix accessibility modifiers.

1.5.1

  • Add OutputColor() method.

1.4.1

  • Make 'Utils.Seperator()' public.

1.4.0

  • Bring up to date with nuget.

1.3.0

  • Add Utils.Seperator() method.

1.2.3

  • Add option to customize pasue() behavior.
  • Fix build.sh script.

1.2.2

  • Add ArrayToString function.

1.2.1

  • Change to using Major.Minor.Patch[-Suffix] versioning system.