|
5 | 5 | <ImplicitUsings>enable</ImplicitUsings> |
6 | 6 | <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
7 | 7 | <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> |
8 | | - <Version>3.5.28</Version> |
| 8 | + <Version>3.6.29</Version> |
9 | 9 | <Authors>Sergi Ortiz Gomez</Authors> |
10 | 10 | <Company>Digital Door Aus</Company> |
11 | 11 | <Description>Component Blazor extend InputFile with drag and drop, copy and paste and all the necessary to upload files. |
|
17 | 17 | <PackageProjectUrl>https://blazorinputfileextended.community-mall.com/</PackageProjectUrl> |
18 | 18 | <PackageTags>Components;Blazor;WebAssembly;InputFile;FileUpload;BlazorFileUpload;drag and drop;drop files</PackageTags> |
19 | 19 | <PackageReleaseNotes> |
| 20 | + Version 3.6.29: Add Openfiledialog public method for can fired upload files with no click from user and do by code. Add Parameter to can cancel the click on the Inputfile with some code when you click on the Inputfile. Fixed and notify OnChange event when the file it's removed from the collection. Update nugets. |
20 | 21 | Version 3.5.28: Fixed null reference when try to use the context inside the unputfilecomponent to personalize the preview file. |
21 | 22 | Version 3.5.27: Fixed Parameters.InputFileTypes when is set not get a value. |
22 | 23 | Version 3.5.26: Create new component FilePreviewComponent to separate the logic when it's a preview image or only list image. Fixed don't remove error message after fix the issue and or selecte a new file. Add 2 new properties to the options. In the general InputFileCss and in PreviewOptions CanDeleteIfNotCallBack to show a delete button when no callback action set. . |
|
28 | 29 | <RepositoryType>Git</RepositoryType> |
29 | 30 | <PackageIcon>icon-512.png</PackageIcon> |
30 | 31 | <PackageIconUrl /> |
31 | | - <AssemblyVersion>3.5.28</AssemblyVersion> |
32 | | - <FileVersion>3.5.28</FileVersion> |
| 32 | + <AssemblyVersion>3.6.29</AssemblyVersion> |
| 33 | + <FileVersion>3.6.29</FileVersion> |
33 | 34 | <GenerateDocumentationFile>True</GenerateDocumentationFile> |
34 | 35 | </PropertyGroup> |
35 | 36 |
|
|
54 | 55 | </ItemGroup> |
55 | 56 |
|
56 | 57 | <ItemGroup> |
57 | | - <PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="6.0.26" Condition="'$(TargetFramework)' == 'net6.0'" /> |
58 | | - <PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="7.0.15" Condition="'$(TargetFramework)' == 'net7.0'" /> |
59 | | - <PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.1" Condition="'$(TargetFramework)' == 'net8.0'" /> |
| 58 | + <PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="6.0.32" Condition="'$(TargetFramework)' == 'net6.0'" /> |
| 59 | + <PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="7.0.20" Condition="'$(TargetFramework)' == 'net7.0'" /> |
| 60 | + <PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.7" Condition="'$(TargetFramework)' == 'net8.0'" /> |
60 | 61 | </ItemGroup> |
61 | 62 |
|
62 | 63 | </Project> |
0 commit comments