File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <AssemblyVersion >8.0.0 </AssemblyVersion >
4
+ <AssemblyVersion >8.0.1 </AssemblyVersion >
5
5
<RootNamespace >Songhay.Tests</RootNamespace >
6
6
<TargetFramework >net8.0</TargetFramework >
7
7
21
21
<PackageLicenseFile >LICENSE.md</PackageLicenseFile >
22
22
<PackageProjectUrl >https://github.com/BryanWilhite/SonghayCore/projects</PackageProjectUrl >
23
23
<PackageReadmeFile >README.md</PackageReadmeFile >
24
- <PackageReleaseNotes >update of dependencies 📦🔝 </PackageReleaseNotes >
24
+ <PackageReleaseNotes >see https://github.com/BryanWilhite/SonghayCore/pull/181 </PackageReleaseNotes >
25
25
<PackageRequireLicenseAcceptance >false</PackageRequireLicenseAcceptance >
26
26
<PackageTags >Core;Songhay;xUnit;VisualStudio</PackageTags >
27
27
<PackageVersion >$(AssemblyVersion)</PackageVersion >
37
37
38
38
<ItemGroup >
39
39
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.13.0" />
40
- <PackageReference Include =" SonghayCore" Version =" 8.0.0 " />
40
+ <PackageReference Include =" SonghayCore" Version =" 8.0.1 " />
41
41
<PackageReference Include =" xunit" Version =" 2.9.3" />
42
42
<PackageReference Include =" xunit.runner.visualstudio" Version =" 3.1.0" >
43
43
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
Original file line number Diff line number Diff line change 2
2
<package >
3
3
<metadata >
4
4
<id >SonghayCore.xUnit</id >
5
- <version >8.0.0 </version >
5
+ <version >8.0.1 </version >
6
6
<description >Extensions and Orderers for Songhay xUnit projects</description >
7
7
<authors >Bryan D. Wilhite @BryanWilhite</authors >
8
8
<title >Songhay Core Testing for xUnit</title >
13
13
<requireLicenseAcceptance >false</requireLicenseAcceptance >
14
14
<summary >Extensions and Orderers for Songhay xUnit projects</summary >
15
15
<readme >README.md</readme >
16
- <releaseNotes >update of dependencies 📦🔝 </releaseNotes >
16
+ <releaseNotes >see https://github.com/BryanWilhite/SonghayCore/pull/181 </releaseNotes >
17
17
<copyright >(c) 2025 Bryan D. Wilhite</copyright >
18
18
<tags >Core Songhay xUnit VisualStudio</tags >
19
19
<repository type =" git" url =" https://github.com/BryanWilhite/SonghayCore" />
20
20
<dependencies >
21
21
<group targetFramework =" .net8.0" >
22
22
<dependency id =" xunit" version =" 2.9.3" />
23
- <dependency id =" SonghayCore" version =" 8.0.0 " />
23
+ <dependency id =" SonghayCore" version =" 8.0.1 " />
24
24
</group >
25
25
</dependencies >
26
26
</metadata >
You can’t perform that action at this time.
0 commit comments