Skip to content

Commit 0e3d534

Browse files
committed
release/9.39 - Commerce Sample Update
1 parent dfe99d7 commit 0e3d534

File tree

2,791 files changed

+467699
-1414
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,791 files changed

+467699
-1414
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@ description: This repo contains the sample solutions on how to extend the Dynami
1515
The Dynamics 365 Commerce SDK contains the reference package, samples, and tools to build extension for the Dynamics 365 Commerce components.
1616

1717
## E2E Samples repo
18+
1819
This repo contains the sample that demonstrates how to perform E2E business scenario customization in Commerce, there may be scenarios where you may need to customize POS, e-Commerce and Headless commerce engine, the samples in these repos will be provide guidance on how to do E2E business scenario customization.
1920
Check this doc for more detailed information on the [Dynamics 365 Commerce SDK]( https://docs.microsoft.com/en-us/dynamics365/commerce/dev-itpro/retail-sdk/sdk-github)
2021

2122
### Ecommerce online SDK Samples
23+
2224
This repo also contains samples for Ecommerce Online SDK. Check this link to view samples for Ecommerce Online SDK [Online SDK Samples](src/OnlineSDK/README.md).

repo.props

+7-9
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
11
<Project>
22
<PropertyGroup>
33
<BuildNumber Condition="'$(BuildNumber)' == ''">0.0</BuildNumber>
4-
<MajorVersion>9.38</MajorVersion>
4+
<MajorVersion>9.39</MajorVersion>
55
<Version>$(MajorVersion).$(BuildNumber)</Version>
66
</PropertyGroup>
7-
87
<PropertyGroup>
98
<Publisher Condition="'$(Publisher)' == ''">CN=Contoso Ltd.</Publisher>
109
<PublisherDisplayName Condition="'$(PublisherDisplayName)' == ''">Contoso Ltd.</PublisherDisplayName>
1110
</PropertyGroup>
12-
1311
<PropertyGroup>
14-
<CommerceSdkPackagesVersion>[9.38.*,9.39)</CommerceSdkPackagesVersion>
15-
<CommercePosPackagesVersion>[9.38.*,9.39)</CommercePosPackagesVersion>
16-
<CommerceChannelPackagesVersion>[9.38.*,9.39)</CommerceChannelPackagesVersion>
17-
<CommerceHwsPackagesVersion>[9.38.*,9.39)</CommerceHwsPackagesVersion>
18-
<CommerceToolsPackagesVersion>[10.26.*,10.27)</CommerceToolsPackagesVersion>
19-
<CommercePaymentsPackagesVersion>[10.38.*,10.39)</CommercePaymentsPackagesVersion>
12+
<CommerceSdkPackagesVersion>[9.39.22206.1-preview,9.40)</CommerceSdkPackagesVersion>
13+
<CommercePosPackagesVersion>[9.39.*,9.40)</CommercePosPackagesVersion>
14+
<CommerceChannelPackagesVersion>[9.39.22204.2-preview,9.40)</CommerceChannelPackagesVersion>
15+
<CommerceHwsPackagesVersion>[9.39.22204.4-preview,9.40)</CommerceHwsPackagesVersion>
16+
<CommerceToolsPackagesVersion>[10.27.22205.1-preview,10.28)</CommerceToolsPackagesVersion>
17+
<CommercePaymentsPackagesVersion>[10.39.22180.1-preview,10.40)</CommercePaymentsPackagesVersion>
2018
</PropertyGroup>
2119
</Project>

src/CommerceOnboarding/Module Extensions/Age Gate/LICENSE

-21
This file was deleted.

src/CommerceOnboarding/Module Extensions/Age Gate/README.md

-29
This file was deleted.
Binary file not shown.

src/CommerceOnboarding/Module Extensions/Media Gallery Video Support Without API/LICENSE

-21
This file was deleted.

src/CommerceOnboarding/Module Extensions/Media Gallery Video Support Without API/README.md

-25
This file was deleted.

src/CommerceOnboarding/Module Extensions/PLP Infinite scroll/LICENSE

-21
This file was deleted.

src/CommerceOnboarding/Module Extensions/PLP Infinite scroll/README.md

-25
This file was deleted.

src/CommerceOnboarding/Module Extensions/Pop Up/LICENSE

-21
This file was deleted.
Binary file not shown.

src/CommerceOnboarding/Module Extensions/Pop Up/README.md

-33
This file was deleted.
Binary file not shown.

src/CommerceOnboarding/Module Extensions/Product Image Orientation/LICENSE

-21
This file was deleted.

src/CommerceOnboarding/Module Extensions/Product Image Orientation/README.md

-25
This file was deleted.

src/CommerceOnboarding/Module Extensions/Promo Code Affiliation/LICENSE

-21
This file was deleted.

0 commit comments

Comments
 (0)