deislabs / cnab-netstandard

.NET Standard 2.0 Client Library for CNAB
https://cnab.io
MIT License
11 stars 5 forks source link

Rename namespce Cnab.Bundle to Cnab to avoid symbol name duplication #19

Closed radu-matei closed 5 years ago

radu-matei commented 5 years ago

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.