Skip to content

Commit 1482559

Browse files
authored
Merge pull request #180 from BryanWilhite/dev/version-8.0.0
Dev/version 8.0.0: looks like xUnit 8.0 was not migrated to `main`
2 parents 45c4479 + aaa54be commit 1482559

File tree

7 files changed

+75
-144
lines changed

7 files changed

+75
-144
lines changed

.vscode/tasks.json

Lines changed: 0 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -147,18 +147,6 @@
147147
],
148148
"problemMatcher": "$msCompile"
149149
},
150-
{
151-
"label": "dotnet build [Statiq.Docs.Shell, Release]",
152-
"command": "dotnet",
153-
"type": "shell",
154-
"args": [
155-
"build",
156-
"${workspaceFolder}/Statiq.Docs.Shell/Statiq.Docs.Shell.csproj",
157-
"--configuration",
158-
"Release"
159-
],
160-
"problemMatcher": "$msCompile"
161-
},
162150
{
163151
"label": "dotnet pack [SonghayCore.xUnit, Debug]",
164152
"command": "dotnet",
@@ -176,65 +164,6 @@
176164
"normal"
177165
],
178166
"problemMatcher": "$msCompile"
179-
},
180-
{
181-
"label": "dotnet Statiq [Release]",
182-
"command": "dotnet",
183-
"type": "shell",
184-
"args": [
185-
"${workspaceFolder}/Statiq.Docs.Shell/bin/Release/net8.0/Statiq.Docs.Shell.dll",
186-
"--configuration",
187-
"Release",
188-
"--",
189-
"--root",
190-
"${workspaceFolder}/Statiq.Docs.Shell/bin/Release/net8.0/",
191-
"--log-level",
192-
"Information",
193-
"--log-file",
194-
"${workspaceFolder}/Statiq.Docs.Shell/statiq-"
195-
],
196-
"options": {
197-
"cwd": "${workspaceRoot}/Statiq.Docs.Shell/bin/Release/net8.0/"
198-
},
199-
"problemMatcher": "$msCompile"
200-
},
201-
{
202-
"label": "git [Statiq Theme Docable]",
203-
"command": "git",
204-
"type": "shell",
205-
"args": [
206-
"submodule",
207-
"add",
208-
"--force",
209-
"git@github.com:statiqdev/Docable.git",
210-
"${workspaceFolder}/Statiq.Docs.Shell/bin/Release/net8.0/theme/"
211-
],
212-
"options": {
213-
"cwd": "${workspaceRoot}/Statiq.Docs.Shell/bin/Release/net8.0/"
214-
},
215-
"problemMatcher": "$msCompile"
216-
},
217-
{
218-
"label": "Statiq: add .nojekyll file for GitHub",
219-
"type": "shell",
220-
"options": {
221-
"cwd": "${workspaceFolder}/docs"
222-
},
223-
"linux": {
224-
"command": "touch",
225-
"args": [
226-
".nojekyll"
227-
]
228-
},
229-
"windows": {
230-
"command": "New-Item",
231-
"args": [
232-
"-ItemType",
233-
"file",
234-
".nojekyll"
235-
]
236-
},
237-
"problemMatcher": []
238167
}
239168
]
240169
}

SonghayCore.Tests/Extensions/HttpClientExtensionsTests.ShouldDownloadToFileAsync.txt

Lines changed: 61 additions & 58 deletions
Large diffs are not rendered by default.

SonghayCore.Tests/Models/OpmlTests.opml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<title>kinté links</title>
55
<dateCreated>Thu, 20 Oct 2005 11:15:04 GMT</dateCreated>
6-
<dateModified>Wed, 22 Jan 2025 21:34:34 GMT</dateModified>
6+
<dateModified>Thu, 30 Jan 2025 18:45:01 GMT</dateModified>
77
<ownerName>Bryan Wilhite</ownerName>
88
<ownerEmail>rasx@songhaysystem.com</ownerEmail>
99
</head>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"modificationDate":"2025-01-22T21:34:34.4315835-08:00"}
1+
{"modificationDate":"2025-01-30T18:45:01.8139025-08:00"}

SonghayCore.xUnit/SonghayCore.xUnit.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<AssemblyVersion>6.1.1</AssemblyVersion>
4+
<AssemblyVersion>8.0.0</AssemblyVersion>
55
<RootNamespace>Songhay.Tests</RootNamespace>
66
<TargetFramework>net8.0</TargetFramework>
77

@@ -21,7 +21,7 @@
2121
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
2222
<PackageProjectUrl>https://github.com/BryanWilhite/SonghayCore/projects</PackageProjectUrl>
2323
<PackageReadmeFile>README.md</PackageReadmeFile>
24-
<PackageReleaseNotes>see https://github.com/users/BryanWilhite/projects/28</PackageReleaseNotes>
24+
<PackageReleaseNotes>update of dependencies 📦🔝</PackageReleaseNotes>
2525
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
2626
<PackageTags>Core;Songhay;xUnit;VisualStudio</PackageTags>
2727
<PackageVersion>$(AssemblyVersion)</PackageVersion>
@@ -37,7 +37,7 @@
3737

3838
<ItemGroup>
3939
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
40-
<PackageReference Include="SonghayCore" Version="6.1.4" />
40+
<PackageReference Include="SonghayCore" Version="8.0.0" />
4141
<PackageReference Include="xunit" Version="2.9.3" />
4242
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.1">
4343
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

SonghayCore.xUnit/SonghayCore.xUnit.nuspec

Lines changed: 3 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.4</version>
5+
<version>8.0.0</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>
@@ -19,9 +19,8 @@
1919
<repository type="git" url="https://github.com/BryanWilhite/SonghayCore" />
2020
<dependencies>
2121
<group targetFramework=".net8.0">
22-
<dependency id="Microsoft.Extensions.DependencyInjection" version="6.0.1" />
23-
<dependency id="xunit" version="2.9.2" />
24-
<dependency id="SonghayCore" version="6.1.4" />
22+
<dependency id="xunit" version="2.9.3" />
23+
<dependency id="SonghayCore" version="8.0.0" />
2524
</group>
2625
</dependencies>
2726
</metadata>

SonghayCore/SonghayCore.nuspec

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package>
33
<metadata>
44
<id>SonghayCore</id>
5-
<version>6.1.4</version>
5+
<version>8.0.0</version>
66
<description>Core reusable definitions for .NET Core and .NET Framework</description>
77
<authors>Bryan D. Wilhite</authors>
88
<title>Songhay Core</title>
@@ -13,16 +13,16 @@
1313
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1414
<summary>Core reusable definitions for .NET Core and .NET Framework</summary>
1515
<readme>README.md</readme>
16-
<releaseNotes>see https://github.com/BryanWilhite/SonghayCore/pull/171 and https://github.com/BryanWilhite/SonghayCore/issues/174</releaseNotes>
16+
<releaseNotes>see https://github.com/users/BryanWilhite/projects/31 📦🚀</releaseNotes>
1717
<copyright>(c) 2025 Bryan D. Wilhite</copyright>
18-
<tags>Core Songhay Configuration IO Extension Methods JSON XML XPath XObject LINQ REST Azure </tags>
18+
<tags>Core Songhay Configuration IO Extension Methods JSON XML XPath XObject LINQ IHost REST Azure </tags>
1919
<repository type="git" url="https://github.com/BryanWilhite/SonghayCore" />
2020
<dependencies>
2121
<group targetFramework=".net8.0">
22-
<dependency id="Microsoft.Extensions.Hosting" version="6.0.1"/>
22+
<dependency id="Microsoft.Extensions.Hosting" version="8.0.1"/>
2323
<dependency id="System.ComponentModel.Annotations" version="5.0.0"/>
24-
<dependency id="System.Configuration.ConfigurationManager" version="6.0.1"/>
25-
<dependency id="System.ServiceModel.Syndication" version="6.0.0"/>
24+
<dependency id="System.Configuration.ConfigurationManager" version="8.0.1"/>
25+
<dependency id="System.ServiceModel.Syndication" version="8.0.0"/>
2626
<dependency id="Tavis.UriTemplates" version="2.0.0"/>
2727
</group>
2828
</dependencies>

0 commit comments

Comments
 (0)