Skip to content

Commit ab0d86b

Browse files
Update URLs after move to serilog-contrib org
1 parent 6ad5bb9 commit ab0d86b

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
See: https://github.com/augustoproiete/serilog-sinks-notepad/releases
1+
See: https://github.com/serilog-contrib/serilog-sinks-notepad/releases

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

build.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
{

src/Serilog.Sinks.Notepad/Serilog.Sinks.Notepad.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@
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 &amp; 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>

0 commit comments

Comments
 (0)