Namespace i5.Toolkit.Core.VersionTool
Classes
GitEditorMenu
Creates a menu entry in the top menu of Unity
GitRunner
Bridge to the git command line interface
GitVersionBuildStep
Logic for the build step that applies the git version
GitVersionCalculator
Uses Git to calculate the version of the application
PostBuildVersionCleanup
Clean up step that is executed after the build Resets version values which have been altered by the version tool This happens so that version control does not detect changes after the build
PreBuildVersioning
Pre-Build step which replaces placeholders
VersionCache
Cache for the version settings so that they can be restored after the build
VersionUtilities
Common functions working with versions
Interfaces
IGitRunner
Bridge to git's command line interface
IGitVersionCalculator
Version calculator based on Git