From 7de4d10ecf641284621d0a31d2944666376ee2f5 Mon Sep 17 00:00:00 2001
From: Jan Tattermusch <jtattermusch@google.com>
Date: Thu, 14 May 2015 17:59:51 -0700
Subject: [PATCH] fixing nits

---
 src/csharp/Grpc.Auth/Properties/AssemblyInfo.cs | 2 +-
 vsprojects/nuget_package/README.md              | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/csharp/Grpc.Auth/Properties/AssemblyInfo.cs b/src/csharp/Grpc.Auth/Properties/AssemblyInfo.cs
index 8108a1aed5..c442ccc977 100644
--- a/src/csharp/Grpc.Auth/Properties/AssemblyInfo.cs
+++ b/src/csharp/Grpc.Auth/Properties/AssemblyInfo.cs
@@ -11,4 +11,4 @@ using System.Runtime.CompilerServices;
 [assembly: AssemblyCulture("")]
 [assembly: AssemblyVersion("0.5.*")]
 
-[assembly: InternalsVisibleTo("Grpc.Auth.Tests")]
\ No newline at end of file
+[assembly: InternalsVisibleTo("Grpc.Auth.Tests")]
diff --git a/vsprojects/nuget_package/README.md b/vsprojects/nuget_package/README.md
index 79d81297a3..00bb400d66 100644
--- a/vsprojects/nuget_package/README.md
+++ b/vsprojects/nuget_package/README.md
@@ -19,4 +19,4 @@ buildall.bat
 nuget pack grpc.native.csharp_ext.nuspec
 ```
 
-When building the NuGet package, ignore the "Assembly outside lib folder" warnings (they DLLs are not assemblies, they are native libraries).
\ No newline at end of file
+When building the NuGet package, ignore the "Assembly outside lib folder" warnings (they DLLs are not assemblies, they are native libraries).
-- 
GitLab