External/OxyPlot/GlobalAssemblyInfo.cs
author moel.mich
Tue, 30 Dec 2014 17:35:29 +0000
changeset 429 5d87c9fc69f6
permissions -rw-r--r--
Changed the settings save code to use a two file based approach in order to reduce cases where settings are lost or reset (Fixed Issue 501).
moel@391
     1
//-----------------------------------------------------------------------
moel@391
     2
// <copyright file="GlobalAssemblyInfo.cs" company="OxyPlot">
moel@391
     3
//   The MIT License (MIT)
moel@391
     4
//
moel@391
     5
//   Copyright (c) 2012 Oystein Bjorke
moel@391
     6
//
moel@391
     7
//   Permission is hereby granted, free of charge, to any person obtaining a
moel@391
     8
//   copy of this software and associated documentation files (the
moel@391
     9
//   "Software"), to deal in the Software without restriction, including
moel@391
    10
//   without limitation the rights to use, copy, modify, merge, publish,
moel@391
    11
//   distribute, sublicense, and/or sell copies of the Software, and to
moel@391
    12
//   permit persons to whom the Software is furnished to do so, subject to
moel@391
    13
//   the following conditions:
moel@391
    14
//
moel@391
    15
//   The above copyright notice and this permission notice shall be included
moel@391
    16
//   in all copies or substantial portions of the Software.
moel@391
    17
//
moel@391
    18
//   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
moel@391
    19
//   OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
moel@391
    20
//   MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
moel@391
    21
//   IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
moel@391
    22
//   CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
moel@391
    23
//   TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
moel@391
    24
//   SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
moel@391
    25
// </copyright>
moel@391
    26
//-----------------------------------------------------------------------
moel@391
    27
moel@391
    28
using System.Reflection;
moel@391
    29
moel@391
    30
[assembly: AssemblyConfiguration("")]
moel@391
    31
[assembly: AssemblyProduct("OxyPlot")]
moel@391
    32
[assembly: AssemblyCompany("OxyPlot")]
moel@391
    33
[assembly: AssemblyCopyright("Copyright (C) OxyPlot 2012.")]
moel@391
    34
[assembly: AssemblyTrademark("")]
moel@391
    35
[assembly: AssemblyCulture("")]
moel@391
    36
moel@391
    37
[assembly: AssemblyVersion("2013.1.1.1")]
moel@391
    38
[assembly: AssemblyFileVersion("2013.1.1.1")]