Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/12/19 13:45:11 (5 years ago)
Author:
abeham
Message:

#2975: Updated Sim# to 3.1.1

Location:
trunk/HeuristicLab.ExtLibs/HeuristicLab.SimSharp/3.1.1
Files:
1 added
2 deleted
2 edited
2 copied
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/HeuristicLab.ExtLibs/HeuristicLab.SimSharp/3.1.1/HeuristicLab.SimSharp-3.1.1/HeuristicLab.SimSharp-3.1.1.csproj

    r16715 r16779  
    99    <AppDesignerFolder>Properties</AppDesignerFolder>
    1010    <RootNamespace>HeuristicLab.SimSharp</RootNamespace>
    11     <AssemblyName>HeuristicLab.SimSharp-3.0.11</AssemblyName>
     11    <AssemblyName>HeuristicLab.SimSharp-3.1.1</AssemblyName>
    1212    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
    1313    <FileAlignment>512</FileAlignment>
     
    9292      <Private>False</Private>
    9393    </ProjectReference>
    94     <ProjectReference Include="..\SimSharp-3.0.11\SimSharp-3.0.11.csproj">
     94    <ProjectReference Include="..\SimSharp-3.1.1\SimSharp-3.1.1.csproj">
    9595      <Project>{9fe9c740-7859-4d01-ad07-7d4e15a6320b}</Project>
    96       <Name>SimSharp-3.0.11</Name>
     96      <Name>SimSharp-3.1.1</Name>
    9797    </ProjectReference>
    9898  </ItemGroup>
    9999  <ItemGroup>
    100     <Content Include="SimSharp-3.0.11 License.txt">
     100    <Content Include="SimSharp-3.1.1 License.txt">
    101101      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    102102    </Content>
  • trunk/HeuristicLab.ExtLibs/HeuristicLab.SimSharp/3.1.1/HeuristicLab.SimSharp-3.1.1/Plugin.cs.frame

    r16565 r16779  
    2323
    2424namespace HeuristicLab.SimSharp {
    25   [Plugin("HeuristicLab.SimSharp", "Transport plugin for the simulation framework Sim#", "3.0.11.$WCREV$")]
    26   [PluginFile("HeuristicLab.SimSharp-3.0.11.dll", PluginFileType.Assembly)]
    27   [PluginFile("SimSharp-3.0.11.dll", PluginFileType.Assembly)]
    28   [PluginFile("SimSharp-3.0.11 License.txt", PluginFileType.License)]
     25  [Plugin("HeuristicLab.SimSharp", "Transport plugin for the simulation framework Sim#", "3.1.1.$WCREV$")]
     26  [PluginFile("HeuristicLab.SimSharp-3.1.1.dll", PluginFileType.Assembly)]
     27  [PluginFile("SimSharp-3.1.1.dll", PluginFileType.Assembly)]
     28  [PluginFile("SimSharp-3.1.1 License.txt", PluginFileType.License)]
    2929  public class HeuristicLabSimSharpPlugin : PluginBase {
    3030  }
  • trunk/HeuristicLab.ExtLibs/HeuristicLab.SimSharp/3.1.1/HeuristicLab.SimSharp-3.1.1/Properties/AssemblyInfo.cs.frame

    r15972 r16779  
    55// set of attributes. Change these attribute values to modify the information
    66// associated with an assembly.
    7 [assembly: AssemblyTitle("HeuristicLab.SimSharp-3.0.11")]
     7[assembly: AssemblyTitle("HeuristicLab.SimSharp")]
    88[assembly: AssemblyDescription("Transport plugin for the simulation framework Sim#")]
    99[assembly: AssemblyConfiguration("")]
    1010[assembly: AssemblyCompany("HEAL")]
    1111[assembly: AssemblyProduct("HeuristicLab")]
    12 [assembly: AssemblyCopyright("(c) 2002-2018 HEAL")]
     12[assembly: AssemblyCopyright("(c) 2002-2019 HEAL")]
    1313[assembly: AssemblyTrademark("")]
    1414[assembly: AssemblyCulture("")]
     
    3232// by using the '*' as shown below:
    3333// [assembly: AssemblyVersion("1.0.*")]
    34 [assembly: AssemblyVersion("3.0.11.0")]
    35 [assembly: AssemblyFileVersion("3.0.11.$WCREV$")]
     34[assembly: AssemblyVersion("3.1.1.0")]
     35[assembly: AssemblyFileVersion("3.1.1.$WCREV$")]
Note: See TracChangeset for help on using the changeset viewer.