HolzShots icon indicating copy to clipboard operation
HolzShots copied to clipboard

Simplify Build Script

Open nikeee opened this issue 2 years ago • 1 comments

This is filled by a script that runs in the CI build:

// 1.0.0-beta.2+deadbeef
// These info is filled by build script
public const string VersionFormal = "%VERSION%"; // 1.0.0
private const string ReleaseSuffix = "%RELEASE-SUFFIX%"; // -beta
public const string CommitsSinceTag = "%COMMITS-SINCE-TAG%"; // .2
public const string CommitId = "%COMMIT-ID%"; // +deadbeef

Maybe we can use ThisAssembly.Git for that.

nikeee avatar Jun 14 '23 20:06 nikeee

Depends on #176

nikeee avatar Jun 14 '23 20:06 nikeee