Skip to content

Commit

Permalink
Version
Browse files Browse the repository at this point in the history
  • Loading branch information
DMagic1 committed Aug 15, 2020
1 parent b283e2a commit 0ed62eb
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions SCANassets/SCANsat.version
Expand Up @@ -10,13 +10,13 @@
"VERSION":{
"MAJOR":1,
"MINOR":20,
"PATCH":2,
"PATCH":3,
"BUILD":0
},
"KSP_VERSION":{
"MAJOR":1,
"MINOR":10,
"PATCH":0
"PATCH":1
},
"KSP_VERSION_MIN":{
"MAJOR":1,
Expand Down
6 changes: 3 additions & 3 deletions SCANmechjeb/Properties/AssemblyInfo.cs
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.20.2.0")]
[assembly: AssemblyFileVersion("1.20.2.0")]
[assembly: AssemblyInformationalVersion ("v20.2")]
[assembly: AssemblyVersion("1.20.3.0")]
[assembly: AssemblyFileVersion("1.20.3.0")]
[assembly: AssemblyInformationalVersion ("v20.3")]

[assembly: KSPAssembly ("SCANmechjeb", 0, 5)]
[assembly: KSPAssemblyDependency ("SCANsat", 1, 20)]
Expand Down
4 changes: 2 additions & 2 deletions SCANsat.Unity/Properties/AssemblyInfo.cs
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.20.2.0")]
[assembly: AssemblyFileVersion("1.20.2.0")]
[assembly: AssemblyVersion("1.20.3.0")]
[assembly: AssemblyFileVersion("1.20.3.0")]
6 changes: 3 additions & 3 deletions SCANsat/Properties/AssemblyInfo.cs
Expand Up @@ -14,9 +14,9 @@
// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
[assembly: AssemblyVersion ("1.20.2.0")]
[assembly: AssemblyFileVersion ("1.20.2.0")]
[assembly: AssemblyInformationalVersion ("v20.2")]
[assembly: AssemblyVersion ("1.20.3.0")]
[assembly: AssemblyFileVersion ("1.20.3.0")]
[assembly: AssemblyInformationalVersion ("v20.3")]

[assembly: KSPAssembly ("SCANsat", 1, 20)]

Expand Down

0 comments on commit 0ed62eb

Please sign in to comment.