OLD | NEW |
(Empty) | |
| 1 using System.Reflection; |
| 2 using System.Runtime.CompilerServices; |
| 3 |
| 4 [assembly: AssemblyTitle("Grpc.Core")] |
| 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("")] |
| 12 |
| 13 #if SIGNED |
| 14 [assembly: InternalsVisibleTo("Grpc.Core.Tests,PublicKey=" + |
| 15 "00240000048000009400000006020000002400005253413100040000010001002f5797a92c6
fcde81bd4098f43" + |
| 16 "0442bb8e12768722de0b0cb1b15e955b32a11352740ee59f2c94c48edc8e177d1052536b8ac
651bce11ce5da3a" + |
| 17 "27fc95aff3dc604a6971417453f9483c7b5e836756d5b271bf8f2403fe186e31956148c03d8
04487cf642f8cc0" + |
| 18 "71394ee9672dfe5b55ea0f95dfd5a7f77d22c962ccf51320d3")] |
| 19 #else |
| 20 [assembly: InternalsVisibleTo("Grpc.Core.Tests")] |
| 21 #endif |
OLD | NEW |