|
1 |
| -// Copyright © 2007 by Initial Force AS. All rights reserved. |
2 |
| -// https://github.com/InitialForce/SIUnits |
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; |
23 |
| -using System.Resources; |
24 |
| - |
25 |
| -// General Information about an assembly is controlled through the following |
26 |
| -// set of attributes. Change these attribute values to modify the information |
27 |
| -// associated with an assembly. |
28 |
| - |
29 |
| -[assembly: AssemblyTitle("UnitsNet")] |
30 |
| -[assembly: AssemblyDescription("Data structures and helper methods to convert values between units, parse value and unit from text or get textual representation.")] |
31 |
| -[assembly: AssemblyConfiguration("")] |
32 |
| -[assembly: AssemblyCompany("Initial Force AS")] |
33 |
| -[assembly: AssemblyProduct("UnitsNet")] |
34 |
| -[assembly: AssemblyCopyright("Copyright © 2007-2013 Initial Force AS")] |
35 |
| -[assembly: AssemblyTrademark("")] |
36 |
| -[assembly: AssemblyCulture("")] |
37 |
| -[assembly: NeutralResourcesLanguage("")] |
38 |
| - |
39 |
| -// Version information for an assembly consists of the following four values: |
40 |
| -// |
41 |
| -// Major Version |
42 |
| -// Minor Version |
43 |
| -// Build Number |
44 |
| -// Revision |
45 |
| -// |
46 |
| - |
47 |
| -[assembly: AssemblyVersion("1.9.0")] |
48 |
| -[assembly: AssemblyFileVersion("1.9.0")] |
| 1 | +// Copyright © 2007 by Initial Force AS. All rights reserved. |
| 2 | +// https://github.com/InitialForce/SIUnits |
| 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; |
| 23 | +using System.Resources; |
| 24 | + |
| 25 | +// General Information about an assembly is controlled through the following |
| 26 | +// set of attributes. Change these attribute values to modify the information |
| 27 | +// associated with an assembly. |
| 28 | + |
| 29 | +[assembly: AssemblyTitle("UnitsNet")] |
| 30 | +[assembly: AssemblyDescription("Data structures and helper methods to convert values between units, parse value and unit from text or get textual representation.")] |
| 31 | +[assembly: AssemblyConfiguration("")] |
| 32 | +[assembly: AssemblyCompany("Initial Force AS")] |
| 33 | +[assembly: AssemblyProduct("UnitsNet")] |
| 34 | +[assembly: AssemblyCopyright("Copyright © 2007-2013 Initial Force AS")] |
| 35 | +[assembly: AssemblyTrademark("")] |
| 36 | +[assembly: AssemblyCulture("")] |
| 37 | +[assembly: NeutralResourcesLanguage("")] |
| 38 | + |
| 39 | +// Version information for an assembly consists of the following four values: |
| 40 | +// |
| 41 | +// Major Version |
| 42 | +// Minor Version |
| 43 | +// Build Number |
| 44 | +// Revision |
| 45 | +// |
| 46 | + |
| 47 | +[assembly: AssemblyVersion("1.10.0")] |
| 48 | +[assembly: AssemblyFileVersion("1.10.0")] |
0 commit comments