Skip to content

Commit

Permalink
Merge pull request #3 from TheDarkBadger/Update/1.9.0
Browse files Browse the repository at this point in the history
Recompiled to v1.9.0
  • Loading branch information
TheDarkBadger authored Feb 14, 2020
2 parents 7bdb612 + ff2e6f3 commit 602ef80
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file not shown.
Binary file not shown.
6 changes: 3 additions & 3 deletions SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@
[assembly: AssemblyDescription("KSP Plugin to render distant planets and spacecraft")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Duckytopia / MOARdV / TheDarkBadger")]
[assembly: AssemblyCopyright("Copyright © 2014-2019")]
[assembly: AssemblyCopyright("Copyright © 2014-2020")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// 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.9.1.*")]
[assembly: AssemblyVersion("2.0.0.2")]

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

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

0 comments on commit 602ef80

Please sign in to comment.