Skip to content

fix: update SDK deps to 0.1.2 and clean up .gitignore#35

Merged
George-iam merged 1 commit intomainfrom
fix/sdk-versions-and-deps-20260325
Mar 25, 2026
Merged

fix: update SDK deps to 0.1.2 and clean up .gitignore#35
George-iam merged 1 commit intomainfrom
fix/sdk-versions-and-deps-20260325

Conversation

@George-iam
Copy link
Copy Markdown
Contributor

Summary

  • TypeScript: Replace local file:../axme-sdk-typescript reference with published npm package @axme/axme at ^0.1.2
  • Java: Bump ai.axme:axme dependency from 0.1.1 to 0.1.2 in pom.xml
  • .NET: Bump Axme package reference from 0.1.1 to 0.1.2 in AxmeExamples.csproj
  • .gitignore: Consolidate **/bin/Debug/ and **/bin/Release/ into **/bin/ for broader coverage of .NET build artifacts

Test plan

  • Verify TypeScript examples resolve @axme/axme from npm registry
  • Verify Java examples compile against axme 0.1.2 from Maven Central
  • Verify .NET examples restore Axme 0.1.2 from NuGet
  • Confirm .gitignore correctly ignores bin/, obj/, and target/ directories

- TypeScript: replace local file: reference with published @axme/axme ^0.1.2
- Java: bump axme dependency from 0.1.1 to 0.1.2
- .NET: bump Axme package from 0.1.1 to 0.1.2
- .gitignore: consolidate **/bin/Debug/ and **/bin/Release/ into **/bin/

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@George-iam George-iam merged commit 179f33f into main Mar 25, 2026
1 check passed
@George-iam George-iam deleted the fix/sdk-versions-and-deps-20260325 branch March 25, 2026 13:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant