File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 19
19
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
20
20
// THE SOFTWARE.
21
21
22
+ using System ;
22
23
using System . Reflection ;
23
24
using System . Resources ;
24
25
34
35
[ assembly: AssemblyConfiguration ( "" ) ]
35
36
[ assembly: AssemblyCompany ( "Initial Force AS" ) ]
36
37
[ assembly: AssemblyProduct ( "UnitsNet" ) ]
37
- [ assembly: AssemblyCopyright ( "Copyright © 2007-2014 Initial Force AS" ) ]
38
+ [ assembly: AssemblyCopyright ( "Copyright © 2007-2016 Initial Force AS" ) ]
38
39
[ assembly: AssemblyTrademark ( "" ) ]
39
40
[ assembly: AssemblyCulture ( "" ) ]
40
41
[ assembly: NeutralResourcesLanguage ( "" ) ]
41
-
42
+ [ assembly : CLSCompliant ( true ) ]
42
43
// Version information for an assembly consists of the following four values:
43
44
//
44
45
// Major Version
You can’t perform that action at this time.
0 commit comments