Skip to content

Commit 636405d

Browse files
authored
Merge branch 'main' into fix-opens-leak
2 parents 442eced + 335a07f commit 636405d

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
]
1616
},
1717
"woofware.nunittestrunner": {
18-
"version": "0.3.14",
18+
"version": "0.3.19",
1919
"commands": [
2020
"woofware.nunittestrunner"
2121
]

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<WarnOn>FS3388,FS3559</WarnOn>
1111
</PropertyGroup>
1212
<ItemGroup>
13-
<PackageReference Include="Nerdbank.GitVersioning" Version="3.9.50" PrivateAssets="all" />
13+
<PackageReference Include="Nerdbank.GitVersioning" Version="3.10.91" PrivateAssets="all" />
1414
<SourceLinkGitHubHost Include="github.com" ContentUrl="https://raw.githubusercontent.com" />
1515
</ItemGroup>
1616
<PropertyGroup Condition="'$(GITHUB_ACTION)' != ''">

nix/deps.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,8 @@
221221
},
222222
{
223223
"pname": "Nerdbank.GitVersioning",
224-
"version": "3.9.50",
225-
"hash": "sha256-BiBfXwr8ob2HTaFk2L5TwAgtvd/EPoqudSI9nhAjQPI="
224+
"version": "3.10.91",
225+
"hash": "sha256-Oo0a9DIpm9JuvFa8RkP7HN5Txf0XV+IHf/9uP5+DJSg="
226226
},
227227
{
228228
"pname": "NETStandard.Library",
@@ -391,8 +391,8 @@
391391
},
392392
{
393393
"pname": "WoofWare.NUnitTestRunner",
394-
"version": "0.3.14",
395-
"hash": "sha256-UF3jGUi0ewGU4Bz6WoU7fcFTufcorKUkQUgxL134fIs="
394+
"version": "0.3.19",
395+
"hash": "sha256-hd5X2ITKejjvB+cBW98TznX3tMCphDEw6lHled43HO0="
396396
},
397397
{
398398
"pname": "WoofWare.Whippet.Fantomas",

0 commit comments

Comments
 (0)