Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mismatch in the Reflected IfcApplication #45

Open
AlexBrad1eyCT opened this issue Mar 19, 2021 · 1 comment
Open

Mismatch in the Reflected IfcApplication #45

AlexBrad1eyCT opened this issue Mar 19, 2021 · 1 comment

Comments

@AlexBrad1eyCT
Copy link

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
Copy link
Collaborator

Thanks, I made a change within this commit e97911f

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants