Skip to content

Commit

Permalink
build(sln): v30.0.0.0 - Xperience update and Q&A tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
seangwright committed Jan 8, 2025
1 parent e7c0d98 commit 7c260ca
Show file tree
Hide file tree
Showing 1,056 changed files with 6,254 additions and 6,693 deletions.
24 changes: 2 additions & 22 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
},

"dotnet.defaultSolution": "Kentico.Community.Portal.sln",
"razor.languageServer.forceRuntimeCodeGeneration": true,

"typescript.validate.enable": false,
"eslint.workingDirectories": ["./src/Kentico.Community.Portal.Admin/Client"],
Expand All @@ -70,26 +71,5 @@

"terminal.integrated.defaultProfile.osx": "pwsh",

"azurite.location": "azurite_storage",

"workbench.colorCustomizations": {
"activityBar.activeBackground": "#1f6fd0",
"activityBar.background": "#1f6fd0",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#ee90bb",
"activityBarBadge.foreground": "#15202b",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#1f6fd0",
"statusBar.background": "#1857a4",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#1f6fd0",
"statusBarItem.remoteBackground": "#1857a4",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#1857a4",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#1857a499",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.color": "#1857a4"
"azurite.location": "azurite_storage"
}
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<!-- See https://aka.ms/dotnet/msbuild/customize for more details on customizing your build -->
<PropertyGroup>
<VersionPrefix>29.7.0.4</VersionPrefix>
<VersionPrefix>30.0.0.0</VersionPrefix>
</PropertyGroup>

<PropertyGroup>
Expand Down
25 changes: 10 additions & 15 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,25 @@
<PackageVersion Include="CSharpFunctionalExtensions" Version="3.2.0" />
<PackageVersion Include="CsvHelper" Version="33.0.1" />
<PackageVersion Include="Enums.NET" Version="5.0.0" />
<PackageVersion Include="FluentAssertions" Version="6.12.2" />
<PackageVersion Include="FluentAssertions" Version="7.0.0" />
<PackageVersion Include="Htmx" Version="1.8.1" />
<PackageVersion Include="Htmx.TagHelpers" Version="1.8.1" />
<PackageVersion Include="Kentico.Xperience.Admin" Version="29.7.0" />
<PackageVersion Include="Kentico.Xperience.AzureStorage" Version="29.7.0" />
<PackageVersion Include="Kentico.Xperience.Cloud" Version="29.7.0" />
<PackageVersion Include="Kentico.Xperience.Core" Version="29.7.0" />
<PackageVersion Include="Kentico.Xperience.Core.Tests" Version="29.7.0" />
<PackageVersion Include="Kentico.Xperience.ImageProcessing" Version="29.7.0" />
<PackageVersion Include="Kentico.Xperience.Admin" Version="30.0.0" />
<PackageVersion Include="Kentico.Xperience.AzureStorage" Version="30.0.0" />
<PackageVersion Include="Kentico.Xperience.Cloud" Version="30.0.0" />
<PackageVersion Include="Kentico.Xperience.Core" Version="30.0.0" />
<PackageVersion Include="Kentico.Xperience.Core.Tests" Version="30.0.0" />
<PackageVersion Include="Kentico.Xperience.ImageProcessing" Version="30.0.0" />
<PackageVersion Include="Kentico.Xperience.Lucene" Version="10.0.0" />
<PackageVersion Include="Kentico.Xperience.MiniProfiler" Version="2.0.0" />
<PackageVersion Include="Kentico.Xperience.TagManager" Version="3.2.2" />
<PackageVersion Include="Kentico.Xperience.SendGrid" Version="29.7.0" />
<PackageVersion Include="Kentico.Xperience.WebApp" Version="29.7.0" />
<PackageVersion Include="Kentico.Xperience.SendGrid" Version="30.0.0" />
<PackageVersion Include="Kentico.Xperience.WebApp" Version="30.0.0" />
<PackageVersion Include="Markdig" Version="0.38.0" />
<PackageVersion Include="Mediatr" Version="12.4.1" />
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.11" />
<PackageVersion Include="Microsoft.Data.SqlClient" Version="5.2.2" />
<PackageVersion Include="Microsoft.Identity.Web" Version="3.4.0" />
<PackageVersion Include="Microsoft.Identity.Web" Version="3.5.0" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageVersion Include="Microsoft.Playwright.NUnit" Version="1.49.0" />
<PackageVersion Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="8.0.7" />
Expand All @@ -39,15 +39,10 @@
<PackageVersion Include="NUnit.Analyzers" Version="4.4.0" />
<PackageVersion Include="Scrutor" Version="5.0.2" />
<PackageVersion Include="Sidio.Sitemap.AspNetCore" Version="2.6.0" />
<PackageVersion Include="SkiaSharp" Version="2.88.9" />
<PackageVersion Include="Slugify.Core" Version="4.0.1" />
<PackageVersion Include="System.Configuration.ConfigurationManager" Version="8.0.1" />
<PackageVersion Include="System.ServiceModel.Syndication" Version="8.0.0" />
<PackageVersion Include="System.Linq.Async" Version="6.0.1" />
<!-- https://github.com/MiniProfiler/dotnet/issues/678 -->
<PackageVersion Include="System.Text.RegularExpressions" Version="4.3.1" />
<!-- https://github.com/advisories/GHSA-8g4q-xg66-9fp4 -->
<PackageVersion Include="System.Text.Json" Version="8.0.5" />
<PackageVersion Include="Vite.AspNetCore" Version="2.3.0" />
<PackageVersion Include="MetadataExtractor" Version="2.8.1" />
<PackageVersion Include="XperienceCommunity.PreviewComponentOutlines" Version="4.1.0" />
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Xperience by Kentico solution for the Kentico managed SaaS hosted Kentico
Community website.

This project is using
[Xperience Version v29.6.1](https://docs.kentico.com/changelog#hotfix-october-24-2024).
[Xperience Version v30.0.0](https://docs.kentico.com/changelog#refresh-december-12-2024).

## Screenshots

Expand Down
Binary file removed database/Kentico.Community-29.7.0-2024-11-24.bak.zip
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion database/backups.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Kentico.Community-29.7.0-2024-11-24.bak
Kentico.Community-30.0.0-2024-12-12.bak
2 changes: 1 addition & 1 deletion scripts/Backup-Database.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ if (![string]::IsNullOrWhiteSpace($backupFolderPath)) {
Copy-Item $outputPath $backupFilePath
}
$zipFilePath = "$backupFilePath.zip"
Compress-Archive -Path $backupFilePath -DestinationPath $zipFilePath
Compress-Archive -Path $backupFilePath -DestinationPath $zipFilePath -Force
Remove-Item $backupFilePath
Write-Notification "Backup file zipped at $zipFilePath"

Expand Down
Loading

0 comments on commit 7c260ca

Please sign in to comment.