mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-04-29 19:14:22 +08:00
CodeGeneration: Updating website protocol to HTTPS in extension manifest templates
This commit is contained in:
parent
b912594699
commit
8a44db7439
src/Orchard.Web/Modules/Orchard.CodeGeneration/CodeGenerationTemplates
@ -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
|
||||||
|
@ -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$$
|
||||||
|
Loading…
Reference in New Issue
Block a user