Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
cristipufu committed Nov 16, 2023
1 parent 194cfae commit ee7c04f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/cristipufu/aspnetcore-redis-rate-limiting</RepositoryUrl>
<Version>1.0.9</Version>
<Version>1.1.0</Version>
<ImplicitUsings>enable</ImplicitUsings>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
Expand All @@ -30,6 +30,6 @@
<ProjectReference Include="..\RedisRateLimiting\RedisRateLimiting.csproj" />
</ItemGroup>
<ItemGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PackageReference Include="RedisRateLimiting" Version="1.0.12" />
<PackageReference Include="RedisRateLimiting" Version="1.1.0" />
</ItemGroup>
</Project>

0 comments on commit ee7c04f

Please sign in to comment.