Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/23/16 08:58:27 (8 years ago)
Author:
abeham
Message:

#2644: upgraded Sim# version from 3.0.7 to 3.0.9

Location:
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.SimSharp/3.0.9
Files:
1 edited
1 copied
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.SimSharp/3.0.9/HeuristicLab.SimSharp-3.0.9/Plugin.cs.frame

    r14185 r14196  
    2323
    2424namespace HeuristicLab.SimSharp {
    25   [Plugin("HeuristicLab.SimSharp", "Transport plugin for the simulation framework Sim#", "3.0.7.$WCREV$")]
    26   [PluginFile("HeuristicLab.SimSharp-3.0.7.dll", PluginFileType.Assembly)]
    27   [PluginFile("SimSharp-3.0.7.dll", PluginFileType.Assembly)]
    28   [PluginFile("SimSharp-3.0.7 License.txt", PluginFileType.License)]
     25  [Plugin("HeuristicLab.SimSharp", "Transport plugin for the simulation framework Sim#", "3.0.9.$WCREV$")]
     26  [PluginFile("HeuristicLab.SimSharp-3.0.9.dll", PluginFileType.Assembly)]
     27  [PluginFile("SimSharp-3.0.9.dll", PluginFileType.Assembly)]
     28  [PluginFile("SimSharp-3.0.9 License.txt", PluginFileType.License)]
    2929  public class HeuristicLabSimSharpPlugin : PluginBase {
    3030  }
Note: See TracChangeset for help on using the changeset viewer.