Skip to content

Commit

Permalink
remove build element from version files
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyOThan committed Sep 13, 2024
1 parent 4a7bce2 commit 66380ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
{
"MAJOR": @VERSION_MAJOR@,
"MINOR": @VERSION_MINOR@,
"PATCH": @VERSION_PATCH@,
"BUILD": @VERSION_BUILD@
"PATCH": @VERSION_PATCH@
},
"KSP_VERSION":
{
Expand Down
2 changes: 1 addition & 1 deletion SharedAssemblyInfo.cs.versiontemplate
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ using System.Runtime.CompilerServices;
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

[assembly: AssemblyVersion("@VERSION_MAJOR@.@VERSION_MINOR@.@VERSION_PATCH@.@VERSION_BUILD@")]
[assembly: AssemblyVersion("@VERSION_MAJOR@.@VERSION_MINOR@.@VERSION_PATCH@")]

// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.
Expand Down

0 comments on commit 66380ab

Please sign in to comment.