mirror of
https://bitbucket.org/anguist/ntpa
synced 2025-10-05 18:41:13 +00:00
19 lines
857 B
C#
19 lines
857 B
C#
// --------------------------------------------------------------------------------------------------------------------
|
|
// <copyright file="GlobalAssemblyInfo.cs" company="OxyPlot">
|
|
// Copyright (c) 2014 OxyPlot contributors
|
|
// </copyright>
|
|
// --------------------------------------------------------------------------------------------------------------------
|
|
|
|
using System.Reflection;
|
|
|
|
[assembly: AssemblyConfiguration("")]
|
|
[assembly: AssemblyProduct("OxyPlot")]
|
|
[assembly: AssemblyCompany("OxyPlot")]
|
|
[assembly: AssemblyCopyright("Copyright (c) 2014 OxyPlot contributors")]
|
|
[assembly: AssemblyTrademark("")]
|
|
[assembly: AssemblyCulture("")]
|
|
|
|
// The version numbers are updated by the build script. See ~/appveyor.yml
|
|
[assembly: AssemblyVersion("0.0.0")]
|
|
[assembly: AssemblyInformationalVersion("0.0.0-alpha")]
|
|
[assembly: AssemblyFileVersion("0.0.0")] |