From d804f343c6bf426ef25ceca2e99681e2147e8d2d Mon Sep 17 00:00:00 2001 From: Jason DiBianco Date: Sat, 24 Feb 2024 18:45:53 -0500 Subject: [PATCH] update library packaes and version number (#347) --- Src/LibraryCore.ApiClient/LibraryCore.ApiClient.csproj | 2 +- .../LibraryCore.AspNet.DistributedSessionState.csproj | 2 +- .../LibraryCore.AspNet.HtmlRendering.csproj | 2 +- Src/LibraryCore.AspNet/LibraryCore.AspNet.csproj | 2 +- .../LibraryCore.AwsSecretManager.csproj | 2 +- Src/LibraryCore.Caching/LibraryCore.Caching.csproj | 2 +- Src/LibraryCore.Core/LibraryCore.Core.csproj | 2 +- Src/LibraryCore.Healthcare/LibraryCore.Healthcare.csproj | 2 +- Src/LibraryCore.JsonNet/LibraryCore.JsonNet.csproj | 2 +- Src/LibraryCore.Kafka/LibraryCore.Kafka.csproj | 2 +- Src/LibraryCore.Mongo/LibraryCore.Mongo.csproj | 2 +- Src/LibraryCore.Parsers/LibraryCore.Parsers.csproj | 2 +- Src/LibraryCore.Shared/AotErrorMessage.cs | 6 +++--- .../LibraryCore.XmlSerialization.csproj | 2 +- 14 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Src/LibraryCore.ApiClient/LibraryCore.ApiClient.csproj b/Src/LibraryCore.ApiClient/LibraryCore.ApiClient.csproj index 7f441455..c8681307 100644 --- a/Src/LibraryCore.ApiClient/LibraryCore.ApiClient.csproj +++ b/Src/LibraryCore.ApiClient/LibraryCore.ApiClient.csproj @@ -7,7 +7,7 @@ Simplified library to make api calls using http client https://github.com/dibiancoj/LibraryCore git - 9.0.0 + 9.0.1 LibraryCore - Api Client true true diff --git a/Src/LibraryCore.AspNet.DistributedSessionState/LibraryCore.AspNet.DistributedSessionState.csproj b/Src/LibraryCore.AspNet.DistributedSessionState/LibraryCore.AspNet.DistributedSessionState.csproj index d54a4620..1bc4a4f3 100644 --- a/Src/LibraryCore.AspNet.DistributedSessionState/LibraryCore.AspNet.DistributedSessionState.csproj +++ b/Src/LibraryCore.AspNet.DistributedSessionState/LibraryCore.AspNet.DistributedSessionState.csproj @@ -7,7 +7,7 @@ Distributed Session State Library https://github.com/dibiancoj/LibraryCore git - 9.0.0 + 9.0.1 LibraryCore - Distributed Session State false diff --git a/Src/LibraryCore.AspNet.HtmlRendering/LibraryCore.AspNet.HtmlRendering.csproj b/Src/LibraryCore.AspNet.HtmlRendering/LibraryCore.AspNet.HtmlRendering.csproj index d6985eca..46f827e2 100644 --- a/Src/LibraryCore.AspNet.HtmlRendering/LibraryCore.AspNet.HtmlRendering.csproj +++ b/Src/LibraryCore.AspNet.HtmlRendering/LibraryCore.AspNet.HtmlRendering.csproj @@ -7,7 +7,7 @@ Html View Rendering https://github.com/dibiancoj/LibraryCore git - 9.0.0 + 9.0.1 LibraryCore - Html Rendering false diff --git a/Src/LibraryCore.AspNet/LibraryCore.AspNet.csproj b/Src/LibraryCore.AspNet/LibraryCore.AspNet.csproj index b6c45f8c..8b3eb6c2 100644 --- a/Src/LibraryCore.AspNet/LibraryCore.AspNet.csproj +++ b/Src/LibraryCore.AspNet/LibraryCore.AspNet.csproj @@ -7,7 +7,7 @@ AspNet Core Common Library https://github.com/dibiancoj/LibraryCore git - 9.0.0 + 9.0.1 LibraryCore - AspNet true true diff --git a/Src/LibraryCore.AwsSecretManager/LibraryCore.AwsSecretManager.csproj b/Src/LibraryCore.AwsSecretManager/LibraryCore.AwsSecretManager.csproj index b6137223..d47fe1a8 100644 --- a/Src/LibraryCore.AwsSecretManager/LibraryCore.AwsSecretManager.csproj +++ b/Src/LibraryCore.AwsSecretManager/LibraryCore.AwsSecretManager.csproj @@ -4,7 +4,7 @@ net6.0;net7.0;net8.0 Jason DiBianco Aws Secret Manager Library - 9.0.0 + 9.0.1 https://github.com/dibiancoj/LibraryCore git LibraryCore - Aws Secret Manager diff --git a/Src/LibraryCore.Caching/LibraryCore.Caching.csproj b/Src/LibraryCore.Caching/LibraryCore.Caching.csproj index b04bc933..d95160ae 100644 --- a/Src/LibraryCore.Caching/LibraryCore.Caching.csproj +++ b/Src/LibraryCore.Caching/LibraryCore.Caching.csproj @@ -7,7 +7,7 @@ .NetCore Common Utilities For Caching https://github.com/dibiancoj/LibraryCore git - 9.0.0 + 9.0.1 LibraryCore - Caching true true diff --git a/Src/LibraryCore.Core/LibraryCore.Core.csproj b/Src/LibraryCore.Core/LibraryCore.Core.csproj index da447caa..dd03f885 100644 --- a/Src/LibraryCore.Core/LibraryCore.Core.csproj +++ b/Src/LibraryCore.Core/LibraryCore.Core.csproj @@ -4,7 +4,7 @@ net6.0;net7.0;net8.0 Jason DiBianco .NetCore Common Library - 9.0.0 + 9.0.1 https://github.com/dibiancoj/LibraryCore git LibraryCore - Core diff --git a/Src/LibraryCore.Healthcare/LibraryCore.Healthcare.csproj b/Src/LibraryCore.Healthcare/LibraryCore.Healthcare.csproj index 88c904f2..1762af32 100644 --- a/Src/LibraryCore.Healthcare/LibraryCore.Healthcare.csproj +++ b/Src/LibraryCore.Healthcare/LibraryCore.Healthcare.csproj @@ -7,7 +7,7 @@ .NetCore Common Utilities For Healthcare https://github.com/dibiancoj/LibraryCore git - 9.0.0 + 9.0.1 LibraryCore - Healthcare false true diff --git a/Src/LibraryCore.JsonNet/LibraryCore.JsonNet.csproj b/Src/LibraryCore.JsonNet/LibraryCore.JsonNet.csproj index 5d125c80..4dfd0b09 100644 --- a/Src/LibraryCore.JsonNet/LibraryCore.JsonNet.csproj +++ b/Src/LibraryCore.JsonNet/LibraryCore.JsonNet.csproj @@ -7,7 +7,7 @@ .NetCore Common Utilities For Json.Net https://github.com/dibiancoj/LibraryCore git - 9.0.0 + 9.0.1 LibraryCore - JsonNet false diff --git a/Src/LibraryCore.Kafka/LibraryCore.Kafka.csproj b/Src/LibraryCore.Kafka/LibraryCore.Kafka.csproj index 903068d0..f9a130a8 100644 --- a/Src/LibraryCore.Kafka/LibraryCore.Kafka.csproj +++ b/Src/LibraryCore.Kafka/LibraryCore.Kafka.csproj @@ -7,7 +7,7 @@ .NetCore Kafka Logic With Consumer Patterns https://github.com/dibiancoj/LibraryCore git - 9.0.0 + 9.0.1 LibraryCore - Kafka true true diff --git a/Src/LibraryCore.Mongo/LibraryCore.Mongo.csproj b/Src/LibraryCore.Mongo/LibraryCore.Mongo.csproj index 4b1dc084..6176fff3 100644 --- a/Src/LibraryCore.Mongo/LibraryCore.Mongo.csproj +++ b/Src/LibraryCore.Mongo/LibraryCore.Mongo.csproj @@ -4,7 +4,7 @@ net6.0;net7.0;net8.0 Jason DiBianco .NetCore Common Library For Mongo and Document Db - 9.0.0 + 9.0.1 https://github.com/dibiancoj/LibraryCore git LibraryCore - Mongo diff --git a/Src/LibraryCore.Parsers/LibraryCore.Parsers.csproj b/Src/LibraryCore.Parsers/LibraryCore.Parsers.csproj index 15cafe2d..23ba4625 100644 --- a/Src/LibraryCore.Parsers/LibraryCore.Parsers.csproj +++ b/Src/LibraryCore.Parsers/LibraryCore.Parsers.csproj @@ -4,7 +4,7 @@ net6.0;net7.0;net8.0 Jason DiBianco .NetCore Common Library For Parsing Such As A Rule Parser - 9.0.0 + 9.0.1 https://github.com/dibiancoj/LibraryCore git LibraryCore - Parsers diff --git a/Src/LibraryCore.Shared/AotErrorMessage.cs b/Src/LibraryCore.Shared/AotErrorMessage.cs index 90456b9f..680e528e 100644 --- a/Src/LibraryCore.Shared/AotErrorMessage.cs +++ b/Src/LibraryCore.Shared/AotErrorMessage.cs @@ -1,8 +1,8 @@ namespace LibraryCore.Shared; -public static class ErrorMessages +internal static class ErrorMessages { - public const string AotDynamicAccess = "DynamicBehavior is incompatible with trimming."; - public const string AotDynamicAccessUseOverload = "DynamicBehavior is incompatible with trimming. Use the JsonTypeInfo overload for aot support."; + internal const string AotDynamicAccess = "DynamicBehavior is incompatible with trimming."; + internal const string AotDynamicAccessUseOverload = "DynamicBehavior is incompatible with trimming. Use the JsonTypeInfo overload for aot support."; } diff --git a/Src/LibraryCore.XmlSerialization/LibraryCore.XmlSerialization.csproj b/Src/LibraryCore.XmlSerialization/LibraryCore.XmlSerialization.csproj index da891d88..0f289ade 100644 --- a/Src/LibraryCore.XmlSerialization/LibraryCore.XmlSerialization.csproj +++ b/Src/LibraryCore.XmlSerialization/LibraryCore.XmlSerialization.csproj @@ -4,7 +4,7 @@ net6.0;net7.0;net8.0 Jason DiBianco .NetCore Common Library For Xml Serialization - 9.0.0 + 9.0.1 https://github.com/dibiancoj/LibraryCore git false