fixing nits

pull/1610/head
Jan Tattermusch 10 years ago
parent 37733bb110
commit 7de4d10ecf
  1. 2
      src/csharp/Grpc.Auth/Properties/AssemblyInfo.cs
  2. 2
      vsprojects/nuget_package/README.md

@ -11,4 +11,4 @@ using System.Runtime.CompilerServices;
[assembly: AssemblyCulture("")]
[assembly: AssemblyVersion("0.5.*")]
[assembly: InternalsVisibleTo("Grpc.Auth.Tests")]
[assembly: InternalsVisibleTo("Grpc.Auth.Tests")]

@ -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).
When building the NuGet package, ignore the "Assembly outside lib folder" warnings (they DLLs are not assemblies, they are native libraries).

Loading…
Cancel
Save