Jan Tattermusch | bb9d788 | 2015-04-22 16:54:59 -0700 | [diff] [blame] | 1 | using System.Reflection; |
| 2 | using System.Runtime.CompilerServices; |
| 3 | |
| 4 | [assembly: AssemblyTitle("Grpc.Auth")] |
| 5 | [assembly: AssemblyDescription("")] |
| 6 | [assembly: AssemblyConfiguration("")] |
| 7 | [assembly: AssemblyCompany("")] |
| 8 | [assembly: AssemblyProduct("")] |
| 9 | [assembly: AssemblyCopyright("Google Inc. All rights reserved.")] |
| 10 | [assembly: AssemblyTrademark("")] |
| 11 | [assembly: AssemblyCulture("")] |
Jan Tattermusch | 3af690c | 2015-05-13 15:44:44 -0700 | [diff] [blame^] | 12 | [assembly: AssemblyVersion("0.5.*")] |
Jan Tattermusch | bb9d788 | 2015-04-22 16:54:59 -0700 | [diff] [blame] | 13 | |
| 14 | [assembly: InternalsVisibleTo("Grpc.Auth.Tests")] |