From ccdae436f59fd4efe8eba9c30a3707a9e31fe0de Mon Sep 17 00:00:00 2001 From: Chandler Weiner Date: Thu, 25 Oct 2018 17:16:57 -0400 Subject: [PATCH 1/4] Fix Link to LICENSE file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c97bfa6..fcf7a5f 100644 --- a/README.md +++ b/README.md @@ -122,4 +122,4 @@ csharp-http-client is guided and supported by the SendGrid [Developer Experience csharp-http-client is maintained and funded by SendGrid, Inc. The names and logos for csharp-http-client are trademarks of SendGrid, Inc. # License -[The MIT License (MIT)](LICENSE.txt) +[The MIT License (MIT)](LICENSE.md) From 4246ce060959b634252c8e1c7dd366853625371c Mon Sep 17 00:00:00 2001 From: Chandler Weiner Date: Fri, 26 Oct 2018 11:28:26 -0400 Subject: [PATCH 2/4] Fix link to LICENSE file --- nuspec/SendGrid.CSharp.HTTP.Client.3.3.0.nuspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nuspec/SendGrid.CSharp.HTTP.Client.3.3.0.nuspec b/nuspec/SendGrid.CSharp.HTTP.Client.3.3.0.nuspec index 90e2e37..84fc49d 100644 --- a/nuspec/SendGrid.CSharp.HTTP.Client.3.3.0.nuspec +++ b/nuspec/SendGrid.CSharp.HTTP.Client.3.3.0.nuspec @@ -5,7 +5,7 @@ 3.3.0 Fluent REST API Client Elmer Thomas,SendGrid DX Team - https://github.com/sendgrid/csharp-http-client/blob/master/LICENSE + https://github.com/sendgrid/csharp-http-client/blob/master/LICENSE.md https://github.com/sendgrid/csharp-http-client https://sendgrid.com/wp-content/themes/sgdotcom/pages/brand/2016/SendGrid-Logomark.png false @@ -26,4 +26,4 @@ - \ No newline at end of file + From f9af91e2f5a7448fd2acb70672903f47765961cf Mon Sep 17 00:00:00 2001 From: Chandler Weiner Date: Fri, 26 Oct 2018 11:29:08 -0400 Subject: [PATCH 3/4] Update link to LICENSE --- UnitTest/UnitTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UnitTest/UnitTest.cs b/UnitTest/UnitTest.cs index 6ab12e7..3c5aaba 100644 --- a/UnitTest/UnitTest.cs +++ b/UnitTest/UnitTest.cs @@ -104,7 +104,7 @@ public class TestRepositoryFiles [Test] public void TestLicenseEndYear() { - var licensePath = Path.Combine("..", "..", "..", "LICENSE.txt"); + var licensePath = Path.Combine("..", "..", "..", "LICENSE.md"); string line = File.ReadLines(licensePath).Skip(2).Take(1).First(); Assert.AreEqual(DateTime.Now.Year.ToString(), line.Substring(19, 4)); From 4a1e68fa6a975cd77f2c64ebe60b89e8630cba82 Mon Sep 17 00:00:00 2001 From: Chandler Weiner Date: Fri, 26 Oct 2018 11:31:59 -0400 Subject: [PATCH 4/4] Fix MIT License Badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fcf7a5f..0f6fa1e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Travis Badge](https://travis-ci.org/sendgrid/csharp-http-client.svg?branch=master)](https://travis-ci.org/sendgrid/csharp-http-client) [![NuGet](https://img.shields.io/nuget/v/SendGrid.CSharp.Http.Client.svg)](https://www.nuget.org/packages/SendGrid.CSharp.HTTP.Client) -[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE.txt) +[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE.md) [![Twitter Follow](https://img.shields.io/twitter/follow/sendgrid.svg?style=social&label=Follow)](https://twitter.com/sendgrid) [![GitHub contributors](https://img.shields.io/github/contributors/sendgrid/csharp-http-client.svg)](https://github.com/sendgrid/csharp-http-client/graphs/contributors)