Files
UnrealEngineUWP/Engine/Plugins/Developer/PlasticSourceControl/PlasticSourceControl.uplugin
SRombauts 07e56bd041 PR #10129: [Source Control] Update the Plastic SCM plugin to version 1.8.0 (from 1.6.2) (Contributed by SRombauts)
#Jira UE-177799
#rb brooke.hubert
#preflight 63f400211d71bcd26257d30b
#lockdown jeanmichel.dignard

[CL 24343515 by SRombauts in ue5-main branch]
2023-02-21 13:08:07 -05:00

28 lines
692 B
Plaintext

{
"FileVersion": 3,
"Version": 80,
"VersionName": "1.8.0",
"FriendlyName": "Plastic SCM",
"Description": "Plastic source control management",
"Category": "Source Control",
"CreatedBy": "SRombauts for Codice Software.",
"CreatedByURL": "https://srombauts.github.io",
"DocsURL": "https://github.com/PlasticSCM/UEPlasticPlugin",
"MarketplaceURL": "",
"SupportURL": "https://plasticscm.com/support",
"EnabledByDefault": true,
"CanContainContent": false,
"IsBetaVersion": false,
"Installed": false,
"Modules": [
{
"Name": "PlasticSourceControl",
"Type": "UncookedOnly",
"LoadingPhase": "EarliestPossible",
"PlatformAllowList": [
"Win64",
"Linux"
]
}
]
}