diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 09b37d9f..2e49957d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,17 @@ name: "CI: Build and Test" on: + push: + branches: [main] + paths: + - "**.cs" + - "**.tsx" + - "**.js" + - "**.csproj" + - "**.props" + - "**.targets" + - "**.sln" + - "**/Client/**/*.json" pull_request: branches: [main] paths: @@ -29,12 +40,12 @@ jobs: DOTNET_NOLOGO: 1 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: true - name: Setup .NET - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 with: global-json-file: global.json diff --git a/Directory.Build.props b/Directory.Build.props index e381dda5..2d96064c 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -5,7 +5,7 @@ $(Company) Copyright © $(Company) $([System.DateTime]::Now.Year) $(Company)™ - 1.0.0 + 1.1.0 MIT diff --git a/README.md b/README.md index 64463452..133610ac 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,8 @@ Summary of libraries which are supported by the following versions Xperience by | Library | Xperience Version | Library Version | |------------------------------------|-------------------| --------------- | -| Kentico.Xperience.Ecommerce.Common | \>= 29.0.1 | 1.0.0 | +| Kentico.Xperience.K13Ecommerce | \>= 29.3.3 | >= 1.1.0 | +| Kentico.Xperience.Store.Rcl | \>= 29.3.3 | >= 1.1.0 | | Kentico.Xperience.K13Ecommerce | \>= 29.2.0 | 1.0.0 | | Kentico.Xperience.Store.Rcl | \>= 29.2.0 | 1.0.0 | | Kentico.Xperience.StoreApi | \>= 13.0.131 | 1.0.0 |