diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index e85e780..56b39c7 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -33,31 +33,31 @@ jobs:
runs-on: ${{ matrix.job.os }}
steps:
- name: Setup netcoreapp3.1
- uses: actions/setup-dotnet@v3.0.3
+ uses: actions/setup-dotnet@v4.3.1
with:
dotnet-version: "3.1.425"
- name: Setup net5.0
- uses: actions/setup-dotnet@v3.0.3
+ uses: actions/setup-dotnet@v4.3.1
with:
dotnet-version: "5.0.408"
- name: Setup net6.0
- uses: actions/setup-dotnet@v3.0.3
+ uses: actions/setup-dotnet@v4.3.1
with:
dotnet-version: "6.0.403"
- name: Setup net7.0
- uses: actions/setup-dotnet@v3.0.3
+ uses: actions/setup-dotnet@v4.3.1
with:
dotnet-version: "7.0.100"
- name: Run dotnet --info
run: dotnet --info
- - uses: actions/checkout@v3.2.0
+ - uses: actions/checkout@v4.2.2
with:
fetch-depth: 0
- name: Build
run: ${{ matrix.job.build }} --verbosity=diagnostic --target=pack
- name: Publish artifacts
if: matrix.job.push && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/'))
- uses: actions/upload-artifact@v3.1.1
+ uses: actions/upload-artifact@v4.6.2
with:
if-no-files-found: warn
name: package
diff --git a/LICENSE b/LICENSE
index b3c79c3..affcffb 100644
--- a/LICENSE
+++ b/LICENSE
@@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.
- Copyright 2020-2022 C. Augusto Proiete & Contributors
+ Copyright 2020-2023 C. Augusto Proiete & Contributors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/README.md b/README.md
index 24a419e..e6ad9f1 100644
--- a/README.md
+++ b/README.md
@@ -177,4 +177,4 @@ Click on the [Releases](https://github.com/serilog-contrib/serilog-sinks-notepad
---
-_Copyright © 2020-2022 C. Augusto Proiete & Contributors - Provided under the [Apache License, Version 2.0](LICENSE)._
+_Copyright © 2020-2023 C. Augusto Proiete & Contributors - Provided under the [Apache License, Version 2.0](LICENSE)._
diff --git a/sample/ConsoleDemo/Program.cs b/sample/ConsoleDemo/Program.cs
index 31aa466..42102d7 100644
--- a/sample/ConsoleDemo/Program.cs
+++ b/sample/ConsoleDemo/Program.cs
@@ -1,4 +1,4 @@
-#region Copyright 2020-2022 C. Augusto Proiete & Contributors
+#region Copyright 2020-2023 C. Augusto Proiete & Contributors
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/src/Serilog.Sinks.Notepad/NotepadLoggerConfigurationExtensions.cs b/src/Serilog.Sinks.Notepad/NotepadLoggerConfigurationExtensions.cs
index cc1ad1c..65bd4d7 100644
--- a/src/Serilog.Sinks.Notepad/NotepadLoggerConfigurationExtensions.cs
+++ b/src/Serilog.Sinks.Notepad/NotepadLoggerConfigurationExtensions.cs
@@ -1,4 +1,4 @@
-#region Copyright 2020-2022 C. Augusto Proiete & Contributors
+#region Copyright 2020-2023 C. Augusto Proiete & Contributors
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/src/Serilog.Sinks.Notepad/Serilog.Sinks.Notepad.csproj b/src/Serilog.Sinks.Notepad/Serilog.Sinks.Notepad.csproj
index b3fb8fa..a412bf5 100644
--- a/src/Serilog.Sinks.Notepad/Serilog.Sinks.Notepad.csproj
+++ b/src/Serilog.Sinks.Notepad/Serilog.Sinks.Notepad.csproj
@@ -31,7 +31,7 @@
C. Augusto Proiete & Contributors
augustoproiete.net
A Serilog sink that writes log events to Notepad.
- Copyright 2020-2022 C. Augusto Proiete & Contributors - Provided under the Apache License, Version 2.0
+ Copyright 2020-2023 C. Augusto Proiete & Contributors - Provided under the Apache License, Version 2.0
serilog;notepad;sink;selflog;diagnostic;debug;troubleshoot;serilog-sink;serilog-contrib;augustoproiete;augusto-proiete
Apache-2.0
images\icon.png
diff --git a/src/Serilog.Sinks.Notepad/Sinks/Notepad/Interop/NotepadTextWriter.cs b/src/Serilog.Sinks.Notepad/Sinks/Notepad/Interop/NotepadTextWriter.cs
index c8c3e8c..651d260 100644
--- a/src/Serilog.Sinks.Notepad/Sinks/Notepad/Interop/NotepadTextWriter.cs
+++ b/src/Serilog.Sinks.Notepad/Sinks/Notepad/Interop/NotepadTextWriter.cs
@@ -1,4 +1,4 @@
-#region Copyright 2020-2022 C. Augusto Proiete & Contributors
+#region Copyright 2020-2023 C. Augusto Proiete & Contributors
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/src/Serilog.Sinks.Notepad/Sinks/Notepad/Interop/User32.cs b/src/Serilog.Sinks.Notepad/Sinks/Notepad/Interop/User32.cs
index b29f5c0..f417510 100644
--- a/src/Serilog.Sinks.Notepad/Sinks/Notepad/Interop/User32.cs
+++ b/src/Serilog.Sinks.Notepad/Sinks/Notepad/Interop/User32.cs
@@ -1,4 +1,4 @@
-#region Copyright 2020-2022 C. Augusto Proiete & Contributors
+#region Copyright 2020-2023 C. Augusto Proiete & Contributors
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/src/Serilog.Sinks.Notepad/Sinks/Notepad/NotepadSink.cs b/src/Serilog.Sinks.Notepad/Sinks/Notepad/NotepadSink.cs
index 38fe3a3..09ab963 100644
--- a/src/Serilog.Sinks.Notepad/Sinks/Notepad/NotepadSink.cs
+++ b/src/Serilog.Sinks.Notepad/Sinks/Notepad/NotepadSink.cs
@@ -1,4 +1,4 @@
-#region Copyright 2020-2022 C. Augusto Proiete & Contributors
+#region Copyright 2020-2023 C. Augusto Proiete & Contributors
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/src/Serilog.Sinks.Notepad/Sinks/Notepad/NotepadWindow.cs b/src/Serilog.Sinks.Notepad/Sinks/Notepad/NotepadWindow.cs
index da479fd..0ab1c78 100644
--- a/src/Serilog.Sinks.Notepad/Sinks/Notepad/NotepadWindow.cs
+++ b/src/Serilog.Sinks.Notepad/Sinks/Notepad/NotepadWindow.cs
@@ -1,4 +1,4 @@
-#region Copyright 2020-2022 C. Augusto Proiete & Contributors
+#region Copyright 2020-2023 C. Augusto Proiete & Contributors
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/src/Serilog.Sinks.Notepad/Sinks/Notepad/NullSink.cs b/src/Serilog.Sinks.Notepad/Sinks/Notepad/NullSink.cs
index 1a1f487..f0c1359 100644
--- a/src/Serilog.Sinks.Notepad/Sinks/Notepad/NullSink.cs
+++ b/src/Serilog.Sinks.Notepad/Sinks/Notepad/NullSink.cs
@@ -1,4 +1,4 @@
-#region Copyright 2020-2022 C. Augusto Proiete & Contributors
+#region Copyright 2020-2023 C. Augusto Proiete & Contributors
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/src/Serilog.Sinks.Notepad/Sinks/TextWriter/TextWriterSink.cs b/src/Serilog.Sinks.Notepad/Sinks/TextWriter/TextWriterSink.cs
index 7ffea08..f0bb483 100644
--- a/src/Serilog.Sinks.Notepad/Sinks/TextWriter/TextWriterSink.cs
+++ b/src/Serilog.Sinks.Notepad/Sinks/TextWriter/TextWriterSink.cs
@@ -1,4 +1,4 @@
-#region Copyright 2020-2022 C. Augusto Proiete & Contributors
+#region Copyright 2020-2023 C. Augusto Proiete & Contributors
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/test/Serilog.Sinks.Notepad.Tests/Sinks/TextWriter/TextWriterSinkTests.cs b/test/Serilog.Sinks.Notepad.Tests/Sinks/TextWriter/TextWriterSinkTests.cs
index 5c3df22..418cfb4 100644
--- a/test/Serilog.Sinks.Notepad.Tests/Sinks/TextWriter/TextWriterSinkTests.cs
+++ b/test/Serilog.Sinks.Notepad.Tests/Sinks/TextWriter/TextWriterSinkTests.cs
@@ -1,4 +1,4 @@
-#region Copyright 2020-2022 C. Augusto Proiete & Contributors
+#region Copyright 2020-2023 C. Augusto Proiete & Contributors
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/test/Serilog.Sinks.Notepad.Tests/Support/Some.cs b/test/Serilog.Sinks.Notepad.Tests/Support/Some.cs
index 36e1a11..5442338 100644
--- a/test/Serilog.Sinks.Notepad.Tests/Support/Some.cs
+++ b/test/Serilog.Sinks.Notepad.Tests/Support/Some.cs
@@ -1,4 +1,4 @@
-#region Copyright 2020-2022 C. Augusto Proiete & Contributors
+#region Copyright 2020-2023 C. Augusto Proiete & Contributors
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.