Skip to content

Commit fab4537

Browse files
committed
Merge pull request #62 from S-C-A-N/v6.1
For 0.24 update, SCANsatRPM incorporated
2 parents 8777b84 + 7ca6e46 commit fab4537

37 files changed

+1553
-830
lines changed

Properties/AssemblyInfo.cs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
1616
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
1717
[assembly: AssemblyVersion ("1.0.6.0")]
18-
// The following attributes are used to specify the signing key for the assembly,
19-
// if desired. See the Mono documentation for more information about signing.
20-
//[assembly: AssemblyDelaySign(false)]
21-
//[assembly: AssemblyKeyFile("")]
18+
[assembly: AssemblyFileVersion("1.0.6.1")]
19+
[assembly: AssemblyInformationalVersion("v6.1")]
2220

21+
[assembly: KSPAssembly("SCANsat", 0, 61)]

SCANassets/Flags/SCANsat_Flag.png

75.3 KB
Loading

SCANassets/Icons/SCANsat_Icon.png

16.3 KB
Loading
16.3 KB
Loading
18.2 KB
Loading
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
@PART[*]:HAS[@MODULE[RasterPropMonitorComputer]]
2+
3+
{
4+
5+
MODULE
6+
7+
{
8+
9+
name = SCANsat
10+
11+
sensorType = 0
12+
13+
fov = 0
14+
15+
min_alt = 0
16+
17+
max_alt = 0
18+
19+
best_alt = 0
20+
21+
scanName = Eyeball Scan
22+
23+
power = 0.05
24+
25+
}
26+
27+
}
File renamed without changes.

0 commit comments

Comments
 (0)