Bump API version to 2026-01 and update package version to 2.13.0#10
Bump API version to 2026-01 and update package version to 2.13.0#10clement911 merged 1 commit intomainfrom
Conversation
There was a problem hiding this comment.
Pull request overview
This pull request updates the Shopify API version from 2025-10 to 2026-01 and increments the package version from 2.12.0 to 2.13.0, aligning the library with the latest Shopify API release.
Changes:
- Updated DEFAULT_API_VERSION constant from "2025-10" to "2026-01" in ShopifyClientOptions
- Bumped package version from 2.12.0 to 2.13.0 in the project file
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 41 comments.
| File | Description |
|---|---|
| ShopifyNet/ShopifyNet.csproj | Updates the package version to 2.13.0 to reflect the new release |
| ShopifyNet/ShopifyClientOptions.cs | Updates the default Shopify API version constant to 2026-01 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Downcasting 'this' from IAppSubscriptionDiscountValue to AppSubscriptionDiscountPercentage introduces a dependency cycle between the two types.
There was a problem hiding this comment.
Downcasting 'this' from ICustomerPaymentInstrument to BankAccount introduces a dependency cycle between the two types.
There was a problem hiding this comment.
Downcasting 'this' from ICustomerPaymentInstrument to CustomerCreditCard introduces a dependency cycle between the two types.
There was a problem hiding this comment.
Downcasting 'this' from ICustomerPaymentInstrument to CustomerPaypalBillingAgreement introduces a dependency cycle between the two types.
There was a problem hiding this comment.
Downcasting 'this' from ICustomerPaymentInstrument to CustomerShopPayAgreement introduces a dependency cycle between the two types.
There was a problem hiding this comment.
Downcasting 'this' from IPaymentInstrument to VaultPaypalBillingAgreement introduces a dependency cycle between the two types.
There was a problem hiding this comment.
Downcasting 'this' from IPurchasingEntity to PurchasingCompany introduces a dependency cycle between the two types.
There was a problem hiding this comment.
Downcasting 'this' from ISellingPlanBillingPolicy to SellingPlanRecurringBillingPolicy introduces a dependency cycle between the two types.
There was a problem hiding this comment.
Downcasting 'this' from ISellingPlanCheckoutChargeValue to SellingPlanCheckoutChargePercentageValue introduces a dependency cycle between the two types.
There was a problem hiding this comment.
Downcasting 'this' from ISubscriptionDeliveryMethod to SubscriptionDeliveryMethodShipping introduces a dependency cycle between the two types.
No description provided.