Changes between Version 4 and Version 5 of Documentation/DevelopmentCenter/CreateNewPluginUsingVS
- Timestamp:
- 03/21/12 09:10:20 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/DevelopmentCenter/CreateNewPluginUsingVS
v4 v5 27 27 28 28 === !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: 29 Optionally you can change your {{{AssemblyInfo.cs}}} file. This is useful is you want to publish multiple version of your plugin later. 30 We 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: 30 31 31 32 [[Image(assembly_info.png)]]