Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/26/10 18:17:16 (14 years ago)
Author:
cneumuel
Message:

migration from 3.2 to 3.3 completed. Hive Server and Client are now executable and as functional as they were in 3.2. (#1096)

Location:
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Calendar/3.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Calendar/3.3

    • Property svn:ignore set to
      bin
      obj
  • branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Calendar/3.3/Properties/AssemblyInfo.cs

    r4105 r4107  
    1 using System.Reflection;
     1#region License Information
     2/* HeuristicLab
     3 * Copyright (C) 2002-2008 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     4 *
     5 * This file is part of HeuristicLab.
     6 *
     7 * HeuristicLab is free software: you can redistribute it and/or modify
     8 * it under the terms of the GNU General Public License as published by
     9 * the Free Software Foundation, either version 3 of the License, or
     10 * (at your option) any later version.
     11 *
     12 * HeuristicLab is distributed in the hope that it will be useful,
     13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     15 * GNU General Public License for more details.
     16 *
     17 * You should have received a copy of the GNU General Public License
     18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
     19 */
     20#endregion
     21
     22using System.Reflection;
    223using System.Runtime.CompilerServices;
    324using System.Runtime.InteropServices;
     25using HeuristicLab.PluginInfrastructure;
     26using System.Security;
    427
    528// General Information about an assembly is controlled through the following
    629// set of attributes. Change these attribute values to modify the information
    730// associated with an assembly.
    8 [assembly: AssemblyTitle("DayView")]
     31[assembly: AssemblyTitle("HeuristicLab.Calendar")]
    932[assembly: AssemblyDescription("")]
    1033[assembly: AssemblyConfiguration("")]
    11 [assembly: AssemblyCompany("Moreum")]
    12 [assembly: AssemblyProduct("DayView")]
     34[assembly: AssemblyCompany("")]
     35[assembly: AssemblyProduct("HeuristicLab")]
    1336[assembly: AssemblyCopyright("Copyright © Moreum 2005")]
    1437[assembly: AssemblyTrademark("")]
    1538[assembly: AssemblyCulture("")]
     39[assembly: AllowPartiallyTrustedCallers]
    1640
    1741// Setting ComVisible to false makes the types in this assembly not visible
     
    2145
    2246// The following GUID is for the ID of the typelib if this project is exposed to COM
    23 [assembly: Guid("08c6be4c-e6ac-42ff-b05c-3efb47df115e")]
     47[assembly: Guid("B6BA196A-F2E3-4de2-AE8A-02D4995F8B57")]
    2448
    2549// Version information for an assembly consists of the following four values:
     
    3054//      Revision
    3155//
    32 // You can specify all the values or you can default the Revision and Build Numbers
     56// You can specify all the values or you can default the Build and Revision Numbers
    3357// by using the '*' as shown below:
    34 [assembly: AssemblyVersion("1.0.0")]
    35 [assembly: AssemblyFileVersion("1.0.0.0")]
    36 [assembly: System.CLSCompliant(true)]
     58// [assembly: AssemblyVersion("1.0.*")]
     59[assembly: AssemblyVersion("3.3.0.4105")]
     60[assembly: AssemblyFileVersion("3.3.0.4105")]
     61[assembly: AssemblyBuildDate("2010/07/26 18:06:56")]
Note: See TracChangeset for help on using the changeset viewer.