Skip to content

Commit cd1b43c

Browse files
FrostyApeOneFrostyApeOne
authored andcommitted
Trigger version update in Nuget.Org
1 parent a438a37 commit cd1b43c

9 files changed

Lines changed: 10 additions & 13 deletions

File tree

src/GovUK.Dfe.CoreLibs.AsyncProcessing/readme.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,4 @@ dotnet add package GovUK.Dfe.CoreLibs.BackgroundService
8181

8282
This setup allows you to enqueue tasks in the background, fire events when tasks complete, and handle those events using a custom event handler architecture.
8383

84-
* * *
85-
84+
* * *

src/GovUK.Dfe.CoreLibs.Caching/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@ Here is the configuration for cache durations in the `appsettings.json` file:
7575

7676
This setup ensures that the `GetPrincipalBySchoolQueryHandler` cache duration is set to 24 hours (86400 seconds), while other handlers will use the default duration of 60 seconds if no specific duration is configured.
7777

78-
* * *
78+
* * *
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
# GovUK.Dfe.CoreLibs.Contracts
2-
1+
# GovUK.Dfe.CoreLibs.Contracts

src/GovUK.Dfe.CoreLibs.FileStorage/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ Register the service in your application:
3030
builder.Services.AddFileStorage(builder.Configuration);
3131
```
3232

33-
Inject `IFileStorageService` where needed and use `UploadAsync`, `DownloadAsync` and `DeleteAsync` to manage files.
33+
Inject `IFileStorageService` where needed and use `UploadAsync`, `DownloadAsync` and `DeleteAsync` to manage files.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# GovUK.Dfe.CoreLibs.Http
1+
# GovUK.Dfe.CoreLibs.Http

src/GovUK.Dfe.CoreLibs.Notifications/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,4 +252,4 @@ services.AddNotificationServicesWithSession(configuration);
252252
services.AddNotificationServicesWithInMemory(configuration);
253253
```
254254

255-
The new methods are more explicit and configure all necessary dependencies automatically.
255+
The new methods are more explicit and configure all necessary dependencies automatically.

src/GovUK.Dfe.CoreLibs.Security/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,4 +228,4 @@ public IActionResult HeadquartersContent() => View();
228228
* **Custom Claim Support:** Add dynamic claims to users based on identity, allowing additional user-specific data without modifying core claims.
229229
* **Custom Requirement Registry:** Register and configure custom requirements dynamically to handle complex security rules.
230230

231-
This setup allows flexible and maintainable authorization control across your .NET application, supporting diverse security needs without hard-coded rules.
231+
This setup allows flexible and maintainable authorization control across your .NET application, supporting diverse security needs without hard-coded rules.

src/GovUK.Dfe.CoreLibs.TestPackage/Test.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@ namespace GovUK.Dfe.CoreLibs.TestPackage
22
{
33
/// <summary>
44
/// Test Nuget Package
5-
/// Updated 6
5+
/// Updated 7
66
/// </summary>
77
public class Test
88
{
99
public int Prop1 { get; set; }
1010
public int Prop2 { get; set; }
11-
1211
}
13-
}
12+
}

src/GovUK.Dfe.CoreLibs.Testing/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,4 +274,4 @@ If a route is missing the expected security setting, `Assert.Null(result.Message
274274

275275
For detailed examples, please refer to the [GitHub DDD-CA-Template repository](https://github.com/DFE-Digital/rsd-ddd-clean-architecture).
276276

277-
* * *
277+
* * *

0 commit comments

Comments
 (0)