|
14 | 14 | <RootNamespace>Maui.FreakyControls</RootNamespace> |
15 | 15 | <AssemblyVersion>0.4.12</AssemblyVersion> |
16 | 16 | <AssemblyFileVersion>0.4.12</AssemblyFileVersion> |
17 | | - <Version>0.4.12-pre</Version> |
| 17 | + <Version>0.4.12</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 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 | | - <PackageReadmeFile>readme.md</PackageReadmeFile> |
| 28 | + <PackageTags>Maui dotnet.Maui .net-Maui FreakyControls CodeView OTP SwipeButton PinCodeView Zoom ZoomableImage Switch AutoComplete JumpList Button Checkbox uikit Signature Radiobutton SignatureView Svg CircularImage TextInputLayout</PackageTags> |
| 29 | + <PackageReleaseNotes>FreakyZoomableImageView is here!</PackageReleaseNotes> |
| 30 | + <PackageReadmeFile>Readme.md</PackageReadmeFile> |
31 | 31 | <Copyright>Copyright 2023</Copyright> |
32 | 32 | <PackOnBuild>true</PackOnBuild> |
33 | 33 | <SynchReleaseVersion>false</SynchReleaseVersion> |
|
55 | 55 | <MauiCss Remove="Shared\FreakyPinView\**" /> |
56 | 56 | <MauiXaml Remove="Shared\FreakyPinView\**" /> |
57 | 57 | <None Remove="Shared\FreakyPinView\**" /> |
58 | | - <None Remove="Shared\FreakyZoomableImage\" /> |
59 | 58 | <None Remove="Shared\FreakySwipeButton\" /> |
60 | 59 | <None Remove="Shared\FreakyCropView\" /> |
61 | 60 | <None Remove="Shared\FreakyChip\" /> |
62 | 61 | <None Remove="Shared\Constants\" /> |
63 | 62 | <None Remove="Dotnet\" /> |
| 63 | + <None Remove="Shared\FreakyZoomableImageView\" /> |
64 | 64 | </ItemGroup> |
65 | 65 | <ItemGroup> |
66 | 66 | <None Remove="Platforms\iOS\" /> |
|
81 | 81 | <None Remove="Platforms\iOS\NativeControls\" /> |
82 | 82 | <None Remove="Shared\FreakyTextInputLayout\" /> |
83 | 83 | <None Include="maui_toolkit.png" Pack="true" Visible="false" PackagePath="" /> |
84 | | - <None Include="readme.md" Pack="true" Visible="false" PackagePath="" /> |
| 84 | + <None Include="Readme.md" Pack="true" Visible="false" PackagePath="" /> |
85 | 85 | <None Remove="Platforms\iOS\FreakyCircularImageHandler.ios" /> |
86 | 86 | <None Remove="Shared\FreakyButton\" /> |
87 | 87 | <None Remove="Shared\Helpers\" /> |
|
132 | 132 | <Folder Include="Shared\FreakyCodeView\" /> |
133 | 133 | <Folder Include="Shared\Behaviors\" /> |
134 | 134 | <Folder Include="Shared\FreakySwitch\" /> |
135 | | - <Folder Include="Shared\FreakyZoomableImage\" /> |
136 | 135 | <Folder Include="Shared\FreakySwipeButton\" /> |
137 | 136 | <Folder Include="Shared\FreakyCropView\" /> |
138 | 137 | <Folder Include="Shared\FreakyChip\" /> |
139 | 138 | <Folder Include="Shared\Constants\" /> |
140 | 139 | <Folder Include="Dotnet\" /> |
| 140 | + <Folder Include="Shared\FreakyZoomableImageView\" /> |
141 | 141 | </ItemGroup> |
142 | 142 | <ItemGroup> |
143 | 143 | <PackageReference Include="SkiaSharp.Views.Maui.Controls" Version="2.88.0" /> |
|
162 | 162 | <ItemGroup> |
163 | 163 | <Compile Remove="Platforms\Android\FreakyAutoCompleteView.android.cs" /> |
164 | 164 | </ItemGroup> |
| 165 | + <ItemGroup> |
| 166 | + <AndroidResource Include="Platforms/Android/Resources/values/attrs.xml" /> |
| 167 | + </ItemGroup> |
165 | 168 | <ItemGroup> |
166 | 169 | <None Update="Platforms\Android\Resources\values\styles.xml"> |
167 | 170 | <ExcludeFromCurrentConfiguration>false</ExcludeFromCurrentConfiguration> |
|
0 commit comments