mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-04 12:25:19 -04:00

* Add asmdef and Addressable content build in the builder * Move asmdef content into its own directory * Mark UnityBuilderAction as Editor-only
11 lines
192 B
C#
11 lines
192 B
C#
namespace UnityBuilderAction.Versioning
|
|
{
|
|
public static class VersionGenerator
|
|
{
|
|
public static string Generate()
|
|
{
|
|
return Git.GenerateSemanticCommitVersion();
|
|
}
|
|
}
|
|
}
|