diff --git a/Directory.Build.targets b/Directory.Build.targets new file mode 100644 index 0000000..ec55b38 --- /dev/null +++ b/Directory.Build.targets @@ -0,0 +1,16 @@ + + + + + + false + main + + + + + $(GitSemVerMajor).$(GitSemVerMinor).$(GitSemVerPatch) + $(Version); git-rev-head:$(GitCommit); git-branch:$(GitBranch) + + + diff --git a/GitInfo.txt b/GitInfo.txt new file mode 100644 index 0000000..9f8e9b6 --- /dev/null +++ b/GitInfo.txt @@ -0,0 +1 @@ +1.0 \ No newline at end of file