|
12 | 12 | <SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">10.0.17763.0</SupportedOSPlatformVersion> |
13 | 13 | <TargetPlatformMinVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">10.0.17763.0</TargetPlatformMinVersion> |
14 | 14 | <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> |
18 | 18 | <NeutralLanguage>en</NeutralLanguage> |
19 | 19 | <!--Version of C# to use --> |
20 | 20 | <PackageId>FreakyControls</PackageId> |
|
25 | 25 | <PackageIcon>maui_toolkit.png</PackageIcon> |
26 | 26 | <RepositoryUrl>https://github.com/FreakyAli/MAUI.FreakyControls</RepositoryUrl> |
27 | 27 | <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> |
30 | 30 | <PackageReadmeFile>readme.md</PackageReadmeFile> |
31 | 31 | <Copyright>Copyright 2023</Copyright> |
32 | 32 | <PackOnBuild>true</PackOnBuild> |
|
140 | 140 | <Folder Include="Dotnet\" /> |
141 | 141 | </ItemGroup> |
142 | 142 | <ItemGroup> |
143 | | - <PackageReference Include="SkiaSharp.Views.Maui.Controls" Version="2.88.6" /> |
| 143 | + <PackageReference Include="SkiaSharp.Views.Maui.Controls" Version="2.88.0" /> |
144 | 144 | <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" /> |
147 | 146 | <PackageReference Include="Microsoft.Maui.Controls" Version="8.0.3" /> |
| 147 | + <PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="8.0.3" /> |
148 | 148 | </ItemGroup> |
149 | 149 | <ItemGroup> |
150 | 150 | <MauiXaml Update="Shared\FreakyTextInputLayout\FreakyTextInputLayout.xaml"> |
|
0 commit comments