Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
msmolka committed Jan 26, 2023
1 parent 4434801 commit f215c82
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<Version>6.0.1</Version>
<PackageReleaseNotes>Breaking Change: Drop support for netstandard and .net framework. Code refactoring. Dependency update. Library is now strong name signed.</PackageReleaseNotes>
<Version>7.0.0</Version>
<PackageReleaseNotes>Fix issue for .NET 7.0.1 and 7.0.2</PackageReleaseNotes>
</PropertyGroup>

<PropertyGroup>
Expand All @@ -10,7 +10,7 @@
<Description>A middleware that allows whitelist or blacklist incomming requests based on IP address. It can be configured using single IP address or ranges. It supports single IP, IP range IPv4 and IPv6. There is also possible to ignore specific paths from IP filtering.</Description>
<Authors>Marcin Smółka</Authors>
<Owners>Marcin Smółka</Owners>
<Copyright>Copyright © Marcin Smółka 2017 - 2022</Copyright>
<Copyright>Copyright © Marcin Smółka 2017 - 2023</Copyright>
<Company>Marcin Smółka zNET Computer Solutions</Company>
</PropertyGroup>

Expand Down Expand Up @@ -59,4 +59,4 @@
</PropertyGroup>


</Project>
</Project>

0 comments on commit f215c82

Please sign in to comment.