Skip to content

Commit 71c0f49

Browse files
Rafal Maciagclaude
andcommitted
Update PackageIds to follow ModelingEvolution naming convention
- Change nng.NET-LL to ModelingEvolution.Nng - Change nng.NET.Shared-LL to ModelingEvolution.Nng.Shared - Aligns with organizational naming standards 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 3c9c4af commit 71c0f49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nng.NET.Shared/nng.NET.Shared.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<PropertyGroup>
12-
<PackageId>nng.NET.Shared-LL</PackageId>
12+
<PackageId>ModelingEvolution.Nng.Shared</PackageId>
1313
<PackageOutputPath>../bin/$(Configuration)</PackageOutputPath>
1414
</PropertyGroup>
1515

nng.NET/nng.NET.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<PropertyGroup>
66
<DebugType>full</DebugType>
77
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
8-
<PackageId>nng.NET-LL</PackageId>
8+
<PackageId>ModelingEvolution.Nng</PackageId>
99
<!-- Needed to avoid `error NU5128` when running `dotnet pack`.
1010
Assemblies for targetted frameworks are in runtimes/ instead of lib/ or ref/
1111
See: https://docs.microsoft.com/en-us/nuget/reference/errors-and-warnings/nu5128#scenario-2

0 commit comments

Comments
 (0)