laatzen/SPSLogger/UA_Client_1500/Client/Properties/AssemblyVersionInfo.cs
Roland Drabesch 41ad02fd5c Add SPSLogger
2024-10-15 11:36:17 +02:00

48 lines
1.8 KiB
C#

/* ========================================================================
* Copyright (c) 2005-2017 The OPC Foundation, Inc. All rights reserved.
*
* OPC Reciprocal Community License ("RCL") Version 1.00
*
* Unless explicitly acquired and licensed from Licensor under another
* license, the contents of this file are subject to the Reciprocal
* Community License ("RCL") Version 1.00, or subsequent versions
* as allowed by the RCL, and You may not copy or use this file in either
* source code or executable form, except in compliance with the terms and
* conditions of the RCL.
*
* All software distributed under the RCL is provided strictly on an
* "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED,
* AND LICENSOR HEREBY DISCLAIMS ALL SUCH WARRANTIES, INCLUDING WITHOUT
* LIMITATION, ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
* PURPOSE, QUIET ENJOYMENT, OR NON-INFRINGEMENT. See the RCL for specific
* language governing rights and limitations under the RCL.
*
* The complete license agreement can be found here:
* http://opcfoundation.org/License/RCL/1.00/
* ======================================================================*/
using System;
using System.Collections.Generic;
using System.Text;
/// <summary>
/// Defines string constants for SDK version information.
/// </summary>
internal static class AssemblyVersionInfo
{
/// <summary>
/// The current copy right notice.
/// </summary>
public const string Copyright = "Copyright © 2004-2016 OPC Foundation, Inc";
/// <summary>
/// The current build version.
/// </summary>
public const string CurrentVersion = "1.03.341.0";
/// <summary>
/// The current build file version.
/// </summary>
public const string CurrentFileVersion = "1.03.341.0";
}