Skip to content

Commit 763949e

Browse files
authored
fix: TextInputLayout and PinCodeControl's bug fixes (#124)
1 parent 31cb035 commit 763949e

File tree

24 files changed

+1325
-177
lines changed

24 files changed

+1325
-177
lines changed

MAUI.FreakyControls/MAUI.FreakyControls/Maui.FreakyControls.csproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">10.0.17763.0</SupportedOSPlatformVersion>
1313
<TargetPlatformMinVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">10.0.17763.0</TargetPlatformMinVersion>
1414
<RootNamespace>Maui.FreakyControls</RootNamespace>
15-
<AssemblyVersion>0.4.10</AssemblyVersion>
16-
<AssemblyFileVersion>0.4.10</AssemblyFileVersion>
17-
<Version>0.4.10</Version>
15+
<AssemblyVersion>0.4.12</AssemblyVersion>
16+
<AssemblyFileVersion>0.4.12</AssemblyFileVersion>
17+
<Version>0.4.12-pre</Version>
1818
<NeutralLanguage>en</NeutralLanguage>
1919
<!--Version of C# to use -->
2020
<PackageId>FreakyControls</PackageId>
@@ -25,8 +25,8 @@
2525
<PackageIcon>maui_toolkit.png</PackageIcon>
2626
<RepositoryUrl>https://github.com/FreakyAli/MAUI.FreakyControls</RepositoryUrl>
2727
<PackageProjectUrl>https://github.com/FreakyAli/MAUI.FreakyControls</PackageProjectUrl>
28-
<PackageTags>Maui dotnet.Maui .net-Maui FreakyControls CodeView OTP PinCodeView Switch AutoComplete JumpList Button Checkbox uikit Signature Radiobutton SignatureView Svg CircularImage TextInputLayout</PackageTags>
29-
<PackageReleaseNotes>FreakySwitch rewritten and changes and visual state changes</PackageReleaseNotes>
28+
<PackageTags>Maui dotnet.Maui .net-Maui FreakyControls CodeView OTP SwipeButton PinCodeView Switch AutoComplete JumpList Button Checkbox uikit Signature Radiobutton SignatureView Svg CircularImage TextInputLayout</PackageTags>
29+
<PackageReleaseNotes>Bug fixes for Pincode and TextInputLayout</PackageReleaseNotes>
3030
<PackageReadmeFile>readme.md</PackageReadmeFile>
3131
<Copyright>Copyright 2023</Copyright>
3232
<PackOnBuild>true</PackOnBuild>
@@ -140,11 +140,11 @@
140140
<Folder Include="Dotnet\" />
141141
</ItemGroup>
142142
<ItemGroup>
143-
<PackageReference Include="SkiaSharp.Views.Maui.Controls" Version="2.88.6" />
143+
<PackageReference Include="SkiaSharp.Views.Maui.Controls" Version="2.88.0" />
144144
<PackageReference Include="SkiaSharp.Svg" Version="1.60.0" />
145-
<PackageReference Include="FreakyEffects" Version="0.1.1" />
146-
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="8.0.3" />
145+
<PackageReference Include="FreakyEffects" Version="0.1.2" />
147146
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.3" />
147+
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="8.0.3" />
148148
</ItemGroup>
149149
<ItemGroup>
150150
<MauiXaml Update="Shared\FreakyTextInputLayout\FreakyTextInputLayout.xaml">

0 commit comments

Comments
 (0)