From 47c4c0217a3ebcb8543c3a00c7af60beceb2ea84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B3zsef=20Horv=C3=A1th?= Date: Thu, 9 Jun 2022 20:45:51 +0200 Subject: [PATCH 1/2] setting manifest version to 0.0.1 --- Lombiq.Hosting.Tenants.Admin.Login/Manifest.cs | 6 +++++- Lombiq.Hosting.Tenants.Management/Manifest.cs | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Lombiq.Hosting.Tenants.Admin.Login/Manifest.cs b/Lombiq.Hosting.Tenants.Admin.Login/Manifest.cs index 5c7cd085..e4502544 100644 --- a/Lombiq.Hosting.Tenants.Admin.Login/Manifest.cs +++ b/Lombiq.Hosting.Tenants.Admin.Login/Manifest.cs @@ -5,7 +5,7 @@ Name = "Lombiq Hosting - Tenants Admin Login ", Author = "Lombiq Technologies", Website = "https://github.com/Lombiq/Hosting-Tenants", - Version = "2.0.1" + Version = "0.0.1" )] [assembly: Feature( @@ -24,3 +24,7 @@ Category = "Hosting", IsAlwaysEnabled = true )] + + + + diff --git a/Lombiq.Hosting.Tenants.Management/Manifest.cs b/Lombiq.Hosting.Tenants.Management/Manifest.cs index 218a862a..41b4e1ac 100644 --- a/Lombiq.Hosting.Tenants.Management/Manifest.cs +++ b/Lombiq.Hosting.Tenants.Management/Manifest.cs @@ -5,7 +5,7 @@ Name = "Lombiq Hosting - Tenants Management", Author = "Lombiq Technologies", Website = "https://github.com/Lombiq/Hosting-Tenants", - Version = "2.0.1", + Version = "0.0.1", Description = "Manage restrictions on tenant creation." )] @@ -26,3 +26,7 @@ DefaultTenantOnly = true, Dependencies = new[] { "OrchardCore.Setup" } )] + + + + From f6375ddb02472ea505a78d420df21d33c26e2903 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B3zsef=20Horv=C3=A1th?= Date: Fri, 10 Jun 2022 13:23:26 +0200 Subject: [PATCH 2/2] fixing error SA1518: Code should not contain blank lines ... --- Lombiq.Hosting.Tenants.Admin.Login/Manifest.cs | 4 ---- Lombiq.Hosting.Tenants.Management/Manifest.cs | 4 ---- 2 files changed, 8 deletions(-) diff --git a/Lombiq.Hosting.Tenants.Admin.Login/Manifest.cs b/Lombiq.Hosting.Tenants.Admin.Login/Manifest.cs index e4502544..7416cbc7 100644 --- a/Lombiq.Hosting.Tenants.Admin.Login/Manifest.cs +++ b/Lombiq.Hosting.Tenants.Admin.Login/Manifest.cs @@ -24,7 +24,3 @@ Category = "Hosting", IsAlwaysEnabled = true )] - - - - diff --git a/Lombiq.Hosting.Tenants.Management/Manifest.cs b/Lombiq.Hosting.Tenants.Management/Manifest.cs index 41b4e1ac..00b19d67 100644 --- a/Lombiq.Hosting.Tenants.Management/Manifest.cs +++ b/Lombiq.Hosting.Tenants.Management/Manifest.cs @@ -26,7 +26,3 @@ DefaultTenantOnly = true, Dependencies = new[] { "OrchardCore.Setup" } )] - - - -