Skip to content

Commit e44d50c

Browse files
Github Action - Beta Version Update
1 parent 4566a10 commit e44d50c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ jobs:
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

EntityFrameworkCore.Sqlite.Concurrency/EFCore.Sqlite.Concurrency.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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 &amp; No Lock Errors</Title>

0 commit comments

Comments
 (0)