-
Notifications
You must be signed in to change notification settings - Fork 2
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
Update namespace #470
Update namespace #470
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couple of minor things which need putting back but otherwise the code looks good
XML_Adapter/CRUD/GBXML/ReadGBXML.cs
Outdated
using BHX = BH.Adapter.XML.GBXMLSchema; | ||
using BHC = BH.oM.Physical.Constructions; | ||
|
||
using BH.oM.Adapter; | ||
using BH.oM.Adapters; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one should be left as BH.oM.Adapter
XML_Adapter/CRUD/Read.cs
Outdated
using BHX = BH.Adapter.XML.GBXMLSchema; | ||
using BHC = BH.oM.Physical.Constructions; | ||
|
||
using BH.oM.Adapter; | ||
using BH.Engine.Adapter; | ||
using BH.Engine.Adapters; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be left as BH.Engine.Adapter
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good and works as expected, thanks @MajaLindroth 😄
Issues addressed by this PR
Closes #469
Updated Spacename to "Adapters"
Updated Versioning JSON file
Test files
Changelog
Additional comments