Skip to content

Commit 79f3bf6

Browse files
committed
Use 3-component version in the version file
1 parent 89015d6 commit 79f3bf6

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

GameData/KSPCommunityFixes/KSPCommunityFixes.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"NAME": "KSPCommunityFixes",
33
"URL": "https://raw.githubusercontent.com/KSPModdingLibs/KSPCommunityFixes/master/GameData/KSPCommunityFixes/KSPCommunityFixes.version",
44
"DOWNLOAD": "https://github.com/KSPModdingLibs/KSPCommunityFixes/releases",
5-
"VERSION": "1.40.1.0",
5+
"VERSION": "1.40.1",
66
"KSP_VERSION": "1.12.5",
77
"KSP_VERSION_MIN": "1.8.0",
88
"KSP_VERSION_MAX": "1.12.5"

KSPCommunityFixes/KSPCommunityFixes.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
<ItemGroup>
4848
<KSPVersionFile Include="$(KSPBT_ModRoot)\$(AVCFilename)">
4949
<Destination>$(KSPBT_ModRoot)\$(AVCFilename)</Destination>
50+
<Version>$(Version)</Version>
5051
<URL>https://raw.githubusercontent.com/KSPModdingLibs/KSPCommunityFixes/master/GameData/KSPCommunityFixes/KSPCommunityFixes.version</URL>
5152
<Download>https://github.com/KSPModdingLibs/KSPCommunityFixes/releases</Download>
5253
<KSP_Version>1.12.5</KSP_Version>

0 commit comments

Comments
 (0)