|
| 1 | +using System.Reflection; |
| 2 | +using System.Runtime.CompilerServices; |
| 3 | +using System.Runtime.InteropServices; |
| 4 | + |
| 5 | +// General Information about an assembly is controlled through the following |
| 6 | +// set of attributes. Change these attribute values to modify the information |
| 7 | +// associated with an assembly. |
| 8 | +[assembly: AssemblyTitle("OptimizelySDK.NetStandard16")] |
| 9 | +[assembly: AssemblyDescription("")] |
| 10 | +[assembly: AssemblyConfiguration("")] |
| 11 | +[assembly: AssemblyCompany("")] |
| 12 | +[assembly: AssemblyProduct("OptimizelySDK.NetStandard16")] |
| 13 | +[assembly: AssemblyCopyright("Copyright © 2017-2019")] |
| 14 | +[assembly: AssemblyTrademark("")] |
| 15 | +[assembly: AssemblyCulture("")] |
| 16 | + |
| 17 | +// Setting ComVisible to false makes the types in this assembly not visible |
| 18 | +// to COM components. If you need to access a type in this assembly from |
| 19 | +// COM, set the ComVisible attribute to true on that type. |
| 20 | +[assembly: ComVisible(false)] |
| 21 | + |
| 22 | +// Make types and members with internal scope visible to friend |
| 23 | +// OptimizelySDK.Tests unit tests. |
| 24 | +#pragma warning disable 1700 |
| 25 | +[assembly: InternalsVisibleTo("OptimizelySDK.Tests, PublicKey=ThePublicKey")] |
| 26 | +#pragma warning restore 1700 |
| 27 | + |
| 28 | +// The following GUID is for the ID of the typelib if this project is exposed to COM |
| 29 | +[assembly: Guid("40906323-a8be-4a71-8e42-9646b23d56cf")] |
| 30 | + |
| 31 | +// Version information for an assembly consists of the following four values: |
| 32 | +// |
| 33 | +// Major Version |
| 34 | +// Minor Version |
| 35 | +// Build Number |
| 36 | +// Revision |
| 37 | +// |
| 38 | +// You can specify all the values or you can default the Build and Revision Numbers |
| 39 | +// by using the '*' as shown below: |
| 40 | +// [assembly: AssemblyVersion("1.0.*")] |
| 41 | +[assembly: AssemblyVersion("3.0.0.0")] |
| 42 | +[assembly: AssemblyFileVersion("3.0.0.0")] |
| 43 | +[assembly: AssemblyInformationalVersion("3.0.0")] // Used by Nuget. |
0 commit comments