File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
src/Serilog.Sinks.Notepad Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- See: https://github.com/augustoproiete /serilog-sinks-notepad/releases
1+ See: https://github.com/serilog-contrib /serilog-sinks-notepad/releases
Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ The above will attempt to write Serilog's diagnostic messages to the most recent
173173
174174## Release History
175175
176- Click on the [ Releases] ( https://github.com/augustoproiete /serilog-sinks-notepad/releases ) tab on GitHub.
176+ Click on the [ Releases] ( https://github.com/serilog-contrib /serilog-sinks-notepad/releases ) tab on GitHub.
177177
178178---
179179
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ Task("pack")
6363 . IsDependentOn ( "test" )
6464 . Does ( ( ) =>
6565{
66- var releaseNotes = $ "https://github.com/augustoproiete /serilog-sinks-notepad/releases/tag/v{ buildVersion . Version } ";
66+ var releaseNotes = $ "https://github.com/serilog-contrib /serilog-sinks-notepad/releases/tag/v{ buildVersion . Version } ";
6767
6868 DotNetCorePack ( "./src/Serilog.Sinks.Notepad/Serilog.Sinks.Notepad.csproj" , new DotNetCorePackSettings
6969 {
Original file line number Diff line number Diff line change 3333 <Company >augustoproiete.net</Company >
3434 <Description >A Serilog sink that writes log events to Notepad.</Description >
3535 <Copyright >Copyright 2020-2021 C. Augusto Proiete & Contributors - Provided under the Apache License, Version 2.0</Copyright >
36- <PackageTags >serilog;notepad;sink;selflog;diagnostic;debug;troubleshoot;augustoproiete</PackageTags >
36+ <PackageTags >serilog;notepad;sink;selflog;diagnostic;debug;troubleshoot;serilog-sink;serilog-contrib; augustoproiete;augusto-proiete </PackageTags >
3737 <PackageLicenseExpression >Apache-2.0</PackageLicenseExpression >
3838 <PackageIcon >images\icon.png</PackageIcon >
3939 <PackageIconUrl >http://serilog.net/images/serilog-sink-nuget.png</PackageIconUrl >
40- <PackageProjectUrl >https://github.com/augustoproiete /serilog-sinks-notepad</PackageProjectUrl >
41- <PackageReleaseNotes >https://github.com/augustoproiete /serilog-sinks-notepad/releases</PackageReleaseNotes >
40+ <PackageProjectUrl >https://github.com/serilog-contrib /serilog-sinks-notepad</PackageProjectUrl >
41+ <PackageReleaseNotes >https://github.com/serilog-contrib /serilog-sinks-notepad/releases</PackageReleaseNotes >
4242 <RepositoryType >git</RepositoryType >
43- <RepositoryUrl >https://github.com/augustoproiete /serilog-sinks-notepad.git</RepositoryUrl >
43+ <RepositoryUrl >https://github.com/serilog-contrib /serilog-sinks-notepad.git</RepositoryUrl >
4444 </PropertyGroup >
4545
4646 <PropertyGroup >
You can’t perform that action at this time.
0 commit comments