Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 4 and Version 5 of Documentation/DevelopmentCenter/CreateNewPluginUsingVS


Ignore:
Timestamp:
03/21/12 09:10:20 (13 years ago)
Author:
gkronber
Comment:

more description about assembly version attributes

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/DevelopmentCenter/CreateNewPluginUsingVS

    v4 v5  
    2727
    2828=== !AssemblyInfo ===
    29 There are two important attributes that you have to configure in the !AssemblyInfo file. The !AssemblyVersion is set to the same value as the !HeuristicLab Version by convention. It should only be incremented if you use the HL serialization mechanism and want to signal a persistence break between two version. !AssemblyFileVersion can be set without any restrictions:
     29Optionally you can change your {{{AssemblyInfo.cs}}} file. This is useful is you want to publish multiple version of your plugin later.
     30We set the !AssemblyVersion to the same value as the current !HeuristicLab major version by convention. The assembly version should be incremented if you use the HL serialization mechanism and want to signal a persistence break between two versions. The !AssemblyFileVersion is not used by !HeuristicLab and can be set without any restrictions:
    3031
    3132[[Image(assembly_info.png)]]