Skip to content

Commit 264e09e

Browse files
Update URLs after move to serilog-contrib org
1 parent b655a35 commit 264e09e

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ In order for the Excel-DNA enricher to work from an add-in that was packaged usi
6868

6969
## Release History
7070

71-
Click on the [Releases](https://github.com/augustoproiete/serilog-enrichers-exceldna/releases) tab on GitHub.
71+
Click on the [Releases](https://github.com/serilog-contrib/serilog-enrichers-exceldna/releases) tab on GitHub.
7272

7373
---
7474

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-exceldna/releases/tag/v{buildVersion.Version}";
63+
var releaseNotes = $"https://github.com/serilog-contrib/serilog-enrichers-exceldna/releases/tag/v{buildVersion.Version}";
6464

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

src/Serilog.Enrichers.ExcelDna/Serilog.Enrichers.ExcelDna.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 with properties from Excel-DNA</Description>
3636
<Copyright>Copyright 2018-2021 C. Augusto Proiete &amp; Contributors - Provided under the Apache License, Version 2.0</Copyright>
37-
<PackageTags>serilog;enricher;exceldna;excel-dna;xll;xllpath;excel</PackageTags>
37+
<PackageTags>serilog;enricher;exceldna;excel-dna;xll;xllpath;excel;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-exceldna/master/assets/serilog-enrichers-exceldna-nuget.png</PackageIconUrl>
41-
<PackageProjectUrl>https://github.com/augustoproiete/serilog-enrichers-exceldna</PackageProjectUrl>
42-
<PackageReleaseNotes>https://github.com/augustoproiete/serilog-enrichers-exceldna/releases</PackageReleaseNotes>
40+
<PackageIconUrl>https://raw.githubusercontent.com/serilog-contrib/serilog-enrichers-exceldna/master/assets/serilog-enrichers-exceldna-nuget.png</PackageIconUrl>
41+
<PackageProjectUrl>https://github.com/serilog-contrib/serilog-enrichers-exceldna</PackageProjectUrl>
42+
<PackageReleaseNotes>https://github.com/serilog-contrib/serilog-enrichers-exceldna/releases</PackageReleaseNotes>
4343
<RepositoryType>git</RepositoryType>
44-
<RepositoryUrl>https://github.com/augustoproiete/serilog-enrichers-exceldna.git</RepositoryUrl>
44+
<RepositoryUrl>https://github.com/serilog-contrib/serilog-enrichers-exceldna.git</RepositoryUrl>
4545
</PropertyGroup>
4646

4747
<PropertyGroup>

0 commit comments

Comments
 (0)