As a general convention, it's good practice to append the company/org name in the package name so that the library does not conflict with other packages.
Additionally, some packages were referred to as Spin.SDK.* while some were referred to as Spin.*; for example Spin.Http and Spin.SDK.MQTT. This change consolidates them all under Fermyon.Spin.*.
As a general convention, it's good practice to append the company/org name in the package name so that the library does not conflict with other packages.
The Spin Web Framework has already claimed the namespace on nuget.org: https://www.nuget.org/packages/Spin
Additionally, some packages were referred to as
Spin.SDK.*
while some were referred to asSpin.*
; for exampleSpin.Http
andSpin.SDK.MQTT
. This change consolidates them all underFermyon.Spin.*
.