is it possible to change the package properties (like Version - see attachment) with python script?
Because at first i get all library versions and add them (per python). After this I want to write the sum into the version property. But i don't find anything in scriptengine...
Best regards
Chris
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2018-12-07
Originally created by: KevinR
The package contains a manifest file "Package.manifest" which holds the information for the whole package.
The manifest file is in XML format and can be edited.
So you can open the package with python and edit the manifest file to change the version of the package.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
KevinR hat geschrieben:
The package contains a manifest file "Package.manifest" which holds the information for the whole package.
The manifest file is in XML format and can be edited.
So you can open the package with python and edit the manifest file to change the version of the package.
Thanks KevinR!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hey guys,
is it possible to change the package properties (like Version - see attachment) with python script?
Because at first i get all library versions and add them (per python). After this I want to write the sum into the version property. But i don't find anything in scriptengine...
Best regards
Chris
Originally created by: KevinR
The package contains a manifest file "Package.manifest" which holds the information for the whole package.
The manifest file is in XML format and can be edited.
So you can open the package with python and edit the manifest file to change the version of the package.
Thanks KevinR!