GeometryGym / GeometryGymIFC

C# classes to generate and parse OpenBIM IFC files
Other
269 stars 97 forks source link

Mismatch in the Reflected IfcApplication #45

Open AlexBrad1eyCT opened 3 years ago

AlexBrad1eyCT commented 3 years ago

there is a miss match in the version derived for IfcApplication to the version derived in the Application Name string

ApplicationFullName uses Assembly.GetEntryAssembly() & Assembly.GetCallingAssembly() where as Version is set from Assembly.GetExecutingAssembly()

this means the version value is the geometryGym Version where as the version in the string is the actual generating application using geometryGym

jmirtsch commented 3 years ago

Thanks, I made a change within this commit https://github.com/GeometryGym/GeometryGymIFC/commit/e97911fee2fbdc7bfcaf60f57f6717ec0317dcfd

Nuget package is being updated. Let me know if you believe this still needs changes.