Skip to content

Commit

Permalink
Merge pull request #30 from Kentico/feat/Bump_to_v2.0.0
Browse files Browse the repository at this point in the history
Bump to v2.0.0
  • Loading branch information
michalJakubis authored Aug 22, 2024
2 parents 59c5153 + 58b787d commit b9f6485
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 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,10 +40,10 @@ jobs:
DOTNET_NOLOGO: 1

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- 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>2.0.0</VersionPrefix>
<VersionSuffix></VersionSuffix>
<PackageLicenseExpression>MIT</PackageLicenseExpression>

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ This version supports content workflows added in version 28.3.0. Please ensure t

| Xperience Version | Library Version |
| ----------------- | --------------- |
| >= 29.3.* | >= 2.0.0 |
| >= 29.0.* | 1.0.0 |

## Zapier cli application
Expand Down

0 comments on commit b9f6485

Please sign in to comment.