Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/24/10 10:24:20 (14 years ago)
Author:
gkronber
Message:

Preparations for next HL release. #1203

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.PluginInfrastructure/3.3/Starter/AboutDialog.cs

    r4068 r4482  
    4040      var curAssembly = this.GetType().Assembly;
    4141      productTextBox.Text = GetProduct(curAssembly);
    42       versionTextBox.Text = GetVersion(curAssembly);
     42      versionTextBox.Text = GetVersion();
    4343      copyrightTextBox.Text = GetCopyright(curAssembly);
    4444      imageList.Images.Add(HeuristicLab.PluginInfrastructure.Resources.Plugin);
     
    7979    }
    8080
    81     private string GetVersion(Assembly asm) {
     81    private string GetVersion() {
    8282      FileVersionInfo pluginInfrastructureVersion = FileVersionInfo.GetVersionInfo(GetType().Assembly.Location);
    8383      return pluginInfrastructureVersion.FileVersion;
Note: See TracChangeset for help on using the changeset viewer.