diff --git a/EgwCoreLib.Lux.Data/DataServiceCollectionExtensions.cs b/EgwCoreLib.Lux.Data/DataServiceCollectionExtensions.cs
index 792262a3..5d3d2e18 100644
--- a/EgwCoreLib.Lux.Data/DataServiceCollectionExtensions.cs
+++ b/EgwCoreLib.Lux.Data/DataServiceCollectionExtensions.cs
@@ -1,12 +1,4 @@
-using EgwCoreLib.Lux.Data.Repository.Config;
-using EgwCoreLib.Lux.Data.Repository.Cost;
-using EgwCoreLib.Lux.Data.Repository.Items;
-using EgwCoreLib.Lux.Data.Repository.Job;
-using EgwCoreLib.Lux.Data.Repository.Production;
-using EgwCoreLib.Lux.Data.Repository.Sales;
-using EgwCoreLib.Lux.Data.Repository.Stats;
-using EgwCoreLib.Lux.Data.Repository.Utils;
-using EgwCoreLib.Lux.Data.Services.Catalog;
+using EgwCoreLib.Lux.Data.Services.Catalog;
using EgwCoreLib.Lux.Data.Services.Config;
using EgwCoreLib.Lux.Data.Services.Cost;
using EgwCoreLib.Lux.Data.Services.General;
@@ -15,9 +7,7 @@ using EgwCoreLib.Lux.Data.Services.Items;
using EgwCoreLib.Lux.Data.Services.Job;
using EgwCoreLib.Lux.Data.Services.Production;
using EgwCoreLib.Lux.Data.Services.Sales;
-using EgwCoreLib.Lux.Data.Services.Stats;
using EgwCoreLib.Lux.Data.Services.Utils;
-using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.DependencyInjection.Extensions;
namespace EgwCoreLib.Lux.Data
diff --git a/EgwCoreLib.Lux.Data/Repository/Catalog/ITemplateRepository.cs b/EgwCoreLib.Lux.Data/Repository/Catalog/ITemplateRepository.cs
index 694e0215..9848e6e9 100644
--- a/EgwCoreLib.Lux.Data/Repository/Catalog/ITemplateRepository.cs
+++ b/EgwCoreLib.Lux.Data/Repository/Catalog/ITemplateRepository.cs
@@ -1,6 +1,6 @@
namespace EgwCoreLib.Lux.Data.Repository.Catalog
{
-public interface ITemplateRepository : IBaseRepository
+ public interface ITemplateRepository : IBaseRepository
{
#region Public Methods
@@ -67,7 +67,6 @@ public interface ITemplateRepository : IBaseRepository
/// Record aggiornato
Task UpdateAsync(TemplateModel entity);
-
#endregion Public Methods
}
}
\ No newline at end of file
diff --git a/EgwCoreLib.Lux.Data/Repository/Catalog/ITemplateRowRepository.cs b/EgwCoreLib.Lux.Data/Repository/Catalog/ITemplateRowRepository.cs
index 9f83bd2d..d67df9dc 100644
--- a/EgwCoreLib.Lux.Data/Repository/Catalog/ITemplateRowRepository.cs
+++ b/EgwCoreLib.Lux.Data/Repository/Catalog/ITemplateRowRepository.cs
@@ -1,6 +1,6 @@
namespace EgwCoreLib.Lux.Data.Repository.Catalog
{
-public interface ITemplateRowRepository : IBaseRepository
+ public interface ITemplateRowRepository : IBaseRepository
{
#region Public Methods
@@ -51,7 +51,6 @@ public interface ITemplateRowRepository : IBaseRepository
/// Record aggiornato
Task UpdateAsync(TemplateRowModel entity);
-
#endregion Public Methods
}
}
\ No newline at end of file
diff --git a/EgwCoreLib.Lux.Data/Repository/Catalog/TemplateRepository.cs b/EgwCoreLib.Lux.Data/Repository/Catalog/TemplateRepository.cs
index 5ff30d92..8a7e9bba 100644
--- a/EgwCoreLib.Lux.Data/Repository/Catalog/TemplateRepository.cs
+++ b/EgwCoreLib.Lux.Data/Repository/Catalog/TemplateRepository.cs
@@ -107,7 +107,7 @@
await using var dbCtx = await CreateContextAsync();
return await dbCtx.DbSetTemplateRow.CountAsync(x => x.TemplateID == TemplateID);
}
-
+
///
public async Task DeleteAsync(TemplateModel entity)
{
diff --git a/EgwCoreLib.Lux.Data/Repository/Catalog/TemplateRowRepository.cs b/EgwCoreLib.Lux.Data/Repository/Catalog/TemplateRowRepository.cs
index 46113bb7..b5ddf3a0 100644
--- a/EgwCoreLib.Lux.Data/Repository/Catalog/TemplateRowRepository.cs
+++ b/EgwCoreLib.Lux.Data/Repository/Catalog/TemplateRowRepository.cs
@@ -1,7 +1,4 @@
-using EgwCoreLib.Lux.Data.DbModel.Catalog;
-using Microsoft.EntityFrameworkCore;
-
-namespace EgwCoreLib.Lux.Data.Repository.Utils
+namespace EgwCoreLib.Lux.Data.Repository.Catalog
{
public class TemplateRowRepository : BaseRepository, ITemplateRowRepository
{
diff --git a/EgwCoreLib.Lux.Data/Services/Catalog/_Using.cs b/EgwCoreLib.Lux.Data/Services/Catalog/_Using.cs
new file mode 100644
index 00000000..f223cf4f
--- /dev/null
+++ b/EgwCoreLib.Lux.Data/Services/Catalog/_Using.cs
@@ -0,0 +1 @@
+global using EgwCoreLib.Lux.Data.Repository.Catalog;
\ No newline at end of file
diff --git a/Lux.API/Lux.API.csproj b/Lux.API/Lux.API.csproj
index 429dd621..5c8e1759 100644
--- a/Lux.API/Lux.API.csproj
+++ b/Lux.API/Lux.API.csproj
@@ -4,7 +4,7 @@
net8.0
enable
enable
- 1.1.2603.2509
+ 1.1.2603.2515
diff --git a/Lux.UI/Lux.UI.csproj b/Lux.UI/Lux.UI.csproj
index c7861fab..f5e484bf 100644
--- a/Lux.UI/Lux.UI.csproj
+++ b/Lux.UI/Lux.UI.csproj
@@ -5,7 +5,7 @@
enable
enable
aspnet-Lux.UI-a758c101-a2f4-4e38-977d-1c4887dbbd50
- 1.1.2603.2509
+ 1.1.2603.2515
diff --git a/Resources/ChangeLog.html b/Resources/ChangeLog.html
index 6f23d72f..0ccad414 100644
--- a/Resources/ChangeLog.html
+++ b/Resources/ChangeLog.html
@@ -1,6 +1,33 @@
LUX - Web Windows MES
- Versione: 1.1.2603.2509
+ Versione: 1.1.2603.2515
+
Note di rilascio:
+
+ -
+ Ultime modifiche:
+
+
+ -
+ v.0.9.* →
+
+ - Versione preliminare
+ - Release dotNet8
+ - Integrazione EFCore
+
+
+
+
+
+

+
+
+
+
+
+ LUX - Web Windows MES
+ Versione: 1.1.2603.2515
Note di rilascio:
-
diff --git a/Resources/VersNum.txt b/Resources/VersNum.txt
index 18f724fa..6ee271cb 100644
--- a/Resources/VersNum.txt
+++ b/Resources/VersNum.txt
@@ -1 +1,2 @@
-1.1.2603.2509
+1.1.2603.2515
+1.1.2603.2515
diff --git a/Resources/manifest.xml b/Resources/manifest.xml
index 14918562..b7904cb0 100644
--- a/Resources/manifest.xml
+++ b/Resources/manifest.xml
@@ -1,6 +1,13 @@
-
- 1.1.2603.2509
+ 1.1.2603.2515
+ http://nexus.steamware.net/repository/SWS/GPW/stable/GPW.UI.zip
+ http://nexus.steamware.net/repository/SWS/GPW/stable/ChangeLog.html
+ false
+
+
+-
+ 1.1.2603.2515
http://nexus.steamware.net/repository/SWS/GPW/stable/GPW.UI.zip
http://nexus.steamware.net/repository/SWS/GPW/stable/ChangeLog.html
false