From a9a38e16abcc908ff8fad5491dddd39d062c2012 Mon Sep 17 00:00:00 2001 From: terencet Date: Mon, 24 Oct 2016 15:25:29 +1100 Subject: [PATCH] update project url --- README.md | 2 +- src/SeriLog.LogSanitizingFormatter/project.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e07ff7..3134e55 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ using Serilog.Exceptions; using Serilog.Formatting.Json; using SeriLog.LogSanitizingFormatter; -namespace PageUp.JobSource.Infrastructure.Logging +namespace PageUp.Infrastructure.Logging { public class Logger { diff --git a/src/SeriLog.LogSanitizingFormatter/project.json b/src/SeriLog.LogSanitizingFormatter/project.json index 213ab78..3cae503 100644 --- a/src/SeriLog.LogSanitizingFormatter/project.json +++ b/src/SeriLog.LogSanitizingFormatter/project.json @@ -4,6 +4,7 @@ "owners": [ "PageUp" ], "authors": [ "PageUp" ], "description": "A log sanitizing formatter to scrub senstive data from logs", + "projectUrl": "https://github.com/PageUpPeopleOrg/SeriLog.LogSanitizingFormatter", "copyright": "© 2016 PageUp", "tags": [ "serilog", "logsanitizingformatter", "pageup" ], "buildOptions": {