From 01d53ea67cc3d859beef9f325e84ee6fc9a93837 Mon Sep 17 00:00:00 2001 From: Ahmed Zamil Date: Sat, 14 Jan 2023 15:37:52 +0300 Subject: [PATCH] Version --- Esiur.Analysis/Esiur.Analysis.csproj | 1 + Esiur.Stores.EntityCore/Esiur.Stores.EntityCore.csproj | 2 +- Esiur/Esiur.csproj | 2 +- Esiur/Resource/Warehouse.cs | 1 - 4 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Esiur.Analysis/Esiur.Analysis.csproj b/Esiur.Analysis/Esiur.Analysis.csproj index 31b8f90..ad627d7 100644 --- a/Esiur.Analysis/Esiur.Analysis.csproj +++ b/Esiur.Analysis/Esiur.Analysis.csproj @@ -4,6 +4,7 @@ netstandard2.1 enable True + True diff --git a/Esiur.Stores.EntityCore/Esiur.Stores.EntityCore.csproj b/Esiur.Stores.EntityCore/Esiur.Stores.EntityCore.csproj index 63ceba2..6f0e09e 100644 --- a/Esiur.Stores.EntityCore/Esiur.Stores.EntityCore.csproj +++ b/Esiur.Stores.EntityCore/Esiur.Stores.EntityCore.csproj @@ -9,7 +9,7 @@ Esiur Entity Framework Extension true Esiur.Stores.EntityCore - 1.3.0 + 1.3.1 latest diff --git a/Esiur/Esiur.csproj b/Esiur/Esiur.csproj index 4b63b3f..78c4948 100644 --- a/Esiur/Esiur.csproj +++ b/Esiur/Esiur.csproj @@ -6,7 +6,7 @@ Ahmed Kh. Zamil http://www.esiur.com true - 2.3.7 + 2.3.8 https://github.com/esiur/esiur-dotnet Ahmed Kh. Zamil diff --git a/Esiur/Resource/Warehouse.cs b/Esiur/Resource/Warehouse.cs index 04be7df..ad9be4b 100644 --- a/Esiur/Resource/Warehouse.cs +++ b/Esiur/Resource/Warehouse.cs @@ -753,7 +753,6 @@ public static class Warehouse /// Resource template. public static void PutTemplate(TypeTemplate template) { - Console.WriteLine(template.ClassName); if (templates[template.Type].ContainsKey(template.ClassId)) throw new Exception($"Template with same class Id already exists. {templates[template.Type][template.ClassId].ClassName} -> {template.ClassName}");