Skip to content

Commit

Permalink
Version 2.2.0.0 - final countdown...
Browse files Browse the repository at this point in the history
# Version 2.2.0.0 - final countdown...
- <p style="color: #FF0000;"><b>DO A CLEAN INSTALL: DELETE EXISTING THEN RE-INSTALL</color></b></p>

- usual spring cleaning and automation
- update folder structure
- update to modern back-end automation
- resolves issue #6
## Update
- recompile for KSP 1.12.x
- to .NET 4.7.2
- to C# 9.0
- to Version.tt [v2.0.0.0]
## correct
- changelog thank you to 7ranceaddic7
  • Loading branch information
zer0Kerbal committed Jul 20, 2021
1 parent c091dae commit 392e595
Show file tree
Hide file tree
Showing 14 changed files with 378 additions and 1,234 deletions.
14 changes: 10 additions & 4 deletions Changelog.cfg
Expand Up @@ -2,7 +2,7 @@ KERBALCHANGELOG
{
showChangelog = true
modName = Oy!Scrap!
license = MIT
license = Expat/MIT
author = magico13, severedsolo, zer0Kerbal
VERSION
{
Expand All @@ -16,10 +16,16 @@ KERBALCHANGELOG
subChange = recompile for KSP 1.12.1
subChange = use .net 4.7.2
subChange = use C# 9.0
subChange = update AssemblyFileVersion.tt
subChange = pull upstream changes from SeveredSolo (thank you)
subChange = update to Version.tt [v2.0.0.0]
subChange = pull upstream changes from severedsolo (thank you)
}
CHANGE
{
change = Update
subChange = usual spring cleaning and automation
subChange = folder structure
subChange = to modern back-end automation
}

}
VERSION
{
Expand Down
25 changes: 24 additions & 1 deletion GameData/OhScrap/Changelog.cfg
Expand Up @@ -2,9 +2,32 @@ KERBALCHANGELOG
{
showChangelog = true
modName = Oy!Scrap!
license = MIT
license = Expat/MIT
author = magico13, severedsolo, zer0Kerbal
VERSION
{
version = 2.2.0.0
versionDate = 19 JuL 2021
versionKSP = 1.12.1
versionName = Final Countdown...
CHANGE
{
change = Code
subChange = recompile for KSP 1.12.1
subChange = use .net 4.7.2
subChange = use C# 9.0
subChange = update to Version.tt [v2.0.0.0]
subChange = pull upstream changes from severedsolo (thank you)
}
CHANGE
{
change = Update
subChange = usual spring cleaning and automation
subChange = folder structure
subChange = to modern back-end automation
}
}
VERSION
{
version = 2.1.1.1
versionDate = 02 Jun 2021
Expand Down
16 changes: 8 additions & 8 deletions GameData/OhScrap/OhScrap.version
Expand Up @@ -6,33 +6,33 @@
"GITHUB" :
{
"USERNAME" : "zer0Kerbal",
"REPOSITORY" :"OhScrap",
"REPOSITORY" : "OhScrap",
"ALLOW_PRE_RELEASE": false
},
"VERSION" :
{
"MAJOR" : 2,
"MINOR" : 1,
"PATCH" : 1,
"BUILD" : 1
"MINOR" : 2,
"PATCH" : 0,
"BUILD" : 0
},
"KSP_VERSION" :
{
"MAJOR" : 1,
"MINOR" : 9,
"MINOR" : 12,
"PATCH" : 1
},
"KSP_VERSION_MIN" :
{
"MAJOR" : 1,
"MINOR" : 9,
"MINOR" : 8,
"PATCH" : 0
},
"KSP_VERSION_MAX" :
{
"MAJOR" : 1,
"MINOR" : 11,
"PATCH" : 99
"MINOR" : 12,
"PATCH" : 9999
},
"INSTALL_LOC" :
{
Expand Down
2 changes: 1 addition & 1 deletion GameData/OhScrap/Patches/FailureRepairSkill.cfg
Expand Up @@ -21,5 +21,5 @@
}
}

// CC BY-NC-SA-4.0
// GPLv2
// zer0Kerbal
99 changes: 99 additions & 0 deletions GameData/OhScrap/Plugins/OhScrap.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 392e595

Please sign in to comment.