forked from novotnyllc/MetroLog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SharedAssemblyInfo.cs
44 lines (39 loc) · 2.82 KB
/
SharedAssemblyInfo.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyDescription("Lightweight Logging Framework for Portable code")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyCopyright("Copyright © 2012 The MetroLog Team")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.8.5.0")]
[assembly: AssemblyFileVersion("0.8.5.0")]
[assembly: InternalsVisibleTo("MetroLog.Tests, PublicKey=00240000048000009400000006020000002400005253413100040000010001002b4b7e56af036d" +
"ed95a703d3ffc367837e047f6fbdba8fae1d1295a5c031a108aa452c62f14b7a12766f86a0f94f" +
"28dae83980e5b69e97985899ae9299dd6951b0933d13416c564b3997d8ed784208afa2e18f0389" +
"9da14d209054ce3002e47e9ae1bd811baa2a20899c5f6c8211b886be9284541d58476fbabc7323" +
"90a0f7c9")]
[assembly: InternalsVisibleTo("MetroLog.NetCore.Tests, PublicKey=00240000048000009400000006020000002400005253413100040000010001002b4b7e56af036d" +
"ed95a703d3ffc367837e047f6fbdba8fae1d1295a5c031a108aa452c62f14b7a12766f86a0f94f" +
"28dae83980e5b69e97985899ae9299dd6951b0933d13416c564b3997d8ed784208afa2e18f0389" +
"9da14d209054ce3002e47e9ae1bd811baa2a20899c5f6c8211b886be9284541d58476fbabc7323" +
"90a0f7c9")]
//[assembly: InternalsVisibleTo("MetroLog.NetFx.Tests, PublicKey=00240000048000009400000006020000002400005253413100040000010001002b4b7e56af036d" +
// "ed95a703d3ffc367837e047f6fbdba8fae1d1295a5c031a108aa452c62f14b7a12766f86a0f94f" +
// "28dae83980e5b69e97985899ae9299dd6951b0933d13416c564b3997d8ed784208afa2e18f0389" +
// "9da14d209054ce3002e47e9ae1bd811baa2a20899c5f6c8211b886be9284541d58476fbabc7323" +
// "90a0f7c9")]