diff --git a/docs/release-notes/v0-11.md b/docs/release-notes/v0-11.md index a3a625912..72c0da752 100644 --- a/docs/release-notes/v0-11.md +++ b/docs/release-notes/v0-11.md @@ -11,11 +11,11 @@ ### Library Upgrades -| Package | Old Version | New Version | -| ----------------------------------------- | ----------- | ----------- | -| NHibernate.Extensions.Sqlite | 8.0.12 | 8.0.13 | -| Swashbuckle.AspNetCore | 6.7.3 | 6.8.0 | -| Swashbuckle.AspNetCore.Annotations | 6.7.3 | 6.8.0 | +| Package | Old Version | New Version | +| --- | --- | --- | +| NHibernate.Extensions.Sqlite | 8.0.12 | 8.0.13 | +| Swashbuckle.AspNetCore | 6.7.3 | 6.8.0 | +| Swashbuckle.AspNetCore.Annotations | 6.7.3 | 6.8.0 | ## v0.11.1 @@ -48,7 +48,7 @@ ### Library Upgrades | Package | Old Version | New Version | -| ----------------------------------------- | ----------- | ----------- | +| --- | --- | --- | | BenchmarkDotNet | 0.13.12 | 0.14.0 | | Microsoft.AspNetCore.Authorization | 8.0.7 | 8.0.8 | | Microsoft.Extensions.TimeProvider.Testing | 8.8.0 | 8.9.1 | diff --git a/src/recipe/Baked.Recipe.Service.Application/RestApi/ApiCodeTemplate.cs b/src/recipe/Baked.Recipe.Service.Application/RestApi/ApiCodeTemplate.cs index 012b19a3a..8b0d9dc20 100644 --- a/src/recipe/Baked.Recipe.Service.Application/RestApi/ApiCodeTemplate.cs +++ b/src/recipe/Baked.Recipe.Service.Application/RestApi/ApiCodeTemplate.cs @@ -106,4 +106,4 @@ string ParameterLookup(ParameterModel parameter, bool useForm, bool useRequestCl () => $"@{parameter.Name}" ) )})"; -} +} \ No newline at end of file diff --git a/src/recipe/Baked.Recipe.Service.Application/RestApi/Model/ActionModel.cs b/src/recipe/Baked.Recipe.Service.Application/RestApi/Model/ActionModel.cs index 8c125e6d2..108832ca4 100644 --- a/src/recipe/Baked.Recipe.Service.Application/RestApi/Model/ActionModel.cs +++ b/src/recipe/Baked.Recipe.Service.Application/RestApi/Model/ActionModel.cs @@ -50,4 +50,4 @@ public string GetRoute() return routeParts.Join('/'); } -} +} \ No newline at end of file diff --git a/test/recipe/Baked.Test.Recipe.Service/Authentication/AuthenticationSamples.cs b/test/recipe/Baked.Test.Recipe.Service/Authentication/AuthenticationSamples.cs index fdd3b2a3d..05d7669e7 100644 --- a/test/recipe/Baked.Test.Recipe.Service/Authentication/AuthenticationSamples.cs +++ b/test/recipe/Baked.Test.Recipe.Service/Authentication/AuthenticationSamples.cs @@ -17,4 +17,4 @@ ILogger _logger return _getClaims().Identity?.AuthenticationType; } -} +} \ No newline at end of file