Hi, I think i've found a bug in the "propertyset load from proj info" action.
Steps to reproduce:
- Create a new fb6 project
- add a "PropertySet define" action for a ".Net Assembly Info" give the propertyset a name.
- add a "PropertySet load from proj info" action using the above propertyset name and define some defaults if the values don't exist
- add a "PropertySet log current values" action.
- Add a "PropertySet save to proj info" action
Observed responses:
- On the first pass (i.e. no existing values) then the default values are logged
- the default values are saved to the .fbpinf file
- On the second pass the values are all logged as empty (zeros or spaces)
- the values in the .fbpinf file are also empty
I think the load from proj info is not assigning the values correctly to the property set.
Also - the nice icon we used to get for a fbd file is missing for the fbpinf file extension - not a massive issue but just thought i'd mention it as well
TestAssemblyInfo.fbz6 (1.584 KB)