mirror of https://github.com/grpc/grpc.git
Merge pull request #2607 from jtattermusch/csharp_improvements
Set primary user agent in C# channelpull/2608/head
commit
49c8a15357
16 changed files with 101 additions and 30 deletions
@ -0,0 +1,13 @@ |
||||
using System.Reflection; |
||||
using System.Runtime.CompilerServices; |
||||
|
||||
namespace Grpc.Core |
||||
{ |
||||
public static class VersionInfo |
||||
{ |
||||
/// <summary> |
||||
/// Current version of gRPC |
||||
/// </summary> |
||||
public const string CurrentVersion = "0.6.0"; |
||||
} |
||||
} |
@ -0,0 +1,10 @@ |
||||
<StyleCopSettings Version="105"> |
||||
<SourceFileList> |
||||
<SourceFile>Health.cs</SourceFile> |
||||
<Settings> |
||||
<GlobalSettings> |
||||
<BooleanProperty Name="RulesEnabledByDefault">False</BooleanProperty> |
||||
</GlobalSettings> |
||||
</Settings> |
||||
</SourceFileList> |
||||
</StyleCopSettings> |
Loading…
Reference in new issue