AttachmentDownloader 1.0.9

dotnet add package AttachmentDownloader --version 1.0.9
NuGet\Install-Package AttachmentDownloader -Version 1.0.9
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AttachmentDownloader" Version="1.0.9" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AttachmentDownloader --version 1.0.9
#r "nuget: AttachmentDownloader, 1.0.9"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install AttachmentDownloader as a Cake Addin
#addin nuget:?package=AttachmentDownloader&version=1.0.9

// Install AttachmentDownloader as a Cake Tool
#tool nuget:?package=AttachmentDownloader&version=1.0.9

Xrm ToolBox Plugin which download attachments files from any Data Verse table. Take fetch xml as input to filter out the records.

Product Compatible and additional computed target framework versions.
.NET Framework net471 is compatible.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 458 3/14/2024
1.0.8 12,902 5/12/2022
1.0.7 639 5/11/2022
1.0.6 473 5/10/2022
1.0.5.3 13,627 4/8/2021
1.0.5.2 371 4/8/2021
1.0.5.1 456 3/30/2021
1.0.5 373 3/1/2021
1.0.4 349 3/1/2021
1.0.3 367 3/1/2021
1.0.2 379 3/1/2021
1.0.1 368 3/1/2021
1.0.0 364 3/1/2021
0.1.0.6 353 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.
2. Tool now able to download attachment related to activity table like email. By default it downloads attachment record for activity type tables and notes table attachments for rest tables.