This PR renames the namespace Cnab.Bundle to Cnab - this simplifies clients' importing the namespace and trying to use the Bundle class - specifically, this avoids using Bundle.Bundle every time the Bundle class needs to be used, even if Cnab.Bundle was already imported.
This PR renames the namespace
Cnab.Bundle
toCnab
- this simplifies clients' importing the namespace and trying to use theBundle
class - specifically, this avoids usingBundle.Bundle
every time theBundle
class needs to be used, even ifCnab.Bundle
was already imported.