Skip to content

Commit

Permalink
Added EC consumption to GPS receivers
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxgurugamer committed Nov 20, 2018
1 parent 8262e0e commit fb83564
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 3 deletions.
3 changes: 3 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
1.1.0.12
Added EC consumption to GPS receivers

1.1.0.11
Version bump for 1.5 rebuild

Expand Down
2 changes: 1 addition & 1 deletion GameData/KerbalGPS/KerbalGPS.version
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"MAJOR": 1,
"MINOR": 1,
"PATCH": 0,
"BUILD": 11
"BUILD": 12
},
"KSP_VERSION": {
"MAJOR": 1,
Expand Down
2 changes: 1 addition & 1 deletion KerbalGPS.version
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"MAJOR": 1,
"MINOR": 1,
"PATCH": 0,
"BUILD": 11
"BUILD": 12
},
"KSP_VERSION": {
"MAJOR": 1,
Expand Down
2 changes: 1 addition & 1 deletion KerbalGPS/AssemblyVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

using System.Reflection;

[assembly: AssemblyVersion("1.1.0.11")]
[assembly: AssemblyVersion("1.1.0.12")]
8 changes: 8 additions & 0 deletions KerbalGPS/KerbalGPS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -78,16 +78,24 @@
<PostBuildEvent>
start /D D:\Users\jbb\github\KerbalGPS/WAIT deploy.bat $(TargetDir) $(TargetFileName)



if $(ConfigurationName) == Release (



start /D D:\Users\jbb\github\KerbalGPS /WAIT buildRelease.bat $(TargetDir) $(TargetFileName)



)</PostBuildEvent>
</PropertyGroup>
<PropertyGroup>
<PreBuildEvent>
set textTemplatingPath="%25ProgramFiles(x86)%25\Microsoft Visual Studio\2017\Community\Common7\IDE\texttransform.exe"



%25textTemplatingPath%25 "$(ProjectDir)AssemblyVersion.tt"

</PreBuildEvent>
Expand Down

0 comments on commit fb83564

Please sign in to comment.