dicej / spin-dotnet-sdk

Experimental Spin SDK for .NET
1 stars 4 forks source link

WIP: Change namespace to `Fermyon.Spin` #8

Open bacongobbler opened 2 months ago

bacongobbler commented 2 months ago

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 as Spin.*; for example Spin.Http and Spin.SDK.MQTT. This change consolidates them all under Fermyon.Spin.*.

bacongobbler commented 2 months ago

Marking as a WIP; still need to recompile the Spin SDK to see how this works against the sample apps