14 lines
324 B
C#
14 lines
324 B
C#
using OrchardCore.Modules.Manifest;
|
|
|
|
[assembly: Module(
|
|
Name = "Overseas Auto Protection API",
|
|
Author = "Overseas Auto Protection",
|
|
Website = "https://oaprotection.org/api/",
|
|
Version = "0.0.1",
|
|
Description = "API for OAP services",
|
|
Category = "Content Management",
|
|
Dependencies = [
|
|
"OAP.Content"
|
|
]
|
|
)]
|