Skip to content

Commit 8405346

Browse files
committed
3.16.0
1 parent fc4fb34 commit 8405346

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

Common/OpenShockServiceHelper.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,8 @@ public static IServiceCollection AddOpenShockServices(this IServiceCollection se
207207
services.AddHostedService<BatchUpdateService>(provider =>
208208
(BatchUpdateService)provider.GetRequiredService<IBatchUpdateService>());
209209

210+
// <---- Rate Limiter Setup ---->
211+
210212
services.AddRateLimiter(options =>
211213
{
212214
options.OnRejected = async (context, cancellationToken) =>

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<Company>OpenShock</Company>
44
<Product>$(Company).$(MSBuildProjectName)</Product>
5-
<Version>3.15.2</Version>
5+
<Version>3.16.0</Version>
66

77
<Title>$(Product)</Title>
88
<Authors>OpenShock</Authors>

0 commit comments

Comments
 (0)