Skip to content

Commit 602ef80

Browse files
Merge pull request TheDarkBadger#3 from TheDarkBadger/Update/1.9.0
Recompiled to v1.9.0
2 parents 7bdb612 + ff2e6f3 commit 602ef80

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
32 KB
Binary file not shown.
1.45 MB
Binary file not shown.

SharedAssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@
77
[assembly: AssemblyDescription("KSP Plugin to render distant planets and spacecraft")]
88
[assembly: AssemblyConfiguration("")]
99
[assembly: AssemblyCompany("Duckytopia / MOARdV / TheDarkBadger")]
10-
[assembly: AssemblyCopyright("Copyright © 2014-2019")]
10+
[assembly: AssemblyCopyright("Copyright © 2014-2020")]
1111
[assembly: AssemblyTrademark("")]
1212
[assembly: AssemblyCulture("")]
1313

1414
// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
1515
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
1616
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
17-
[assembly: AssemblyVersion("1.9.1.*")]
17+
[assembly: AssemblyVersion("2.0.0.2")]
1818

1919
// Use KSPAssembly to allow other DLLs to make this DLL a dependency in a
2020
// non-hacky way in KSP. Format is (AssemblyProduct, major, minor), and it
2121
// does not appear to have a hard requirement to match the assembly version.
22-
[assembly: KSPAssembly("DistantObject", 1, 5)]
22+
[assembly: KSPAssembly("DistantObject", 2, 0)]
2323

2424
// The following attributes are used to specify the signing key for the assembly,
2525
// if desired. See the Mono documentation for more information about signing.

0 commit comments

Comments
 (0)