Skip to content

Commit

Permalink
test new version
Browse files Browse the repository at this point in the history
  • Loading branch information
sa-es-ir committed Jan 28, 2023
1 parent 3f5ffea commit 5353656
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions demo/DotNet.RateLimiter.Demo/DotNet.RateLimiter.Demo.csproj
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net7.0</TargetFramework>
<AssemblyName>DotNet.RateLimiter.Demo</AssemblyName>
<RootNamespace>DotNet.RateLimiter.Demo</RootNamespace>
<Nullable>disable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="DotNetRateLimiter" Version="1.0.3" />
<PackageReference Include="DotNetRateLimiter" Version="1.0.4" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.2.3" />
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions src/DotNet.RateLimiter/DotNet.RateLimiter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<RootNamespace>DotNet.RateLimiter</RootNamespace>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<NoWarn>$(NoWarn);1591</NoWarn>
<Version>1.0.3</Version>
<LangVersion>10</LangVersion>
<Version>1.0.4</Version>
<LangVersion>preview</LangVersion>
<Authors>Saeed Esmaeelinejad</Authors>
<PackageId>DotNetRateLimiter</PackageId>
<PackageTags>aspnetcore;rate-limit;action-filters</PackageTags>
Expand Down

0 comments on commit 5353656

Please sign in to comment.