You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor!: rename all namespaces to LayeredCraft.DynamoMapper.* (#86)
* build(deps): pin Microsoft.CodeAnalysis to 5.0.0, update remaining deps
Downgrades Microsoft.CodeAnalysis.Common and Microsoft.CodeAnalysis.CSharp
from 5.3.0 to 5.0.0 to work around a bug in the newer version that breaks
source generator interception. Also updates AWSSDK.DynamoDBv2 (4.0.15 →
4.0.17), Scriban (6.6.0 → 7.0.0), and bumps VersionPrefix to 1.0.6.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* refactor!: rename all namespaces to LayeredCraft.DynamoMapper.*
Renames every C# namespace, using statement, and WellKnownType enum
member from the old DynamoMapper.* prefix to LayeredCraft.DynamoMapper.*
to align with the new NuGet package IDs (LayeredCraft.DynamoMapper and
LayeredCraft.DynamoMapper.Runtime). Also sets AssemblyName and
RootNamespace in both .csproj files and updates the Verify snapshot
baselines to reflect the new runtime using directive in generated code.
BREAKING CHANGE: All public namespaces have changed. Consumers must
update their using statements from DynamoMapper.Runtime to
LayeredCraft.DynamoMapper.Runtime.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* docs: update all documentation for LayeredCraft.DynamoMapper rename
Updates README.md and all docs/ pages to reflect the package rename
from DynamoMapper to LayeredCraft.DynamoMapper:
- Headings, titles, and NuGet badges updated to LayeredCraft.DynamoMapper
- All using statements in code blocks changed to LayeredCraft.DynamoMapper.Runtime
- Package install commands changed to LayeredCraft.DynamoMapper
- Runtime/generator package name references updated in requirements.md
- Migration callout added to README, docs/index.md, and installation.md
explicitly noting this supersedes the DynamoMapper package
- Changelog documents the breaking namespace/package rename
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
> **Migrating from `DynamoMapper`?** This package (`LayeredCraft.DynamoMapper`) is the successor to the original `DynamoMapper` NuGet package. Update your `using DynamoMapper.Runtime;` statements to `using LayeredCraft.DynamoMapper.Runtime;`.
0 commit comments