Skip to content

Commit

Permalink
Bumped version to 8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Rasmussen committed Apr 6, 2024
1 parent f205e43 commit bb65717
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,8 @@ await this.Db.RaceResult
// FROM [RaceResult] AS [r]
// WHERE DATEDIFF_BIG(SECOND, [r].[StartTime], '2019-07-01T00:00:00.0000000Z') >= CAST(100000 AS bigint)
```
* 8.0.1 (April 6, 2024)
* Added support for compiled models - [#39](/../../issues/39)
* 8.0.0 (November 18, 2023)
* Release for EF Core 8
* 8.0.0-rc.1.23419.6 (September 15, 2023)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackageProjectUrl>https://github.com/StevenRasmussen/EFCore.SqlServer.NodaTime</PackageProjectUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>Entity Framework Core;entity-framework-core;EF;Data;O/RM;EntityFrameworkCore;EFCore;Noda;NodaTime;Noda Time</PackageTags>
<Version>8.0.0</Version>
<Version>8.0.1</Version>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

Expand Down

0 comments on commit bb65717

Please sign in to comment.