Skip to content

Commit 467606b

Browse files
committed
Merge branch 'master' into develop
2 parents 09f0921 + a7357bc commit 467606b

4 files changed

Lines changed: 28 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ jobs:
7474
# The matrix is therefore per target framework instead of per OS.
7575
test-modern-tfm-linux:
7676
name: Test (Linux, ${{ matrix.tfm }})
77+
needs: build
7778
runs-on: ubuntu-latest
7879
strategy:
7980
fail-fast: false
@@ -93,8 +94,8 @@ jobs:
9394
- 27017:27017
9495
options: >-
9596
--health-cmd "mongosh --eval \"db.adminCommand('ping')\""
96-
--health-interval 10s
97-
--health-timeout 5s
97+
--health-interval 20s
98+
--health-timeout 10s
9899
--health-retries 10
99100
100101
env:

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,3 +115,4 @@ UpgradeLog*.XML
115115
BenchmarkDotNet.Artifacts/
116116
artifacts/
117117
.tokensave
118+
*.lscache

.tokensave/config.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"version": 1,
3+
"root_dir": ".",
4+
"exclude": [
5+
"target/**",
6+
".git/**",
7+
".tokensave/**",
8+
"**/node_modules/**",
9+
"vendor/**",
10+
"**/*.min.*",
11+
"bin/**",
12+
"build/**",
13+
"out/**",
14+
".gradle/**",
15+
"**/obj/**",
16+
"**/bin/**"
17+
],
18+
"include": [],
19+
"max_file_size": 1048576,
20+
"extract_docstrings": true,
21+
"track_call_sites": true,
22+
"git_ignore": false
23+
}

Changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# NEventStore.Persistence.MongoDB
22

3-
## vNext
3+
## 12.1.0
44

55
- Added explicit support for net8.0, net9.0, net10.0.
66
- Updated NEventStore to 10.2.0

0 commit comments

Comments
 (0)