fixing nits
diff --git a/src/csharp/Grpc.Auth/Properties/AssemblyInfo.cs b/src/csharp/Grpc.Auth/Properties/AssemblyInfo.cs
index 8108a1a..c442ccc 100644
--- a/src/csharp/Grpc.Auth/Properties/AssemblyInfo.cs
+++ b/src/csharp/Grpc.Auth/Properties/AssemblyInfo.cs
@@ -11,4 +11,4 @@
 [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 79d8129..00bb400 100644
--- a/vsprojects/nuget_package/README.md
+++ b/vsprojects/nuget_package/README.md
@@ -19,4 +19,4 @@
 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).