Skip to content

Commit d84bc35

Browse files
Change NuGet package ID prefix from ClearMeasure to ClearMeasureLabs (#21)
The ClearMeasure prefix is reserved on nuget.org. Added explicit PackageId properties to avoid the reservation conflict. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d26ba46 commit d84bc35

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

src/ClearHostedEndpoint.SqlServerTransport/ClearMeasure.HostedEndpoint.SqlServerTransport.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
8+
<PackageId>ClearMeasureLabs.HostedEndpoint.SqlServerTransport</PackageId>
89
<Version>1.0.0</Version>
910
<Authors>Clear Measure</Authors>
1011
<Description>Standardized SQL Server Transport configuration for NServiceBus with transaction management and storage context.</Description>

src/ClearHostedEndpoint/ClearMeasure.HostedEndpoint.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
8+
<PackageId>ClearMeasureLabs.HostedEndpoint</PackageId>
89
<Version>1.0.0</Version>
910
<Authors>Clear Measure</Authors>
1011
<Description>An opinionated base implementation for hosting NServiceBus 9 endpoints as IHostedService with reasonable defaults.</Description>
@@ -21,4 +22,4 @@
2122
<PackageReference Include="Microsoft.Data.SqlClient" Version="6.0.1" />
2223
</ItemGroup>
2324

24-
</Project>
25+
</Project>

src/ClearHostedService/ClearMeasure.HostedService.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
8+
<PackageId>ClearMeasureLabs.HostedService</PackageId>
89
<Version>1.0.0</Version>
910
<Authors>QuickHostedService Contributors</Authors>
1011
<Description>An opinionated base implementation of IHostedService for building robust, production-ready background services in .NET with minimal boilerplate code.</Description>
@@ -27,4 +28,4 @@
2728
<PackageReference Include="Serilog.Settings.Configuration" Version="8.0.4" />
2829
</ItemGroup>
2930

30-
</Project>
31+
</Project>

0 commit comments

Comments
 (0)