@@ -30,7 +30,7 @@ Xperience by Kentico Tag Manager is a .NET 8 class library that integrates with
3030### Package Testing - TIMING VERIFIED
3131To test local package changes:
32321 . ` 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 `
34343 . Update ` nuget.config ` : Uncomment ` <package pattern="Kentico.Xperience.TagManager" /> ` in LocalPackages section
35354 . ` dotnet build -p:LOCAL_NUGET=true ` -- takes ~ 7 seconds, builds solution using local package
36365 . 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
147147dotnet 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
151151dotnet 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
0 commit comments