File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
EntityFrameworkCore.Sqlite.Concurrency Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6868 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6969
7070 - name : Push to NuGet
71- run : dotnet nuget push "out/*.nupkg" --source https://api.nuget.org/v3/index.json --skip-duplicate --api-key OIDC
71+ run : dotnet nuget push "out/*.nupkg" --source https://api.nuget.org/v3/index.json --skip-duplicate
Original file line number Diff line number Diff line change 77 <!-- Core Package Identity -->
88 <PackageId >EntityFrameworkCore.Sqlite.Concurrency</PackageId >
99 <RootNamespace >EntityFrameworkCore.Sqlite.Concurrency</RootNamespace >
10- <Version >10.0.0 </Version >
10+ <Version >10.0.1 </Version >
1111
1212 <!-- SEO-Optimized Metadata - PERFORMANCE FIRST -->
1313 <Title >EntityFrameworkCore.Sqlite.Concurrency - 10x Faster SQLite for EFCore with Parallel Reads & No Lock Errors</Title >
You can’t perform that action at this time.
0 commit comments