Skip to content

Commit

Permalink
Version 2.0.0
Browse files Browse the repository at this point in the history
Major refactoring nad optimizations thanks to contributions by @tinohager.
In order to migrate to the new version, you will need to rename your method calls to include the "Async" suffix and use `HostnameReceived` instead of `HostnameSpotted`.

Closes #5, #7
  • Loading branch information
akacdev committed Aug 24, 2024
1 parent 4bf0ee6 commit b008c83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Certstream/Certstream.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.2</Version>
<AssemblyVersion>1.2.2</AssemblyVersion>
<FileVersion>1.2.2</FileVersion>
<Version>2.0.0</Version>
<AssemblyVersion>2.0.0</AssemblyVersion>
<FileVersion>2.0.0</FileVersion>

<!--Github-->
<PackageProjectUrl>https://github.com/akacdev/Certstream</PackageProjectUrl>
Expand Down

0 comments on commit b008c83

Please sign in to comment.