diff --git a/src/Neuroglia.AsyncApi.AspNetCore.UI/Neuroglia.AsyncApi.AspNetCore.UI.csproj b/src/Neuroglia.AsyncApi.AspNetCore.UI/Neuroglia.AsyncApi.AspNetCore.UI.csproj index 71b3893..89f6564 100644 --- a/src/Neuroglia.AsyncApi.AspNetCore.UI/Neuroglia.AsyncApi.AspNetCore.UI.csproj +++ b/src/Neuroglia.AsyncApi.AspNetCore.UI/Neuroglia.AsyncApi.AspNetCore.UI.csproj @@ -12,7 +12,7 @@ https://github.com/neuroglia-io/framework git neuroglia asyncapi async api asp ui - 2.6.4 + 2.6.5 en Apache-2.0 true diff --git a/src/Neuroglia.AsyncApi.AspNetCore/Neuroglia.AsyncApi.AspNetCore.csproj b/src/Neuroglia.AsyncApi.AspNetCore/Neuroglia.AsyncApi.AspNetCore.csproj index 21e60c8..97c5acb 100644 --- a/src/Neuroglia.AsyncApi.AspNetCore/Neuroglia.AsyncApi.AspNetCore.csproj +++ b/src/Neuroglia.AsyncApi.AspNetCore/Neuroglia.AsyncApi.AspNetCore.csproj @@ -12,7 +12,7 @@ https://github.com/neuroglia-io/framework git neuroglia asyncapi async api asp - 2.6.4 + 2.6.5 en Apache-2.0 true diff --git a/src/Neuroglia.AsyncApi.CloudEvents/Neuroglia.AsyncApi.CloudEvents.csproj b/src/Neuroglia.AsyncApi.CloudEvents/Neuroglia.AsyncApi.CloudEvents.csproj index d4d1c7a..312db6a 100644 --- a/src/Neuroglia.AsyncApi.CloudEvents/Neuroglia.AsyncApi.CloudEvents.csproj +++ b/src/Neuroglia.AsyncApi.CloudEvents/Neuroglia.AsyncApi.CloudEvents.csproj @@ -11,7 +11,7 @@ https://github.com/neuroglia-io/framework git neuroglia asyncapi async api cloud-event - 2.6.4 + 2.6.5 en Apache-2.0 true diff --git a/src/Neuroglia.AsyncApi.Core/Neuroglia.AsyncApi.Core.csproj b/src/Neuroglia.AsyncApi.Core/Neuroglia.AsyncApi.Core.csproj index ae58c1c..42d9ffd 100644 --- a/src/Neuroglia.AsyncApi.Core/Neuroglia.AsyncApi.Core.csproj +++ b/src/Neuroglia.AsyncApi.Core/Neuroglia.AsyncApi.Core.csproj @@ -12,7 +12,7 @@ https://github.com/neuroglia-io/framework git neuroglia asyncapi async api core - 2.6.4 + 2.6.5 en Apache-2.0 true diff --git a/src/Neuroglia.AsyncApi.Core/v2/AsyncApiDocument.cs b/src/Neuroglia.AsyncApi.Core/v2/AsyncApiDocument.cs index bc6aea5..b50b943 100644 --- a/src/Neuroglia.AsyncApi.Core/v2/AsyncApiDocument.cs +++ b/src/Neuroglia.AsyncApi.Core/v2/AsyncApiDocument.cs @@ -31,7 +31,7 @@ public record AsyncApiDocument /// Patch versions will correspond to patches of this document. /// [Required] - [DataMember(Order = 1, Name = "asyncApi"), JsonPropertyOrder(1), JsonPropertyName("asyncApi"), YamlMember(Order = 1, Alias = "asyncApi", ScalarStyle = ScalarStyle.SingleQuoted)] + [DataMember(Order = 1, Name = "asyncapi"), JsonPropertyOrder(1), JsonPropertyName("asyncapi"), YamlMember(Order = 1, Alias = "asyncapi", ScalarStyle = ScalarStyle.SingleQuoted)] public virtual string AsyncApi { get; set; } = AsyncApiSpecVersion.V2; /// diff --git a/src/Neuroglia.AsyncApi.DependencyInjectionExtensions/Neuroglia.AsyncApi.DependencyInjectionExtensions.csproj b/src/Neuroglia.AsyncApi.DependencyInjectionExtensions/Neuroglia.AsyncApi.DependencyInjectionExtensions.csproj index 74e5445..eb6ce47 100644 --- a/src/Neuroglia.AsyncApi.DependencyInjectionExtensions/Neuroglia.AsyncApi.DependencyInjectionExtensions.csproj +++ b/src/Neuroglia.AsyncApi.DependencyInjectionExtensions/Neuroglia.AsyncApi.DependencyInjectionExtensions.csproj @@ -11,7 +11,7 @@ https://github.com/neuroglia-io/framework git neuroglia asyncapi async api dependency injection di extensions - 2.6.4 + 2.6.5 en Apache-2.0 true diff --git a/src/Neuroglia.AsyncApi.FluentBuilders/Neuroglia.AsyncApi.FluentBuilders.csproj b/src/Neuroglia.AsyncApi.FluentBuilders/Neuroglia.AsyncApi.FluentBuilders.csproj index daea360..7c0dc5d 100644 --- a/src/Neuroglia.AsyncApi.FluentBuilders/Neuroglia.AsyncApi.FluentBuilders.csproj +++ b/src/Neuroglia.AsyncApi.FluentBuilders/Neuroglia.AsyncApi.FluentBuilders.csproj @@ -11,7 +11,7 @@ https://github.com/neuroglia-io/framework git neuroglia asyncapi async api fluent builders - 2.6.4 + 2.6.5 en Apache-2.0 true diff --git a/src/Neuroglia.AsyncApi.Generation/Neuroglia.AsyncApi.Generation.csproj b/src/Neuroglia.AsyncApi.Generation/Neuroglia.AsyncApi.Generation.csproj index 76d4264..1f850f3 100644 --- a/src/Neuroglia.AsyncApi.Generation/Neuroglia.AsyncApi.Generation.csproj +++ b/src/Neuroglia.AsyncApi.Generation/Neuroglia.AsyncApi.Generation.csproj @@ -11,7 +11,7 @@ https://github.com/neuroglia-io/framework git neuroglia asyncapi async api generation - 2.6.4 + 2.6.5 en Apache-2.0 true diff --git a/src/Neuroglia.AsyncApi.IO/Neuroglia.AsyncApi.IO.csproj b/src/Neuroglia.AsyncApi.IO/Neuroglia.AsyncApi.IO.csproj index 119bcf9..8d22ba6 100644 --- a/src/Neuroglia.AsyncApi.IO/Neuroglia.AsyncApi.IO.csproj +++ b/src/Neuroglia.AsyncApi.IO/Neuroglia.AsyncApi.IO.csproj @@ -11,7 +11,7 @@ https://github.com/neuroglia-io/framework git neuroglia asyncapi async api io - 2.6.4 + 2.6.5 en Apache-2.0 true diff --git a/src/Neuroglia.AsyncApi.Validation/Neuroglia.AsyncApi.Validation.csproj b/src/Neuroglia.AsyncApi.Validation/Neuroglia.AsyncApi.Validation.csproj index d9d516c..9c0c130 100644 --- a/src/Neuroglia.AsyncApi.Validation/Neuroglia.AsyncApi.Validation.csproj +++ b/src/Neuroglia.AsyncApi.Validation/Neuroglia.AsyncApi.Validation.csproj @@ -11,7 +11,7 @@ https://github.com/neuroglia-io/framework git neuroglia asyncapi async api validation - 2.6.4 + 2.6.5 en Apache-2.0 true