Skip to content

Commit

Permalink
Bump to v1.1.0 (#19)
Browse files Browse the repository at this point in the history
* Fix deprecation warnings

* Bump to v1.1.0

* Update README.md
  • Loading branch information
michalJakubis authored Aug 21, 2024
1 parent 5770763 commit 01f09ee
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
15 changes: 13 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Authors>$(Company)</Authors>
<Copyright>Copyright © $(Company) $([System.DateTime]::Now.Year)</Copyright>
<Trademark>$(Company)™</Trademark>
<VersionPrefix>1.0.0</VersionPrefix>
<VersionPrefix>1.1.0</VersionPrefix>
<VersionSuffix></VersionSuffix>
<PackageLicenseExpression>MIT</PackageLicenseExpression>

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit 01f09ee

Please sign in to comment.