diff --git a/src/csharp/Grpc.Auth/Properties/AssemblyInfo.cs b/src/csharp/Grpc.Auth/Properties/AssemblyInfo.cs index 8108a1aed50ad6f9bd8acd7cbb0099260bb805de..c442ccc977f443b9b59ee32ffb088b4e247dcd2f 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 79d81297a36e0d2c914d999dce4610d68cd86559..00bb400d661f6e15bf0aeaeb56f19e094c87704d 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).