Skip to content

Commit

Permalink
Version
Browse files Browse the repository at this point in the history
  • Loading branch information
DMagic1 committed Dec 31, 2018
1 parent 12d5447 commit 93d212f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 9 deletions.
8 changes: 4 additions & 4 deletions SCANassets/SCANsat.version
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"MAJOR":1,
"MINOR":1,
"PATCH":8,
"BUILD":9
"BUILD":10
},
"KSP_VERSION":{
"MAJOR":1,
"MINOR":5,
"PATCH":1
"MINOR":6,
"PATCH":0
},
"KSP_VERSION_MIN":{
"MAJOR":1,
Expand All @@ -25,7 +25,7 @@
},
"KSP_VERSION_MAX":{
"MAJOR":1,
"MINOR":5,
"MINOR":6,
"PATCH":8
}
}
6 changes: 3 additions & 3 deletions SCANmechjeb/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.8.9.0")]
[assembly: AssemblyFileVersion("1.8.9.0")]
[assembly: AssemblyInformationalVersion ("v18.9")]
[assembly: AssemblyVersion("1.8.10.0")]
[assembly: AssemblyFileVersion("1.8.10.0")]
[assembly: AssemblyInformationalVersion ("v18.10")]

[assembly: KSPAssembly ("SCANmechjeb", 0, 5)]
[assembly: KSPAssemblyDependency ("SCANsat", 1, 8)]
Expand Down
3 changes: 3 additions & 0 deletions SCANmechjeb/SCANmechjeb.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>xcopy /Y "$(TargetPath)" "C:\Users\DMagic\Documents\Visual Studio 2013\Projects\KSP Dev\1.4\Debug\Kerbal Space Program\GameData\SCANsat\Plugins\"</PostBuildEvent>
</PropertyGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
Expand Down
4 changes: 2 additions & 2 deletions SCANsat.Unity/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("0c523d04-a52e-48bb-85b6-d75e8b7a63b9")]

[assembly: AssemblyVersion("1.8.9.0")]
[assembly: AssemblyFileVersion("1.8.9.0")]
[assembly: AssemblyVersion("1.8.10.0")]
[assembly: AssemblyFileVersion("1.8.10.0")]

0 comments on commit 93d212f

Please sign in to comment.