AttachmentDownloader 1.0.8
See the version list below for details.
dotnet add package AttachmentDownloader --version 1.0.8
NuGet\Install-Package AttachmentDownloader -Version 1.0.8
<PackageReference Include="AttachmentDownloader" Version="1.0.8" />
paket add AttachmentDownloader --version 1.0.8
#r "nuget: AttachmentDownloader, 1.0.8"
// Install AttachmentDownloader as a Cake Addin #addin nuget:?package=AttachmentDownloader&version=1.0.8 // Install AttachmentDownloader as a Cake Tool #tool nuget:?package=AttachmentDownloader&version=1.0.8
Xrm ToolBox Plugin which download attachments files from any Data Verse table. Take fetch xml as input to filter out the records.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net471 is compatible. net472 was computed. net48 was computed. net481 was computed. |
-
- XrmToolBox (>= 1.2021.2.45)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.9 | 3,669 | 3/14/2024 |
1.0.8 | 12,953 | 5/12/2022 |
1.0.7 | 699 | 5/11/2022 |
1.0.6 | 513 | 5/10/2022 |
1.0.5.3 | 13,656 | 4/8/2021 |
1.0.5.2 | 398 | 4/8/2021 |
1.0.5.1 | 481 | 3/30/2021 |
1.0.5 | 396 | 3/1/2021 |
1.0.4 | 374 | 3/1/2021 |
1.0.3 | 395 | 3/1/2021 |
1.0.2 | 405 | 3/1/2021 |
1.0.1 | 390 | 3/1/2021 |
1.0.0 | 388 | 3/1/2021 |
0.1.0.6 | 384 | 3/30/2021 |
Bug Fixed :
1. Fixed the bug where files with duplicate names were not being downloaded properly. Tool was just downloading 1 file for all files with same name. It now create files with different names like file.txt, file (2).txt, file (3).txt in your local folder in case multiple files having same names are found in attachment.
Features:
1. Tool now downloads 1 CSV file named "AttachmentsDetails.csv" which have all the information of notes downloaded which is displayed on tool result window.