Skip to content

Commit de397b2

Browse files
Published new version
1 parent 9b88706 commit de397b2

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

BlazorBasics.InputFileExtended/BlazorBasics.InputFileExtended.csproj

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<ImplicitUsings>enable</ImplicitUsings>
66
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
77
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
8-
<Version>3.5.28</Version>
8+
<Version>3.6.29</Version>
99
<Authors>Sergi Ortiz Gomez</Authors>
1010
<Company>Digital Door Aus</Company>
1111
<Description>Component Blazor extend InputFile with drag and drop, copy and paste and all the necessary to upload files.
@@ -17,6 +17,7 @@
1717
<PackageProjectUrl>https://blazorinputfileextended.community-mall.com/</PackageProjectUrl>
1818
<PackageTags>Components;Blazor;WebAssembly;InputFile;FileUpload;BlazorFileUpload;drag and drop;drop files</PackageTags>
1919
<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.
2021
Version 3.5.28: Fixed null reference when try to use the context inside the unputfilecomponent to personalize the preview file.
2122
Version 3.5.27: Fixed Parameters.InputFileTypes when is set not get a value.
2223
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,8 +29,8 @@
2829
<RepositoryType>Git</RepositoryType>
2930
<PackageIcon>icon-512.png</PackageIcon>
3031
<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>
3334
<GenerateDocumentationFile>True</GenerateDocumentationFile>
3435
</PropertyGroup>
3536

@@ -54,9 +55,9 @@
5455
</ItemGroup>
5556

5657
<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'" />
6061
</ItemGroup>
6162

6263
</Project>

0 commit comments

Comments
 (0)