Carfup.XTBPlugins.PersonalViewsMigration 1.2024.1.14

dotnet add package Carfup.XTBPlugins.PersonalViewsMigration --version 1.2024.1.14
NuGet\Install-Package Carfup.XTBPlugins.PersonalViewsMigration -Version 1.2024.1.14
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="Carfup.XTBPlugins.PersonalViewsMigration" Version="1.2024.1.14" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Carfup.XTBPlugins.PersonalViewsMigration --version 1.2024.1.14
#r "nuget: Carfup.XTBPlugins.PersonalViewsMigration, 1.2024.1.14"
#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 Carfup.XTBPlugins.PersonalViewsMigration as a Cake Addin
#addin nuget:?package=Carfup.XTBPlugins.PersonalViewsMigration&version=1.2024.1.14

// Install Carfup.XTBPlugins.PersonalViewsMigration as a Cake Tool
#tool nuget:?package=Carfup.XTBPlugins.PersonalViewsMigration&version=1.2024.1.14

This tool will allow you to reassign, copy, delete, personal views, charts and dashboards from one user to another. This is really useful when someone left a company and forgot to migrate his own views; charts, dashboards to somebody else.

Product Compatible and additional computed target framework versions.
.NET Framework net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  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.2024.1.14 3,420 1/10/2024
1.2023.5.13 8,411 5/5/2023
1.2022.1.12 17,571 1/10/2022
1.2020.2.11 22,116 2/25/2020
1.2020.1.10 2,769 1/24/2020
1.2019.9.9 7,445 9/3/2019
1.2019.6.8 5,810 6/14/2019
1.2019.5.7 4,246 5/2/2019
1.2019.3.6 5,179 3/12/2019
1.2018.6.5 22,003 6/27/2018
1.2018.2.3 19,213 2/1/2018
1.2017.12.1 31,980 12/6/2017

1.2024.1.14
Fix random issues related to the instance of telemetry

1.2023.5.13
Fix when converting a dashboard to system one if it was once coming from a system dashboard itself. Thanks to @greensweater

1.2022.1.12
Fix the deletion issue of sharings
Updated the maximum number of non-interactive users in an instance to 7 (https://docs.microsoft.com/en-us/power-platform/admin/create-users#user-types)

1.2020.2.11
Ability to modify the sharings directly from the plugin.
Fix the issue while loading too many users make the application crash
Fix various issues.

1.2020.1.10
Ability to convert personal View, Chart and Dashboard into System component.
Ability to filter by Users only
Fix various issues.

1.2019.9.9
Ability to load more than 5000 users and teams.
When copying, you can also copy the sharings.
Fix various issues.

1.2019.6.8
Adding the ability to manage charts, dashboards and views for a team.
Fix various issues.
Aligned the usage of CrmServiceClient instead of OrganizationServiceProxy to manage impersonation.

1.2019.5.7
Manage the sharings of views, dashboards and charts.
Fixed issue with refresh of items list.
Fixed issue with impersonation error.
Background process improved.

1.2019.3.6
The known actions for views are now available for Charts and Dashboards
Ability to sort and filter results for user views, charts and dashboards.
Bug fixing.

1.2018.6.5
Supporting OnPremise environments.
Added the ability to filter (by status and name) and reorder the results.
Various bug fixes, checks and improved code in the background.
Introducing a help page.

1.2018.2.3
Allow the plugin to log anonymous data or not, in order to improve the most used features and develop the others.
Added the ability to delete a view.
Various bug fixes / improving processes.

1.2017.12.1
Retrieve users from your organization, get user views and copy or reassign them to someone else.