Skip to content

Commit b008c83

Browse files
committed
Version 2.0.0
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
1 parent 4bf0ee6 commit b008c83

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Certstream/Certstream.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
<PackageReadmeFile>NuGet.md</PackageReadmeFile>
1414

1515
<!--Version-->
16-
<Version>1.2.2</Version>
17-
<AssemblyVersion>1.2.2</AssemblyVersion>
18-
<FileVersion>1.2.2</FileVersion>
16+
<Version>2.0.0</Version>
17+
<AssemblyVersion>2.0.0</AssemblyVersion>
18+
<FileVersion>2.0.0</FileVersion>
1919

2020
<!--Github-->
2121
<PackageProjectUrl>https://github.com/akacdev/Certstream</PackageProjectUrl>

0 commit comments

Comments
 (0)