Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ namespace PPDS.Plugins.Enums; // Enums
|------|---------|
| Major versions | Sync with ppds-tools when attributes have breaking changes |
| Minor/patch | Independent |
| Pre-release format | `-alpha.N`, `-beta.N`, `-rc.N` suffix in git tag |
| Pre-release format | `-alphaN`, `-betaN`, `-rcN` suffix in git tag |

### Breaking Changes Requiring Coordination

Expand Down
2 changes: 1 addition & 1 deletion src/PPDS.Dataverse/PPDS.Dataverse.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<!-- NuGet Package Metadata -->
<PackageId>PPDS.Dataverse</PackageId>
<Version>1.0.0-alpha.1</Version>
<Version>1.0.0-alpha1</Version>
<Authors>Josh Smith</Authors>
<Company>Power Platform Developer Suite</Company>
<Description>High-performance Dataverse connectivity layer with connection pooling, bulk operations, and resilience. Provides multi-connection support for load distribution, throttle-aware connection selection, and modern bulk API wrappers (CreateMultiple, UpsertMultiple).</Description>
Expand Down
2 changes: 1 addition & 1 deletion src/PPDS.Migration.Cli/PPDS.Migration.Cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PackAsTool>true</PackAsTool>
<ToolCommandName>ppds-migrate</ToolCommandName>
<PackageId>PPDS.Migration.Cli</PackageId>
<Version>1.0.0-alpha.1</Version>
<Version>1.0.0-alpha1</Version>
<Authors>Josh Smith</Authors>
<Company>Power Platform Developer Suite</Company>
<Description>High-performance Dataverse data migration CLI tool. Export, import, and migrate
Expand Down
2 changes: 1 addition & 1 deletion src/PPDS.Migration/PPDS.Migration.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<!-- NuGet Package Metadata -->
<PackageId>PPDS.Migration</PackageId>
<Version>1.0.0-alpha.1</Version>
<Version>1.0.0-alpha1</Version>
<Authors>Josh Smith</Authors>
<Company>Power Platform Developer Suite</Company>
<Description>High-performance Dataverse data migration engine. Provides parallel export,
Expand Down
Loading