Skip to content

Commit ff16696

Browse files
committed
Examples: Updating package versions
1 parent b720978 commit ff16696

8 files changed

+93
-93
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,61 +1,61 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

3-
<PropertyGroup>
4-
<TargetFrameworks>net8.0-android;net8.0-ios;net8.0-maccatalyst</TargetFrameworks>
5-
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net8.0-windows10.0.19041.0</TargetFrameworks>
6-
<!-- Uncomment to also build the tizen app. You will need to install tizen by following this: https://github.com/Samsung/Tizen.NET -->
7-
<!-- <TargetFrameworks>$(TargetFrameworks);net8.0-tizen</TargetFrameworks> -->
8-
<OutputType>Exe</OutputType>
9-
<RootNamespace>KGySoft.Drawing.Examples.Maui</RootNamespace>
10-
<UseMaui>true</UseMaui>
11-
<SingleProject>true</SingleProject>
12-
<ImplicitUsings>disable</ImplicitUsings>
3+
<PropertyGroup>
4+
<TargetFrameworks>net8.0-android;net8.0-ios;net8.0-maccatalyst</TargetFrameworks>
5+
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net8.0-windows10.0.19041.0</TargetFrameworks>
6+
<!-- Uncomment to also build the tizen app. You will need to install tizen by following this: https://github.com/Samsung/Tizen.NET -->
7+
<!-- <TargetFrameworks>$(TargetFrameworks);net8.0-tizen</TargetFrameworks> -->
8+
<OutputType>Exe</OutputType>
9+
<RootNamespace>KGySoft.Drawing.Examples.Maui</RootNamespace>
10+
<UseMaui>true</UseMaui>
11+
<SingleProject>true</SingleProject>
12+
<ImplicitUsings>disable</ImplicitUsings>
1313
<Nullable>enable</Nullable>
1414

15-
<!-- Display name -->
16-
<ApplicationTitle>KGy SOFT Drawing MAUI Example App</ApplicationTitle>
15+
<!-- Display name -->
16+
<ApplicationTitle>KGy SOFT Drawing MAUI Example App</ApplicationTitle>
1717

18-
<!-- App Identifier -->
19-
<ApplicationId>kgysoft.drawing.examples.maui</ApplicationId>
20-
<ApplicationIdGuid>94a938ab-fee4-492a-bd05-05dd223d4697</ApplicationIdGuid>
18+
<!-- App Identifier -->
19+
<ApplicationId>kgysoft.drawing.examples.maui</ApplicationId>
20+
<ApplicationIdGuid>94a938ab-fee4-492a-bd05-05dd223d4697</ApplicationIdGuid>
2121

22-
<!-- Versions -->
23-
<ApplicationDisplayVersion>1.0</ApplicationDisplayVersion>
24-
<ApplicationVersion>1</ApplicationVersion>
22+
<!-- Versions -->
23+
<ApplicationDisplayVersion>1.0</ApplicationDisplayVersion>
24+
<ApplicationVersion>1</ApplicationVersion>
2525

26-
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">14.2</SupportedOSPlatformVersion>
27-
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'maccatalyst'">14.0</SupportedOSPlatformVersion>
28-
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'">21.0</SupportedOSPlatformVersion>
29-
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">10.0.17763.0</SupportedOSPlatformVersion>
30-
<TargetPlatformMinVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">10.0.17763.0</TargetPlatformMinVersion>
31-
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'tizen'">6.5</SupportedOSPlatformVersion>
32-
</PropertyGroup>
26+
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">14.2</SupportedOSPlatformVersion>
27+
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'maccatalyst'">14.0</SupportedOSPlatformVersion>
28+
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'">21.0</SupportedOSPlatformVersion>
29+
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">10.0.17763.0</SupportedOSPlatformVersion>
30+
<TargetPlatformMinVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">10.0.17763.0</TargetPlatformMinVersion>
31+
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'tizen'">6.5</SupportedOSPlatformVersion>
32+
</PropertyGroup>
3333

34-
<ItemGroup>
35-
<!-- App Icon -->
36-
<MauiIcon Include="Resources\AppIcon\appicon.svg" ForegroundFile="Resources\AppIcon\appiconfg.svg" Color="#512BD4" />
34+
<ItemGroup>
35+
<!-- App Icon -->
36+
<MauiIcon Include="Resources\AppIcon\appicon.svg" ForegroundFile="Resources\AppIcon\appiconfg.svg" Color="#512BD4" />
3737

38-
<!-- Splash Screen -->
39-
<MauiSplashScreen Include="Resources\Splash\splash.svg" Color="#512BD4" BaseSize="128,128" />
38+
<!-- Splash Screen -->
39+
<MauiSplashScreen Include="Resources\Splash\splash.svg" Color="#512BD4" BaseSize="128,128" />
4040

41-
<!-- Images -->
42-
<MauiImage Include="Resources\Images\*" />
41+
<!-- Images -->
42+
<MauiImage Include="Resources\Images\*" />
4343

44-
<!-- Custom Fonts -->
45-
<MauiFont Include="Resources\Fonts\*" />
44+
<!-- Custom Fonts -->
45+
<MauiFont Include="Resources\Fonts\*" />
4646

47-
<!-- Raw Assets (also remove the "Resources\Raw" prefix) -->
48-
<MauiAsset Include="Resources\Raw\**" LogicalName="%(RecursiveDir)%(Filename)%(Extension)" />
49-
</ItemGroup>
47+
<!-- Raw Assets (also remove the "Resources\Raw" prefix) -->
48+
<MauiAsset Include="Resources\Raw\**" LogicalName="%(RecursiveDir)%(Filename)%(Extension)" />
49+
</ItemGroup>
5050

51-
<ItemGroup>
52-
<MauiImage Remove="Resources\Images\Information256.png" />
53-
</ItemGroup>
51+
<ItemGroup>
52+
<MauiImage Remove="Resources\Images\Information256.png" />
53+
</ItemGroup>
5454

5555
<ItemGroup>
5656
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.3" />
57-
<PackageReference Include="SkiaSharp.Views.Maui.Controls" Version="2.88.6" />
58-
<PackageReference Include="KGySoft.Drawing.Core" Version="8.0.0" />
57+
<PackageReference Include="SkiaSharp.Views.Maui.Controls" Version="2.88.7" />
58+
<PackageReference Include="KGySoft.Drawing.Core" Version="8.1.0" />
5959
</ItemGroup>
6060

6161
<ItemGroup>
@@ -73,6 +73,6 @@
7373
</EmbeddedResource>
7474
</ItemGroup>
7575

76-
<Import Project="..\_Shared\KGySoft.Drawing.Examples.Shared.projitems" Label="Shared" />
76+
<Import Project="..\_Shared\KGySoft.Drawing.Examples.Shared.projitems" Label="Shared" />
7777

7878
</Project>
Original file line numberDiff line numberDiff line change
@@ -1,62 +1,62 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

3-
<PropertyGroup>
4-
<TargetFrameworks>net8.0-android;net8.0-ios;net8.0-maccatalyst</TargetFrameworks>
5-
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net8.0-windows10.0.19041.0</TargetFrameworks>
6-
<!-- Uncomment to also build the tizen app. You will need to install tizen by following this: https://github.com/Samsung/Tizen.NET -->
7-
<!-- <TargetFrameworks>$(TargetFrameworks);net7.0-tizen</TargetFrameworks> -->
8-
<OutputType>Exe</OutputType>
9-
<RootNamespace>KGySoft.Drawing.Examples.SkiaSharp.Maui</RootNamespace>
10-
<UseMaui>true</UseMaui>
11-
<SingleProject>true</SingleProject>
12-
<ImplicitUsings>disable</ImplicitUsings>
3+
<PropertyGroup>
4+
<TargetFrameworks>net8.0-android;net8.0-ios;net8.0-maccatalyst</TargetFrameworks>
5+
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net8.0-windows10.0.19041.0</TargetFrameworks>
6+
<!-- Uncomment to also build the tizen app. You will need to install tizen by following this: https://github.com/Samsung/Tizen.NET -->
7+
<!-- <TargetFrameworks>$(TargetFrameworks);net7.0-tizen</TargetFrameworks> -->
8+
<OutputType>Exe</OutputType>
9+
<RootNamespace>KGySoft.Drawing.Examples.SkiaSharp.Maui</RootNamespace>
10+
<UseMaui>true</UseMaui>
11+
<SingleProject>true</SingleProject>
12+
<ImplicitUsings>disable</ImplicitUsings>
1313
<Nullable>enable</Nullable>
1414
<!--<SelfContained>true</SelfContained>-->
1515

16-
<!-- Display name -->
17-
<ApplicationTitle>KGy SOFT Drawing SkiaSharp/MAUI Example</ApplicationTitle>
16+
<!-- Display name -->
17+
<ApplicationTitle>KGy SOFT Drawing SkiaSharp/MAUI Example</ApplicationTitle>
1818

19-
<!-- App Identifier -->
20-
<ApplicationId>kgysoft.drawing.examples.skiasharp.maui</ApplicationId>
21-
<ApplicationIdGuid>ec9c421c-a6ff-42d4-8c59-36e58cd6d078</ApplicationIdGuid>
19+
<!-- App Identifier -->
20+
<ApplicationId>kgysoft.drawing.examples.skiasharp.maui</ApplicationId>
21+
<ApplicationIdGuid>ec9c421c-a6ff-42d4-8c59-36e58cd6d078</ApplicationIdGuid>
2222

23-
<!-- Versions -->
24-
<ApplicationDisplayVersion>1.0</ApplicationDisplayVersion>
25-
<ApplicationVersion>1</ApplicationVersion>
23+
<!-- Versions -->
24+
<ApplicationDisplayVersion>1.0</ApplicationDisplayVersion>
25+
<ApplicationVersion>1</ApplicationVersion>
2626

27-
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">14.2</SupportedOSPlatformVersion>
28-
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'maccatalyst'">14.0</SupportedOSPlatformVersion>
29-
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'">21.0</SupportedOSPlatformVersion>
30-
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">10.0.17763.0</SupportedOSPlatformVersion>
31-
<TargetPlatformMinVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">10.0.17763.0</TargetPlatformMinVersion>
32-
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'tizen'">6.5</SupportedOSPlatformVersion>
33-
</PropertyGroup>
27+
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">14.2</SupportedOSPlatformVersion>
28+
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'maccatalyst'">14.0</SupportedOSPlatformVersion>
29+
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'">21.0</SupportedOSPlatformVersion>
30+
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">10.0.17763.0</SupportedOSPlatformVersion>
31+
<TargetPlatformMinVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">10.0.17763.0</TargetPlatformMinVersion>
32+
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'tizen'">6.5</SupportedOSPlatformVersion>
33+
</PropertyGroup>
3434

35-
<ItemGroup>
36-
<!-- App Icon -->
37-
<MauiIcon Include="Resources\AppIcon\appicon.svg" ForegroundFile="Resources\AppIcon\appiconfg.svg" Color="#512BD4" />
35+
<ItemGroup>
36+
<!-- App Icon -->
37+
<MauiIcon Include="Resources\AppIcon\appicon.svg" ForegroundFile="Resources\AppIcon\appiconfg.svg" Color="#512BD4" />
3838

39-
<!-- Splash Screen -->
40-
<MauiSplashScreen Include="Resources\Splash\splash.svg" Color="#512BD4" BaseSize="128,128" />
39+
<!-- Splash Screen -->
40+
<MauiSplashScreen Include="Resources\Splash\splash.svg" Color="#512BD4" BaseSize="128,128" />
4141

42-
<!-- Images -->
43-
<MauiImage Include="Resources\Images\*" />
42+
<!-- Images -->
43+
<MauiImage Include="Resources\Images\*" />
4444

45-
<!-- Custom Fonts -->
46-
<MauiFont Include="Resources\Fonts\*" />
45+
<!-- Custom Fonts -->
46+
<MauiFont Include="Resources\Fonts\*" />
4747

48-
<!-- Raw Assets (also remove the "Resources\Raw" prefix) -->
49-
<MauiAsset Include="Resources\Raw\**" LogicalName="%(RecursiveDir)%(Filename)%(Extension)" />
50-
</ItemGroup>
48+
<!-- Raw Assets (also remove the "Resources\Raw" prefix) -->
49+
<MauiAsset Include="Resources\Raw\**" LogicalName="%(RecursiveDir)%(Filename)%(Extension)" />
50+
</ItemGroup>
5151

52-
<ItemGroup>
53-
<MauiImage Remove="Resources\Images\Information256.png" />
54-
</ItemGroup>
52+
<ItemGroup>
53+
<MauiImage Remove="Resources\Images\Information256.png" />
54+
</ItemGroup>
5555

5656
<ItemGroup>
5757
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.3" />
58-
<PackageReference Include="SkiaSharp.Views.Maui.Controls" Version="2.88.6" />
59-
<PackageReference Include="KGySoft.Drawing.SkiaSharp" Version="8.0.0" />
58+
<PackageReference Include="SkiaSharp.Views.Maui.Controls" Version="2.88.7" />
59+
<PackageReference Include="KGySoft.Drawing.SkiaSharp" Version="8.1.0" />
6060
</ItemGroup>
6161

6262
<ItemGroup>
@@ -74,6 +74,6 @@
7474
</EmbeddedResource>
7575
</ItemGroup>
7676

77-
<Import Project="..\_Shared\KGySoft.Drawing.Examples.Shared.projitems" Label="Shared" />
77+
<Import Project="..\_Shared\KGySoft.Drawing.Examples.Shared.projitems" Label="Shared" />
7878

7979
</Project>

Examples/SkiaSharp_(Wpf)/KGySoft.Drawing.Examples.SkiaSharp.Wpf.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="SkiaSharp.Views.WPF" Version="2.88.6" />
13-
<PackageReference Include="KGySoft.Drawing.SkiaSharp" Version="8.0.0" />
12+
<PackageReference Include="SkiaSharp.Views.WPF" Version="2.88.7" />
13+
<PackageReference Include="KGySoft.Drawing.SkiaSharp" Version="8.1.0" />
1414
</ItemGroup>
1515

1616
<Import Project="..\_Shared\KGySoft.Drawing.Examples.Shared.projitems" Label="Shared" />

Examples/Uwp/KGySoft.Drawing.Examples.Uwp.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
</ItemGroup>
165165
<ItemGroup>
166166
<PackageReference Include="KGySoft.Drawing.Uwp">
167-
<Version>8.0.0</Version>
167+
<Version>8.1.0</Version>
168168
</PackageReference>
169169
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
170170
<Version>6.2.14</Version>

Examples/WinForms/KGySoft.Drawing.Examples.WinForms.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</PropertyGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="KGySoft.Drawing" Version="8.0.0" />
14+
<PackageReference Include="KGySoft.Drawing" Version="8.1.0" />
1515
</ItemGroup>
1616

1717
<Import Project="..\_Shared\KGySoft.Drawing.Examples.Shared.projitems" Label="Shared" />

Examples/WinUI/KGySoft.Drawing.Examples.WinUI.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
</ItemGroup>
3333

3434
<ItemGroup>
35-
<PackageReference Include="KGySoft.Drawing.WinUI" Version="8.0.0" />
35+
<PackageReference Include="KGySoft.Drawing.WinUI" Version="8.1.0" />
3636
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.4.231115000" />
3737
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22621.2428" />
3838
<Manifest Include="$(ApplicationManifest)" />

Examples/Wpf/KGySoft.Drawing.Examples.Wpf.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="KGySoft.Drawing.Wpf" Version="8.0.0" />
12+
<PackageReference Include="KGySoft.Drawing.Wpf" Version="8.1.0" />
1313
</ItemGroup>
1414

1515
<Import Project="..\_Shared\KGySoft.Drawing.Examples.Shared.projitems" Label="Shared" />

Examples/Xamarin/KGySoft.Drawing.Examples.Xamarin/KGySoft.Drawing.Examples.Xamarin.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<ItemGroup>
1616
<PackageReference Include="SkiaSharp.Views.Forms" Version="2.88.6" />
17-
<PackageReference Include="KGySoft.Drawing.Core" Version="8.0.0" />
17+
<PackageReference Include="KGySoft.Drawing.Core" Version="8.1.0" />
1818
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2196" />
1919
<PackageReference Include="Xamarin.Essentials" Version="1.7.0" />
2020
</ItemGroup>

0 commit comments

Comments
 (0)