Skip to content

Commit

Permalink
Updated ReadMe to reflect the release date. Bumped version to 9.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenRasmussen committed Nov 21, 2024
1 parent 5e50028 commit 5b22bd7
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)
```
* 9.0.0 (Nov 20, 2024)
* Release for EF Core 9
* 9.0.0-rc.1.24451.1 (Sept 27, 2024)
* Release candidate 1 for EF Core 9
* 8.0.1 (April 6, 2024)
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>9.0.0-rc.1.24451.1</Version>
<Version>9.0.0</Version>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

Expand Down

0 comments on commit 5b22bd7

Please sign in to comment.