diff --git a/README.md b/README.md index 3a251e1..a68541f 100644 --- a/README.md +++ b/README.md @@ -4,29 +4,31 @@ QQ 群:877196442 或者点击这里 ## [EasyOC.ActionReplace](src/Modules/EasyOC.ReplaceAction) -[![NuGet](https://img.shields.io/nuget/v/EasyOC.Users.svg)](https://www.nuget.org/packages/EasyOC.Users) +[![NuGet Badge](https://buildstats.info/nuget/EasyOC.ReplaceAction?includePreReleases=true)](https://www.nuget.org/packages/EasyOC.ReplaceAction) Replace the implementation of the specified controller action in OrchardCore ## [EasyOC.Users](src/Modules/EasyOC.Users) -[![NuGet](https://img.shields.io/nuget/v/EasyOC.Users.svg)](https://www.nuget.org/packages/EasyOC.Users) +[![NuGet Badge](https://buildstats.info/nuget/EasyOC.Users?includePreReleases=true)](https://www.nuget.org/packages/EasyOC.Users) This module implements some controller action replacement with the help of `EasyOC.ReplaceAction`. ## [EasyOC.SwaggerUI](src/Modules/EasyOC.SwaggerUI) -[![NuGet](https://img.shields.io/nuget/v/EasyOC.SwaggerUI.svg)](https://www.nuget.org/packages/EasyOC.SwaggerUI) +[![NuGet Badge](https://buildstats.info/nuget/EasyOC.SwaggerUI?includePreReleases=true)](https://www.nuget.org/packages/EasyOC.SwaggerUI) + - Adding Swagger UI support to OrchardCore - Integration OpenId code flow authentication ## [EasyOC.Workflows](src/Modules/EasyOC.Workflows) -[![NuGet](https://img.shields.io/nuget/v/EasyOC.Workflows.svg)](https://www.nuget.org/packages/EasyOC.Workflows) +[![NuGet Badge](https://buildstats.info/nuget/EasyOC.Workflows?includePreReleases=true)](https://www.nuget.org/packages/EasyOC.Workflows) + ### EasyOC.Workflows.Timers Make the Timer Workflow Activty support site time zone. ## [EasyOC.Deployment](src/Modules/EasyOC.Deployment) -[![NuGet](https://img.shields.io/nuget/v/EasyOC.Deployment.svg)](https://www.nuget.org/packages/EasyOC.Deployment) +[![NuGet Badge](https://buildstats.info/nuget/EasyOC.Deployment?includePreReleases=true)](https://www.nuget.org/packages/EasyOC.Deployment) Improve the OC `Deployment` feature diff --git a/src/Modules/EasyOC.Deployment/Readme.md b/src/Modules/EasyOC.Deployment/Readme.md index bc0e561..342a92f 100644 --- a/src/Modules/EasyOC.Deployment/Readme.md +++ b/src/Modules/EasyOC.Deployment/Readme.md @@ -15,7 +15,7 @@ Improve the OC `Deployment` feature, including ## Nuget -[![NuGet](https://img.shields.io/nuget/v/EasyOC.Deployment.svg)](https://www.nuget.org/packages/EasyOC.Deployment) +[![NuGet Badge](https://buildstats.info/nuget/EasyOC.Deployment?includePreReleases=true)](https://www.nuget.org/packages/EasyOC.Deployment) ## Orchard Core Reference diff --git a/src/Modules/EasyOC.ReplaceAction/Readme.md b/src/Modules/EasyOC.ReplaceAction/Readme.md index 4faaf67..06e488c 100644 --- a/src/Modules/EasyOC.ReplaceAction/Readme.md +++ b/src/Modules/EasyOC.ReplaceAction/Readme.md @@ -4,7 +4,7 @@ Replace the implementation of the specified controller action in OrchardCore ## Nuget -[![NuGet](https://img.shields.io/nuget/v/EasyOC.ReplaceAction.svg)](https://www.nuget.org/packages/EasyOC.ReplaceAction) +[![NuGet Badge](https://buildstats.info/nuget/EasyOC.ReplaceAction?includePreReleases=true)](https://www.nuget.org/packages/EasyOC.ReplaceAction) ## Orchard Core Reference diff --git a/src/Modules/EasyOC.SwaggerUI/readme.md b/src/Modules/EasyOC.SwaggerUI/readme.md index 044f959..dad2118 100644 --- a/src/Modules/EasyOC.SwaggerUI/readme.md +++ b/src/Modules/EasyOC.SwaggerUI/readme.md @@ -1,5 +1,5 @@ ## [EasyOC.SwaggerUI](src/Modules/EasyOC.SwaggerUI) -[![NuGet](https://img.shields.io/nuget/v/EasyOC.SwaggerUI.svg)](https://www.nuget.org/packages/EasyOC.SwaggerUI) +[![NuGet Badge](https://buildstats.info/nuget/EasyOC.SwaggerUI?includePreReleases=true)](https://www.nuget.org/packages/EasyOC.SwaggerUI) - Adding Swagger UI support to OrchardCore - Integration OpenId code flow authentication diff --git a/src/Modules/EasyOC.TestModule/Controllers/HomeController.cs b/src/Modules/EasyOC.TestModule/Controllers/HomeController.cs deleted file mode 100644 index b5dfb46..0000000 --- a/src/Modules/EasyOC.TestModule/Controllers/HomeController.cs +++ /dev/null @@ -1,17 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using Microsoft.AspNetCore.Mvc; - -namespace EasyOC.TestModule.Controllers -{ - public class HomeController : Controller - { - public ActionResult Index() - { - return View(); - } - } -} diff --git a/src/Modules/EasyOC.TestModule/EasyOC.TestModule.csproj b/src/Modules/EasyOC.TestModule/EasyOC.TestModule.csproj deleted file mode 100644 index 7614836..0000000 --- a/src/Modules/EasyOC.TestModule/EasyOC.TestModule.csproj +++ /dev/null @@ -1,21 +0,0 @@ - - - - net6.0 - true - False - enable - enable - - - - - - - - - - - - - diff --git a/src/Modules/EasyOC.TestModule/Manifest.cs b/src/Modules/EasyOC.TestModule/Manifest.cs deleted file mode 100644 index ddae916..0000000 --- a/src/Modules/EasyOC.TestModule/Manifest.cs +++ /dev/null @@ -1,10 +0,0 @@ -using OrchardCore.Modules.Manifest; - -[assembly: Module( - Name = "EasyOC.TestModule", - Author = "The Orchard Core Team", - Website = "https://orchardcore.net", - Version = "0.0.1", - Description = "EasyOC.TestModule", - Category = "Content Management" -)] diff --git a/src/Modules/EasyOC.TestModule/Startup.cs b/src/Modules/EasyOC.TestModule/Startup.cs deleted file mode 100644 index cc053d8..0000000 --- a/src/Modules/EasyOC.TestModule/Startup.cs +++ /dev/null @@ -1,24 +0,0 @@ -using Microsoft.AspNetCore.Builder; -using Microsoft.AspNetCore.Routing; -using Microsoft.Extensions.DependencyInjection; -using OrchardCore.Modules; - -namespace EasyOC.TestModule -{ - public class Startup : StartupBase - { - public override void ConfigureServices(IServiceCollection services) - { - } - - public override void Configure(IApplicationBuilder builder, IEndpointRouteBuilder routes, IServiceProvider serviceProvider) - { - routes.MapAreaControllerRoute( - name: "Home", - areaName: "EasyOC.TestModule", - pattern: "Home/Index", - defaults: new { controller = "Home", action = "Index" } - ); - } - } -} diff --git a/src/Modules/EasyOC.TestModule/Views/Home/Index.cshtml b/src/Modules/EasyOC.TestModule/Views/Home/Index.cshtml deleted file mode 100644 index abab7be..0000000 --- a/src/Modules/EasyOC.TestModule/Views/Home/Index.cshtml +++ /dev/null @@ -1 +0,0 @@ -Template \ No newline at end of file diff --git a/src/Modules/EasyOC.Users/Readme.md b/src/Modules/EasyOC.Users/Readme.md index f5cf00b..993fa78 100644 --- a/src/Modules/EasyOC.Users/Readme.md +++ b/src/Modules/EasyOC.Users/Readme.md @@ -10,7 +10,8 @@ The UserLogin Script in OrchardCore now supports the following features ## Nuget -[![NuGet](https://img.shields.io/nuget/v/EasyOC.Users.svg)](https://www.nuget.org/packages/EasyOC.Users) +[![NuGet Badge](https://buildstats.info/nuget/EasyOC.Users?includePreReleases=true)](https://www.nuget.org/packages/EasyOC.Users) + ## Orchard Core Reference diff --git a/src/Modules/EasyOC.Workflows/readme.md b/src/Modules/EasyOC.Workflows/readme.md index 3a7aef0..a32de25 100644 --- a/src/Modules/EasyOC.Workflows/readme.md +++ b/src/Modules/EasyOC.Workflows/readme.md @@ -1,5 +1,8 @@ ## EasyOC.Workflows.Timers +[![NuGet Badge](https://buildstats.info/nuget/Users.Timers?includePreReleases=true)](https://www.nuget.org/packages/EasyOC.Timers) + + Make the `Timer Workflow Activty` support site time zone. ![image](https://user-images.githubusercontent.com/15613121/221368439-b5528e1e-44cc-43c1-abea-7428d7c98f2a.png)