Skip to content

Commit b92e727

Browse files
Merge pull request #99 from Kentico/Bump-to-v6.0.0
Bump to v6.0.0
2 parents 685611b + c6a0276 commit b92e727

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.github/copilot-instructions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Xperience by Kentico Tag Manager is a .NET 8 class library that integrates with
3030
### Package Testing - TIMING VERIFIED
3131
To test local package changes:
3232
1. `dotnet pack ./src/Kentico.Xperience.TagManager -c Release -o nuget-local -p:SIGN_FILE=false` -- takes ~22 seconds, creates local NuGet package
33-
2. Update `Directory.Packages.props`: Set `Kentico.Xperience.TagManager` version to match the version in `Directory.Build.props` (currently 4.2.2)
33+
2. Update `Directory.Packages.props`: Set `Kentico.Xperience.TagManager` version to match the version in `Directory.Build.props`
3434
3. Update `nuget.config`: Uncomment `<package pattern="Kentico.Xperience.TagManager" />` in LocalPackages section
3535
4. `dotnet build -p:LOCAL_NUGET=true` -- takes ~7 seconds, builds solution using local package
3636
5. Verify DLL version in `examples/DancingGoat/bin/Debug/net8.0/` matches expected version
@@ -98,7 +98,7 @@ For admin UI development, add to DancingGoat User Secrets:
9898

9999
### Key Files
100100
- `global.json` - Specifies exact .NET SDK version requirement (8.0.411)
101-
- `Directory.Build.props` - Contains version (4.2.2) and package metadata
101+
- `Directory.Build.props` - Contains version and package metadata
102102
- `Directory.Packages.props` - Central package version management
103103
- `nuget.config` - Local package testing configuration
104104
- `.github/workflows/ci.yml` - Build and test automation
@@ -146,7 +146,7 @@ dotnet build --configuration Release --no-restore
146146
# Test local package
147147
dotnet pack ./src/Kentico.Xperience.TagManager -c Release -o nuget-local -p:SIGN_FILE=false
148148

149-
# Update Directory.Packages.props version to 4.2.2
149+
# Update Directory.Packages.props version to latest version
150150
# Uncomment package pattern in nuget.config
151151
dotnet build -p:LOCAL_NUGET=true
152152

@@ -170,4 +170,4 @@ dotnet build -p:LOCAL_NUGET=true
170170
- Empty test project - no automated tests are implemented
171171
- Browserslist outdated warnings - can be ignored or fixed with `npx update-browserslist-db@latest`
172172
- Mixed line ending issues may require `dotnet format` to resolve
173-
- npm audit warnings about low severity vulnerabilities - can be ignored for development
173+
- npm audit warnings about low severity vulnerabilities - can be ignored for development

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Copyright>Copyright © $(Company) $([System.DateTime]::Now.Year)</Copyright>
77
<Trademark>$(Company)™</Trademark>
88
<VersionPrefix>6.0.0</VersionPrefix>
9-
<VersionSuffix>prerelease-1</VersionSuffix>
9+
<VersionSuffix></VersionSuffix>
1010
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1111

1212
<PackageProjectUrl>https://github.com/Kentico/xperience-by-kentico-tag-manager</PackageProjectUrl>

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ Tag Manager integration enabling marketers to include prebuilt and custom tags i
4646

4747
| Xperience Version | Library Version |
4848
| ----------------- | --------------- |
49+
| >= 31.0.0 | >= 6.0.0 |
4950
| >= 30.6.0 | >= 4.2.0 |
5051
| >= 30.5.1 | >= 4.1.0 |
5152
| >= 30.0.0 | >= 4.0.0 |

0 commit comments

Comments
 (0)