Skip to content

Commit

Permalink
1.2.9.1
Browse files Browse the repository at this point in the history
nuget
  • Loading branch information
taublast committed Nov 19, 2024
1 parent b05deef commit a3152f5
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 17 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,18 @@ V3 preview: subclassed `SkiaShaderEffect`, implementing `ISkiaGestureProcessor`,

## What's New

* Nuget 1.2.5.2, preview nuget for SkiaSharp v3: 1.3.54.5-pre
* SkiaLottie can now tint multiple colors via Colors property
* SkiaLabel fixes for simulated Italic font attribute affecting shadows and stroke
* SkiaScroll fix for RefreshView dragging distance
* Nuget 1.2.9.1 stable for SkiaSharp 2.88.9
* Pdf helper added
* Sandbox adapted, added example for multi-page pdf
* SkiaImageManager fix for non-loading images
* SkiaImage speed up loading from cached images
* ContentLayout changed to skialayout fixing padding and margin problem
* SkiaLayout invalidation and some others fixes
* SkiaSlider wrong initial position fix
* Gestures nuget updated
* Added FluentExtensions
* Another SkiaScroll fix for RefreshView
* Fix crash when disposing from different threads
* Some more

## Development Notes
Expand Down
4 changes: 2 additions & 2 deletions dev/github_uploadnugets.bat
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ REM Define the source directory for the packages
set "source_dir=E:\Nugets"

REM Define the list of file masks for the packages
set "mask[1]=DrawnUi.Maui*.1.2.5.2*.nupkg"
set "mask[2]=AppoMobi.Maui.DrawnUi.1.2.5.2*.*nupkg"
set "mask[1]=DrawnUi.Maui*.1.2.9.1*.nupkg"
set "mask[2]=AppoMobi.Maui.DrawnUi.1.2.9.1*.*nupkg"
set "mask_count=2"

REM Loop through each file mask
Expand Down
4 changes: 2 additions & 2 deletions dev/nuget_uploadnugets.bat
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ REM Define the source directory for the packages
set "source_dir=E:\Nugets"

REM Define the list of file masks for the packages
set "mask[1]=DrawnUi.Maui*.1.2.5.2*.nupkg"
set "mask[2]=AppoMobi.Maui.DrawnUi.1.2.5.2*.*nupkg"
set "mask[1]=DrawnUi.Maui*.1.2.9.1*.nupkg"
set "mask[2]=AppoMobi.Maui.DrawnUi.1.2.9.1*.*nupkg"
set "mask_count=2"

REM Loop through each file mask
Expand Down
2 changes: 1 addition & 1 deletion src/Addons/DrawnUi.Maui.Camera/DrawnUi.Maui.Camera.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

<!--production-->
<ItemGroup Condition="'$(UseNuget)' == 'true'">
<PackageReference Include="AppoMobi.Maui.DrawnUi" Version="1.2.5.2" />
<PackageReference Include="AppoMobi.Maui.DrawnUi" Version="1.2.9.1" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/Addons/DrawnUi.Maui.Game/DrawnUi.Maui.Game.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

<!--production-->
<ItemGroup Condition="'$(UseNuget)' == 'true'">
<PackageReference Include="AppoMobi.Maui.DrawnUi" Version="1.2.5.2" />
<PackageReference Include="AppoMobi.Maui.DrawnUi" Version="1.2.9.1" />
</ItemGroup>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@

<!--production-->
<ItemGroup Condition="'$(UseNuget)' == 'true'">
<PackageReference Include="AppoMobi.Maui.DrawnUi" Version="1.2.5.2" />
<PackageReference Include="AppoMobi.Maui.DrawnUi" Version="1.2.9.1" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/Addons/DrawnUi.Maui.Rive/DrawnUi.Maui.Rive.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

<!--production-->
<ItemGroup Condition="'$(UseNuget)' == 'true'">
<PackageReference Include="AppoMobi.Maui.DrawnUi" Version="1.2.5.2" />
<PackageReference Include="AppoMobi.Maui.DrawnUi" Version="1.2.9.1" />
</ItemGroup>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

<!--production-->
<ItemGroup Condition="'$(UseNuget)' == 'true'">
<PackageReference Include="AppoMobi.Maui.DrawnUi" Version="1.2.5.2" />
<PackageReference Include="AppoMobi.Maui.DrawnUi" Version="1.2.9.1" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<PropertyGroup Condition="'$(UseSkiaSharp3)' != 'true'">
<PackageReleaseNotes>Using SkiaSharp 2.xx. Checkout the DrawnUi Sandbox project for usage example.</PackageReleaseNotes>
<Version>1.2.5.2</Version>
<Version>1.2.9.1</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(UseSkiaSharp3)' == 'true'">
Expand Down
6 changes: 3 additions & 3 deletions src/Engine/skia2.props
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project>
<!-- Conditional for SkiaSharp 2 -->
<ItemGroup>
<PackageReference Include="SkiaSharp.Views.Maui.Controls.Compatibility" Version="2.88.9-preview.2.2" />
<PackageReference Include="SkiaSharp" Version="2.88.9-preview.2.2" />
<PackageReference Include="SkiaSharp.Skottie" Version="2.88.9-preview.2.2" />
<PackageReference Include="SkiaSharp.Views.Maui.Controls.Compatibility" Version="2.88.9" />
<PackageReference Include="SkiaSharp" Version="2.88.9" />
<PackageReference Include="SkiaSharp.Skottie" Version="2.88.9" />
<PackageReference Include="Svg.Skia" Version="2.0.0.2" />
</ItemGroup>
</Project>

0 comments on commit a3152f5

Please sign in to comment.