Skip to content

Commit 608c9d3

Browse files
committed
Update reference version
1 parent 64f772f commit 608c9d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/RedisRateLimiting.AspNetCore/RedisRateLimiting.AspNetCore.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1414
<RepositoryType>git</RepositoryType>
1515
<RepositoryUrl>https://github.com/cristipufu/aspnetcore-redis-rate-limiting</RepositoryUrl>
16-
<Version>1.0.0</Version>
16+
<Version>1.0.6</Version>
1717
<ImplicitUsings>enable</ImplicitUsings>
1818
<PackageReadmeFile>README.md</PackageReadmeFile>
1919
</PropertyGroup>
@@ -30,6 +30,6 @@
3030
<ProjectReference Include="..\RedisRateLimiting\RedisRateLimiting.csproj" />
3131
</ItemGroup>
3232
<ItemGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
33-
<PackageReference Include="RedisRateLimiting" Version="1.0.8" />
33+
<PackageReference Include="RedisRateLimiting" Version="1.0.9" />
3434
</ItemGroup>
3535
</Project>

0 commit comments

Comments
 (0)