1
- using System . Reflection ;
2
- using System . Runtime . CompilerServices ;
1
+ // Copyright(c) 2007 Andreas Gullberg Larsen
2
+ // https://github.com/anjdreas/UnitsNet
3
+ //
4
+ // Permission is hereby granted, free of charge, to any person obtaining a copy
5
+ // of this software and associated documentation files (the "Software"), to deal
6
+ // in the Software without restriction, including without limitation the rights
7
+ // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8
+ // copies of the Software, and to permit persons to whom the Software is
9
+ // furnished to do so, subject to the following conditions:
10
+ //
11
+ // The above copyright notice and this permission notice shall be included in
12
+ // all copies or substantial portions of the Software.
13
+ //
14
+ // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15
+ // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16
+ // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
17
+ // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18
+ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
19
+ // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
20
+ // THE SOFTWARE.
21
+
22
+ using System . Reflection ;
3
23
using System . Runtime . InteropServices ;
4
24
5
25
// General Information about an assembly is controlled through the following
6
26
// set of attributes. Change these attribute values to modify the information
7
27
// associated with an assembly.
28
+
8
29
[ assembly: AssemblyTitle ( "UnitsNet.Serialization.JsonNet.Tests" ) ]
9
30
[ assembly: AssemblyDescription ( "" ) ]
10
31
[ assembly: AssemblyConfiguration ( "" ) ]
17
38
// Setting ComVisible to false makes the types in this assembly not visible
18
39
// to COM components. If you need to access a type in this assembly from
19
40
// COM, set the ComVisible attribute to true on that type.
41
+
20
42
[ assembly: ComVisible ( false ) ]
21
43
22
44
// The following GUID is for the ID of the typelib if this project is exposed to COM
45
+
23
46
[ assembly: Guid ( "2a76fc53-e331-4cfa-83c0-93a212fd8f6e" ) ]
24
47
25
48
// Version information for an assembly consists of the following four values:
32
55
// You can specify all the values or you can default the Build and Revision Numbers
33
56
// by using the '*' as shown below:
34
57
// [assembly: AssemblyVersion("1.0.*")]
58
+
35
59
[ assembly: AssemblyVersion ( "1.0.0.0" ) ]
36
- [ assembly: AssemblyFileVersion ( "1.0.0.0" ) ]
60
+ [ assembly: AssemblyFileVersion ( "1.0.0.0" ) ]
0 commit comments