Skip to content

Commit

Permalink
1.2.99.1 for v2
Browse files Browse the repository at this point in the history
  • Loading branch information
taublast committed Jan 11, 2025
1 parent 019a5af commit 0c3f48c
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 43 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ _for SkiaSharp 3.116.1 NET 9_
* Fix for animators and invalidation when IsVisible changing at runtime.
* Fix for SkiaShell animated pages occasional flickering when pushed

### Nuget 1.2.96.1
### Nuget 1.2.99.1
_for SkiaSharp 2.88.9-preview.2.2 NET 8_
* Fixed for items invisible from start coming to visible at runtime sometimes not being measured.
* SkiaImage autosize fix when Margins are not 0
Expand Down
12 changes: 2 additions & 10 deletions src/Addons/DrawnUi.Maui.Camera/DrawnUi.Maui.Camera.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@
<Import Condition="'$(UseSkiaSharp3)' != 'true'" Project="..\..\Engine\skia2.props" />

<PropertyGroup>

<UseNuget>false</UseNuget>

<Title>Camera addon to DrawnUI for .NET MAUI</Title>
<PackageId>DrawnUi.Maui.Camera</PackageId>
Expand All @@ -50,15 +48,9 @@
<WarningsAsErrors>$(WarningsAsErrors);CS0108</WarningsAsErrors>
</PropertyGroup>

<!--for development-->
<ItemGroup Condition="'$(UseNuget)' != 'true'">
<ProjectReference Include="..\..\Engine\DrawnUi.Maui.csproj" />
</ItemGroup>

<!--production-->
<ItemGroup Condition="'$(UseNuget)' == 'true'">
<PackageReference Include="AppoMobi.Maui.DrawnUi" Version="1.2.96.1" />
<ItemGroup>
<ProjectReference Include="..\..\Engine\DrawnUi.Maui.csproj" />
</ItemGroup>


</Project>
9 changes: 1 addition & 8 deletions src/Addons/DrawnUi.Maui.Game/DrawnUi.Maui.Game.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@


<PropertyGroup>
<UseNuget>false</UseNuget>
<Title>Game creation addon to DrawnUI for .NET MAUI</Title>
<PackageId>DrawnUi.Maui.Game</PackageId>
<Description>Base class for implementing a game with SkiaSharp in .NET MAUI</Description>
Expand All @@ -49,15 +48,9 @@
<WarningsAsErrors>$(WarningsAsErrors);CS0108</WarningsAsErrors>
</PropertyGroup>

<!--for development-->
<ItemGroup Condition="'$(UseNuget)' != 'true'">
<ItemGroup>
<ProjectReference Include="..\..\Engine\DrawnUi.Maui.csproj" />
</ItemGroup>

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


</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
</ItemGroup>

<PropertyGroup>
<UseNuget>false</UseNuget>
<Title>MapsUi addon to DrawnUI for .NET MAUI</Title>
<PackageId>DrawnUi.Maui.MapsUi</PackageId>
<Description>SkiaMapsUi DrawnUi control for .NET MAUI</Description>
Expand All @@ -60,14 +59,9 @@
<WarningsAsErrors>$(WarningsAsErrors);CS0108</WarningsAsErrors>
</PropertyGroup>

<!--for development-->
<ItemGroup Condition="'$(UseNuget)' != 'true'">
<ItemGroup>
<ProjectReference Include="..\..\..\Engine\DrawnUi.Maui.csproj" />
</ItemGroup>

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

</Project>
10 changes: 1 addition & 9 deletions src/Addons/DrawnUi.Maui.Rive/DrawnUi.Maui.Rive.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
</ItemGroup>

<PropertyGroup>
<UseNuget>false</UseNuget>
<Title>Rive addon to DrawnUI for .NET MAUI</Title>
<PackageId>DrawnUi.Maui.Rive</PackageId>
<Description>SkiaRive DrawnUi control for .NET MAUI (temporarily Windows only is supported)</Description>
Expand All @@ -53,17 +52,10 @@
<WarningsAsErrors>$(WarningsAsErrors);CS0108</WarningsAsErrors>
</PropertyGroup>

<!--for development-->
<ItemGroup Condition="'$(UseNuget)' != 'true'">
<ItemGroup>
<ProjectReference Include="..\..\Engine\DrawnUi.Maui.csproj" />
</ItemGroup>

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




</Project>
9 changes: 2 additions & 7 deletions src/Addons/DrawnUi.MauiGraphics/DrawnUi.MauiGraphics.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
<Import Condition="'$(UseSkiaSharp3)' != 'true'" Project="..\..\Engine\skia2.props" />

<PropertyGroup>
<UseNuget>false</UseNuget>
<Title>MauiGraphics addon to DrawnUI for .NET MAUI</Title>
<PackageId>DrawnUi.MauiGraphics</PackageId>
<Description>SkiaMauiGraphics DrawnUi control for .NET MAUI</Description>
Expand All @@ -48,15 +47,11 @@
<WarningsAsErrors>$(WarningsAsErrors);CS0108</WarningsAsErrors>
</PropertyGroup>

<!--for development-->
<ItemGroup Condition="'$(UseNuget)' != 'true'">

<ItemGroup>
<ProjectReference Include="..\..\Engine\DrawnUi.Maui.csproj" />
</ItemGroup>

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

<ItemGroup>
<PackageReference Include="Microsoft.Maui.Graphics.Skia" Version="8.0.40" />
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.96.1</Version>
<Version>1.2.99.1</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(UseSkiaSharp3)' == 'true'">
Expand Down

0 comments on commit 0c3f48c

Please sign in to comment.