Skip to content

Commit 791cc1a

Browse files
chore: rebrand NuGet package IDs to Blue-Csharp-Sdk.*
Published to nuget.org as: - Blue-Csharp-Sdk.Core 2.1.0 - Blue-Csharp-Sdk.Node 2.1.0 - Blue-Csharp-Sdk.Tunnel 2.1.0 Previous IDs (Sentinel.SDK.*, Blue.Sentinel.SDK.*) are reserved prefixes on NuGet and blocked publication with HTTP 409. Hyphen form is valid and avoids the reservation. Install: dotnet add package Blue-Csharp-Sdk.Node
1 parent de4bf0c commit 791cc1a

3 files changed

Lines changed: 9 additions & 6 deletions

File tree

src/Sentinel.SDK.Core/Sentinel.SDK.Core.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@
44
<ImplicitUsings>enable</ImplicitUsings>
55
<Nullable>enable</Nullable>
66
<RootNamespace>Sentinel.SDK.Core</RootNamespace>
7-
<PackageId>Blue.Sentinel.SDK.Core</PackageId>
8-
<Version>2.0.0</Version>
7+
<PackageId>Blue-Csharp-Sdk.Core</PackageId>
8+
<Version>2.1.0</Version>
99
<Authors>Blue SDK Team</Authors>
1010
<Description>Blue Sentinel dVPN SDK for .NET — RPC queries, typed events, wallet, chain, transaction building. Tested on Windows.</Description>
1111
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1212
<PackageProjectUrl>https://github.com/Sentinel-Autonomybuilder/blue-csharp-sdk</PackageProjectUrl>
1313
<PackageTags>sentinel;dvpn;vpn;blockchain;cosmos;rpc;blue;p2p</PackageTags>
14+
<PackageReleaseNotes>BREAKING: DisconnectAsync(bool endSession) replaced by DisconnectAsync() (soft) and DisconnectAndEndSessionAsync() (hard). See docs/features/DISCONNECT.md.</PackageReleaseNotes>
1415
</PropertyGroup>
1516
<ItemGroup>
1617
<PackageReference Include="NBitcoin" Version="7.*" />

src/Sentinel.SDK.Node/Sentinel.SDK.Node.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@
44
<ImplicitUsings>enable</ImplicitUsings>
55
<Nullable>enable</Nullable>
66
<RootNamespace>Sentinel.SDK.Node</RootNamespace>
7-
<PackageId>Sentinel.SDK.Node</PackageId>
8-
<Version>1.0.0</Version>
7+
<PackageId>Blue-Csharp-Sdk.Node</PackageId>
8+
<Version>2.1.0</Version>
99
<Authors>Sentinel dVPN Community</Authors>
1010
<Description>Sentinel dVPN SDK for .NET — V3 handshake, node status, session management</Description>
1111
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1212
<PackageProjectUrl>https://github.com/sentinel-official</PackageProjectUrl>
1313
<PackageTags>sentinel;dvpn;vpn;blockchain;cosmos</PackageTags>
14+
<PackageReleaseNotes>BREAKING: DisconnectAsync(bool endSession) replaced by DisconnectAsync() (soft) and DisconnectAndEndSessionAsync() (hard). See docs/features/DISCONNECT.md.</PackageReleaseNotes>
1415
</PropertyGroup>
1516
<ItemGroup>
1617
<ProjectReference Include="..\Sentinel.SDK.Core\Sentinel.SDK.Core.csproj" />

src/Sentinel.SDK.Tunnel/Sentinel.SDK.Tunnel.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@
44
<ImplicitUsings>enable</ImplicitUsings>
55
<Nullable>enable</Nullable>
66
<RootNamespace>Sentinel.SDK.Tunnel</RootNamespace>
7-
<PackageId>Sentinel.SDK.Tunnel</PackageId>
8-
<Version>1.0.0</Version>
7+
<PackageId>Blue-Csharp-Sdk.Tunnel</PackageId>
8+
<Version>2.1.0</Version>
99
<Authors>Sentinel dVPN Community</Authors>
1010
<Description>Sentinel dVPN SDK for .NET — WireGuard and V2Ray tunnel management (Windows)</Description>
1111
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1212
<PackageProjectUrl>https://github.com/sentinel-official</PackageProjectUrl>
1313
<PackageTags>sentinel;dvpn;vpn;wireguard;v2ray;tunnel</PackageTags>
14+
<PackageReleaseNotes>BREAKING: DisconnectAsync(bool endSession) replaced by DisconnectAsync() (soft) and DisconnectAndEndSessionAsync() (hard). See docs/features/DISCONNECT.md.</PackageReleaseNotes>
1415
</PropertyGroup>
1516
<ItemGroup>
1617
<ProjectReference Include="..\Sentinel.SDK.Core\Sentinel.SDK.Core.csproj" />

0 commit comments

Comments
 (0)