mirror of
https://github.com/unclshura/splitter.git
synced 2026-06-21 16:12:01 +00:00
10 lines
239 B
Plaintext
10 lines
239 B
Plaintext
// Auto-generated. Do not edit.
|
|
namespace splitter;
|
|
|
|
internal static class ThisAssembly
|
|
{
|
|
public const string Version = "@VERSION@";
|
|
public const string BuildNumber = "@BUILDNUMBER@";
|
|
public const string Commit = "@COMMIT@";
|
|
}
|