Skip to content

Commit 6b5db65

Browse files
authored
Merge pull request #456 from nblumhardt/2026-dependency-updates
Dependency/SDK updates; waiting on a Seq.Api 2026.1 build
2 parents 758a2f1 + 63ad195 commit 6b5db65

104 files changed

Lines changed: 425 additions & 125 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

ci.global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"sdk": {
3-
"version": "10.0.201"
3+
"version": "10.0.203"
44
}
55
}

src/Roastery/Roastery.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Serilog" Version="4.3.0" />
9+
<PackageReference Include="Serilog" Version="4.3.1" />
1010
<PackageReference Include="SerilogTracing" Version="2.3.1" />
1111
</ItemGroup>
1212

src/SeqCli/Api/ApiConstants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 Datalust Pty Ltd
1+
// Copyright © Datalust and contributors.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

src/SeqCli/Api/SeqConnectionFactory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 Datalust Pty Ltd
1+
// Copyright © Datalust and contributors.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

src/SeqCli/Apps/AppLoader.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019 Datalust Pty Ltd
1+
// Copyright © Datalust and contributors.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

src/SeqCli/Apps/Definitions/AppDefinition.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020 Datalust Pty Ltd and Contributors
1+
// Copyright © Datalust and contributors.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

src/SeqCli/Apps/Definitions/AppDefinitionFormatter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020 Datalust Pty Ltd and Contributors
1+
// Copyright © Datalust and contributors.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

src/SeqCli/Apps/Definitions/AppMetadataReader.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020 Datalust Pty Ltd and Contributors
1+
// Copyright © Datalust and contributors.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

src/SeqCli/Apps/Definitions/AppPlatformDefinition.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020 Datalust Pty Ltd and Contributors
1+
// Copyright © Datalust and contributors.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

src/SeqCli/Apps/Definitions/AppSettingDefinition.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020 Datalust Pty Ltd and Contributors
1+
// Copyright © Datalust and contributors.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)