Skip to content

Commit 17188c3

Browse files
authored
Merge pull request #2 from Falki-git/dev
Update to support CKAN
2 parents 197fad4 + 2433c76 commit 17188c3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

SkipSplashScreen.sln

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Global
1313
Release|Any CPU = Release|Any CPU
1414
EndGlobalSection
1515
GlobalSection(ProjectConfigurationPlatforms) = postSolution
16-
{33BAC972-A308-438B-9C9E-06ECA2CEB7BD}.Debug|Any CPU.ActiveCfg = Deploy|Any CPU
17-
{33BAC972-A308-438B-9C9E-06ECA2CEB7BD}.Debug|Any CPU.Build.0 = Deploy|Any CPU
16+
{33BAC972-A308-438B-9C9E-06ECA2CEB7BD}.Debug|Any CPU.ActiveCfg = DeployAndRun|Any CPU
17+
{33BAC972-A308-438B-9C9E-06ECA2CEB7BD}.Debug|Any CPU.Build.0 = DeployAndRun|Any CPU
1818
{33BAC972-A308-438B-9C9E-06ECA2CEB7BD}.Deploy|Any CPU.ActiveCfg = Deploy|Any CPU
1919
{33BAC972-A308-438B-9C9E-06ECA2CEB7BD}.Deploy|Any CPU.Build.0 = Deploy|Any CPU
2020
{33BAC972-A308-438B-9C9E-06ECA2CEB7BD}.DeployAndRun|Any CPU.ActiveCfg = DeployAndRun|Any CPU

plugin_template/swinfo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"name": "Skip Splash Screen",
66
"description": "Skips the splash screen and health warning. To be used only for developing mods (faster iteration).",
77
"source": "https://github.com/Falki-git/SkipSplashScreen",
8-
"version": "1.1.0",
8+
"version": "1.1.1",
99
"version_check": "https://raw.githubusercontent.com/Falki-git/SkipSplashScreen/master/plugin_template/swinfo.json",
1010
"ksp2_version": {
1111
"min": "0.1.3",

0 commit comments

Comments
 (0)