Skip to content

Commit a1dbc39

Browse files
authored
Merge pull request #19 from liamgold/feature/18-support-xbyk-v31
Update package to support Xperience by Kentico v31.0.0
2 parents caaa222 + 069668c commit a1dbc39

19 files changed

+234
-2105
lines changed

Directory.Packages.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
<DisableImplicitNuGetFallbackFolder>true</DisableImplicitNuGetFallbackFolder>
77
</PropertyGroup>
88
<ItemGroup>
9-
<PackageVersion Include="Kentico.Xperience.webapp" Version="30.11.1" />
10-
<PackageVersion Include="Kentico.Xperience.azurestorage" Version="30.11.1" />
11-
<PackageVersion Include="Kentico.Xperience.admin" Version="30.11.1" />
9+
<PackageVersion Include="Kentico.Xperience.webapp" Version="31.0.0" />
10+
<PackageVersion Include="Kentico.Xperience.azurestorage" Version="31.0.0" />
11+
<PackageVersion Include="Kentico.Xperience.admin" Version="31.0.0" />
1212
<PackageVersion Include="SkiaSharp" Version="3.119.1" />
1313
<PackageVersion Include="SkiaSharp.NativeAssets.Linux.NoDependencies" Version="3.119.1" />
1414
</ItemGroup>

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ This package provides a way to resize images and convert them to `webp`, `jpg`,
2525

2626
| Xperience Version | Library Version |
2727
| ----------------- | --------------- |
28-
| >= 30.11.1 | 2.0.0+ |
28+
| >= 31.0.0 | 3.0.0+ |
29+
| >= 30.11.1 | 2.x |
2930
| >= 29.1.4 | 1.x |
3031

3132
## Dependencies

examples/DancingGoat/DancingGoat.sln

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio Version 17
4-
VisualStudioVersion = 17.10.34928.147
3+
# Visual Studio Version 18
4+
VisualStudioVersion = 18.1.11304.174 d18.0
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DancingGoat", "DancingGoat.csproj", "{831FF4EA-2530-40A2-B91A-5DC3962203A1}"
77
EndProject
8+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XperienceCommunity.ImageProcessing", "..\..\src\XperienceCommunity.ImageProcessing.csproj", "{4880D6EC-02E5-BE17-61DF-6AE6F469E0AC}"
9+
EndProject
810
Global
911
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1012
Debug|Any CPU = Debug|Any CPU
@@ -15,6 +17,10 @@ Global
1517
{831FF4EA-2530-40A2-B91A-5DC3962203A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
1618
{831FF4EA-2530-40A2-B91A-5DC3962203A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
1719
{831FF4EA-2530-40A2-B91A-5DC3962203A1}.Release|Any CPU.Build.0 = Release|Any CPU
20+
{4880D6EC-02E5-BE17-61DF-6AE6F469E0AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
21+
{4880D6EC-02E5-BE17-61DF-6AE6F469E0AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
22+
{4880D6EC-02E5-BE17-61DF-6AE6F469E0AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
23+
{4880D6EC-02E5-BE17-61DF-6AE6F469E0AC}.Release|Any CPU.Build.0 = Release|Any CPU
1824
EndGlobalSection
1925
GlobalSection(SolutionProperties) = preSolution
2026
HideSolutionNode = FALSE

examples/DancingGoat/DataProtectionSamples/DancingGoatSamplesModule.cs

Lines changed: 0 additions & 153 deletions
This file was deleted.

examples/DancingGoat/DataProtectionSamples/IdentityCollectors/SampleContactInfoIdentityCollector.cs

Lines changed: 0 additions & 56 deletions
This file was deleted.

examples/DancingGoat/DataProtectionSamples/IdentityCollectors/SampleMemberInfoIdentityCollector.cs

Lines changed: 0 additions & 55 deletions
This file was deleted.

examples/DancingGoat/DataProtectionSamples/PersonalDataCollectors/CollectedColumn.cs

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)