Skip to content

Commit

Permalink
Version 2.0.1
Browse files Browse the repository at this point in the history
Enables parsing of unix time values from the JSON object as `DateTimeOffset`.
  • Loading branch information
akacdev committed Aug 24, 2024
1 parent 5aaa783 commit 9d44515
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>2.0.0</Version>
<AssemblyVersion>2.0.0</AssemblyVersion>
<FileVersion>2.0.0</FileVersion>
<Version>2.0.1</Version>
<AssemblyVersion>2.0.1</AssemblyVersion>
<FileVersion>2.0.1</FileVersion>

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

0 comments on commit 9d44515

Please sign in to comment.