Skip to content

Commit

Permalink
Version 1.3.0
Browse files Browse the repository at this point in the history
- Support for .NET 8 was introduced
- Refactored the code
- IOK-based endpoints are currently out of order
  • Loading branch information
akacdev committed Nov 25, 2023
1 parent 7f5c407 commit b5770bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PhishReport/PhishReport.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
<PackageReadmeFile>NuGet.md</PackageReadmeFile>

<!--Version-->
<Version>1.2.0</Version>
<AssemblyVersion>1.2.0</AssemblyVersion>
<FileVersion>1.2.0</FileVersion>
<Version>1.3.0</Version>
<AssemblyVersion>1.3.0</AssemblyVersion>
<FileVersion>1.3.0</FileVersion>

<!--Github-->
<PackageProjectUrl>https://github.com/actually-akac/PhishReport</PackageProjectUrl>
Expand Down

0 comments on commit b5770bb

Please sign in to comment.