File tree Expand file tree Collapse file tree 7 files changed +75
-144
lines changed Expand file tree Collapse file tree 7 files changed +75
-144
lines changed Original file line number Diff line number Diff line change 147
147
],
148
148
"problemMatcher" : " $msCompile"
149
149
},
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
- },
162
150
{
163
151
"label" : " dotnet pack [SonghayCore.xUnit, Debug]" ,
164
152
"command" : " dotnet" ,
176
164
" normal"
177
165
],
178
166
"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" : []
238
167
}
239
168
]
240
169
}
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 3
3
<head >
4
4
<title >kinté links</title >
5
5
<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 >
7
7
<ownerName >Bryan Wilhite</ownerName >
8
8
<ownerEmail >rasx@songhaysystem.com</ownerEmail >
9
9
</head >
Original file line number Diff line number Diff line change 1
- {"modificationDate" :" 2025-01-22T21:34:34.4315835 -08:00" }
1
+ {"modificationDate" :" 2025-01-30T18:45:01.8139025 -08:00" }
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <AssemblyVersion >6.1.1 </AssemblyVersion >
4
+ <AssemblyVersion >8.0.0 </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 >see https://github.com/users/BryanWilhite/projects/28 </PackageReleaseNotes >
24
+ <PackageReleaseNotes >update of dependencies 📦🔝 </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.12.0" />
40
- <PackageReference Include =" SonghayCore" Version =" 6.1.4 " />
40
+ <PackageReference Include =" SonghayCore" Version =" 8.0.0 " />
41
41
<PackageReference Include =" xunit" Version =" 2.9.3" />
42
42
<PackageReference Include =" xunit.runner.visualstudio" Version =" 3.0.1" >
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 >6.1.4 </version >
5
+ <version >8.0.0 </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 >
19
19
<repository type =" git" url =" https://github.com/BryanWilhite/SonghayCore" />
20
20
<dependencies >
21
21
<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" />
25
24
</group >
26
25
</dependencies >
27
26
</metadata >
Original file line number Diff line number Diff line change 2
2
<package >
3
3
<metadata >
4
4
<id >SonghayCore</id >
5
- <version >6.1.4 </version >
5
+ <version >8.0.0 </version >
6
6
<description >Core reusable definitions for .NET Core and .NET Framework</description >
7
7
<authors >Bryan D. Wilhite</authors >
8
8
<title >Songhay Core</title >
13
13
<requireLicenseAcceptance >false</requireLicenseAcceptance >
14
14
<summary >Core reusable definitions for .NET Core and .NET Framework</summary >
15
15
<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 >
17
17
<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 >
19
19
<repository type =" git" url =" https://github.com/BryanWilhite/SonghayCore" />
20
20
<dependencies >
21
21
<group targetFramework =" .net8.0" >
22
- <dependency id =" Microsoft.Extensions.Hosting" version =" 6 .0.1" />
22
+ <dependency id =" Microsoft.Extensions.Hosting" version =" 8 .0.1" />
23
23
<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" />
26
26
<dependency id =" Tavis.UriTemplates" version =" 2.0.0" />
27
27
</group >
28
28
</dependencies >
You can’t perform that action at this time.
0 commit comments