Skip to content

Commit 63f5123

Browse files
Update URLs after move to serilog-contrib org
1 parent 17adbed commit 63f5123

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
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-enrichers-globallogcontext/releases
1+
See: https://github.com/serilog-contrib/serilog-enrichers-globallogcontext/releases

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ As you can see, the main difference is that `Serilog.Enrichers.GlobalLogContext`
131131

132132
## Release History
133133

134-
Click on the [Releases](https://github.com/augustoproiete/Serilog.Enrichers.GlobalLogContext/releases) tab on GitHub.
134+
Click on the [Releases](https://github.com/serilog-contrib/serilog-enrichers-globallogcontext/releases) tab on GitHub.
135135

136136
---
137137

build.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Task("pack")
6060
.IsDependentOn("test")
6161
.Does(() =>
6262
{
63-
var releaseNotes = $"https://github.com/augustoproiete/serilog-enrichers-globallogcontext/releases/tag/v{buildVersion.Version}";
63+
var releaseNotes = $"https://github.com/serilog-contrib/serilog-enrichers-globallogcontext/releases/tag/v{buildVersion.Version}";
6464

6565
DotNetCorePack("./src/Serilog.Enrichers.GlobalLogContext/Serilog.Enrichers.GlobalLogContext.csproj", new DotNetCorePackSettings
6666
{

src/Serilog.Enrichers.GlobalLogContext/Serilog.Enrichers.GlobalLogContext.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@
3434
<Company>augustoproiete.net</Company>
3535
<Description>A Serilog Enricher for adding properties to all log events in your app.</Description>
3636
<Copyright>Copyright 2021 C. Augusto Proiete &amp; Contributors - Provided under the Apache License, Version 2.0</Copyright>
37-
<PackageTags>serilog;enricher;enrichers;globallogcontext;global-log-context;globalcontext;global-context;logcontext;log-context;augustoproiete;augusto-proiete</PackageTags>
37+
<PackageTags>serilog;enricher;enrichers;globallogcontext;global-log-context;globalcontext;global-context;logcontext;log-context;serilog-enricher;serilog-contrib;augustoproiete;augusto-proiete</PackageTags>
3838
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
3939
<PackageIcon>images\icon.png</PackageIcon>
40-
<PackageIconUrl>https://raw.githubusercontent.com/augustoproiete/serilog-enrichers-globallogcontext/master/assets/serilog-enrichers-globallogcontext-nuget.png</PackageIconUrl>
41-
<PackageProjectUrl>https://github.com/augustoproiete/serilog-enrichers-globallogcontext</PackageProjectUrl>
42-
<PackageReleaseNotes>https://github.com/augustoproiete/serilog-enrichers-globallogcontext/releases</PackageReleaseNotes>
40+
<PackageIconUrl>https://raw.githubusercontent.com/serilog-contrib/serilog-enrichers-globallogcontext/master/assets/serilog-enrichers-globallogcontext-nuget.png</PackageIconUrl>
41+
<PackageProjectUrl>https://github.com/serilog-contrib/serilog-enrichers-globallogcontext</PackageProjectUrl>
42+
<PackageReleaseNotes>https://github.com/serilog-contrib/serilog-enrichers-globallogcontext/releases</PackageReleaseNotes>
4343
<RepositoryType>git</RepositoryType>
44-
<RepositoryUrl>https://github.com/augustoproiete/serilog-enrichers-globallogcontext.git</RepositoryUrl>
44+
<RepositoryUrl>https://github.com/serilog-contrib/serilog-enrichers-globallogcontext.git</RepositoryUrl>
4545
</PropertyGroup>
4646

4747
<PropertyGroup>

0 commit comments

Comments
 (0)