Skip to content

Commit

Permalink
### New in 3.2.4 (Released 2019/04/05)
Browse files Browse the repository at this point in the history
* Introduction of Clock.NowWithOffset(TimezoneInfo) #45
* Fix LocalDateTime to always have DateTimeKind.Local and no loss of ticks
* Clock.UtcNow() is guaranteed to have DateTimeKind.Utc
  • Loading branch information
Corniel committed Apr 5, 2019
1 parent 9ee39a5 commit f22e2dc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion ReleaseNotes.md
@@ -1,4 +1,9 @@
### New in 3.2.3 (Released 2019/04/03)
### New in 3.2.4 (Released 2019/04/05)
* Introduction of Clock.NowWithOffset(TimezoneInfo) #45
* Fix LocalDateTime to always have DateTimeKind.Local and no loss of ticks
* Clock.UtcNow() is guaranteed to have DateTimeKind.Utc

### New in 3.2.3 (Released 2019/04/03)
* Introduced Clock (#44)

### New in 3.2.2 (Released 2018/10/22)
Expand Down
2 changes: 1 addition & 1 deletion props/version.props
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup>
<VersionPrefix>3.2.3</VersionPrefix>
<VersionPrefix>3.2.4</VersionPrefix>
<VersionSuffix Condition="'$(VersionSuffix)'!='' AND '$(BuildNumber)' != ''"></VersionSuffix>
</PropertyGroup>
</Project>

0 comments on commit f22e2dc

Please sign in to comment.