CodeGeneration: Updating website protocol to HTTPS in extension manifest templates

This commit is contained in:
Lombiq 2019-02-27 15:45:27 +01:00 committed by Benedek Farkas
parent b912594699
commit 8a44db7439
2 changed files with 2 additions and 2 deletions
src/Orchard.Web/Modules/Orchard.CodeGeneration/CodeGenerationTemplates

View File

@ -1,7 +1,7 @@
Name: $$ModuleName$$ Name: $$ModuleName$$
AntiForgery: enabled AntiForgery: enabled
Author: The Orchard Team Author: The Orchard Team
Website: http://orchardproject.net Website: https://orchardproject.net
Version: 1.0 Version: 1.0
OrchardVersion: 1.10.3 OrchardVersion: 1.10.3
Description: Description for the module Description: Description for the module

View File

@ -1,6 +1,6 @@
Name: $$ThemeName$$ Name: $$ThemeName$$
Author: The Orchard Team Author: The Orchard Team
Website: http://www.orchardproject.net Website: https://www.orchardproject.net
Description: Description for the theme Description: Description for the theme
Version: 1.0 Version: 1.0
BaseTheme: $$BaseTheme$$ BaseTheme: $$BaseTheme$$