From 0b1b20f5dfb5f8aeb79f2dd1aed43534641ddf00 Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Tue, 8 Nov 2016 22:33:31 -0500 Subject: [PATCH] add author --- src/UriBuilder.Fluent/project.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/UriBuilder.Fluent/project.json b/src/UriBuilder.Fluent/project.json index b1bb265..1694896 100644 --- a/src/UriBuilder.Fluent/project.json +++ b/src/UriBuilder.Fluent/project.json @@ -19,7 +19,9 @@ "dependencies": { "NETStandard.Library": "1.6.0" }, - + "authors": [ + "Tommy Parnell" + ], "frameworks": { "netstandard1.3": { "imports": "dnxcore50"