At the moment I am building separate binaries to target each runtime
- .net 4
- Windows Phone
- Silverlight
Now if I move the library over to be a single Portable Class Library, and I am not changing the functionality, is this considered a breaking change?
Or in SemVer terms is it a major, minor or patch version change?