Skip to content

Commit e410193

Browse files
committed
📦🚀 xUnit version 6.1.2
1 parent 022ed8e commit e410193

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

SonghayCore.xUnit/SonghayCore.xUnit.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<ItemGroup>
3939
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.1" />
4040
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
41-
<PackageReference Include="SonghayCore" Version="6.1.1" />
41+
<PackageReference Include="SonghayCore" Version="6.1.2" />
4242
<PackageReference Include="xunit" Version="2.8.1" />
4343
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.1">
4444
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

SonghayCore.xUnit/SonghayCore.xUnit.nuspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package>
33
<metadata>
44
<id>SonghayCore.xUnit</id>
5-
<version>6.1.1</version>
5+
<version>6.1.2</version>
66
<description>Extensions and Orderers for Songhay xUnit projects</description>
77
<authors>Bryan D. Wilhite @BryanWilhite</authors>
88
<title>Songhay Core Testing for xUnit</title>
@@ -13,15 +13,15 @@
1313
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1414
<summary>Extensions and Orderers for Songhay xUnit projects</summary>
1515
<readme>README.md</readme>
16-
<releaseNotes>see https://github.com/users/BryanWilhite/projects/28</releaseNotes>
16+
<releaseNotes>update of dependencies 📦🔝</releaseNotes>
1717
<copyright>(c) 2024 Bryan D. Wilhite</copyright>
1818
<tags>Core Songhay xUnit VisualStudio</tags>
1919
<repository type="git" url="https://github.com/BryanWilhite/SonghayCore" />
2020
<dependencies>
2121
<group targetFramework=".NET6.0">
2222
<dependency id="Microsoft.Extensions.DependencyInjection" version="6.0.1" />
23-
<dependency id="xunit" version="2.7.0" />
24-
<dependency id="SonghayCore" version="6.1.1" />
23+
<dependency id="xunit" version="2.8.1" />
24+
<dependency id="SonghayCore" version="6.1.2" />
2525
</group>
2626
</dependencies>
2727
</metadata>

0 commit comments

Comments
 (0)