OctopusDeploy / Octodiff

| Public | 100% C# implementation of remote delta compression based on the rsync algorithm
Other
24 stars 87 forks source link

Prefix NuGet package with Octopus #37

Closed skermajo closed 1 year ago

skermajo commented 1 year ago

Octopus Deploy has recently reserved the Octopus prefix on NuGet. To avoid dependency confusion when referencing multiple NuGet package sources, this prefix is being appended to owned packages. Once Octopus.Octodiff has been published to NuGet, the existing non-prefixed Octodiff package will be marked as deprecated.

Migration will involve simply changing project package references from Octodiff to Octopus.Octodiff.