Changeset 17053 for stable/HeuristicLab.ExtLibs/HeuristicLab.SimSharp/3.1.1/HeuristicLab.SimSharp-3.1.1
- Timestamp:
- 07/04/19 12:55:52 (5 years ago)
- Location:
- stable
- Files:
-
- 2 deleted
- 4 edited
- 3 copied
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
stable
-
stable/HeuristicLab.ExtLibs
- Property svn:mergeinfo changed
/trunk/HeuristicLab.ExtLibs merged: 16779
- Property svn:mergeinfo changed
-
stable/HeuristicLab.ExtLibs/HeuristicLab.SimSharp/3.1.1/HeuristicLab.SimSharp-3.1.1/Plugin.cs.frame
r15972 r17053 23 23 24 24 namespace 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)] 29 29 public class HeuristicLabSimSharpPlugin : PluginBase { 30 30 } -
stable/HeuristicLab.ExtLibs/HeuristicLab.SimSharp/3.1.1/HeuristicLab.SimSharp-3.1.1/Properties/AssemblyInfo.cs.frame
r15972 r17053 5 5 // set of attributes. Change these attribute values to modify the information 6 6 // associated with an assembly. 7 [assembly: AssemblyTitle("HeuristicLab.SimSharp -3.0.11")]7 [assembly: AssemblyTitle("HeuristicLab.SimSharp")] 8 8 [assembly: AssemblyDescription("Transport plugin for the simulation framework Sim#")] 9 9 [assembly: AssemblyConfiguration("")] 10 10 [assembly: AssemblyCompany("HEAL")] 11 11 [assembly: AssemblyProduct("HeuristicLab")] 12 [assembly: AssemblyCopyright("(c) 2002-201 8HEAL")]12 [assembly: AssemblyCopyright("(c) 2002-2019 HEAL")] 13 13 [assembly: AssemblyTrademark("")] 14 14 [assembly: AssemblyCulture("")] … … 32 32 // by using the '*' as shown below: 33 33 // [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.