Delegate.DeprecationTool 1.0.11

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

// Install Delegate.DeprecationTool as a Cake Tool
#tool nuget:?package=Delegate.DeprecationTool&version=1.0.11

Field deprecation tool for XRM

Product Compatible and additional computed target framework versions.
.NET Framework net452 is compatible.  net46 was computed.  net461 was computed.  net462 was computed.  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.0.11 25,333 2/21/2020
1.0.10 1,718 1/29/2020
1.0.9 659 1/28/2020
1.0.8 1,056 1/19/2020
1.0.7 3,226 11/7/2019
1.0.6 583 11/5/2019
1.0.5.1 526 11/5/2019
1.0.5 715 10/29/2019
1.0.4 634 10/24/2019
1.0.3 504 10/24/2019
1.0.2 741 10/17/2019
1.0.1 652 10/15/2019
1.0.0 557 10/15/2019

1.0.11 - 21/02/2020
     * Currency and its meta field are deprecated together (base field)
     * Pop up reminding to publish changes.
     
     1.0.10 - 29/01/2020
     * Internal refactoring
     * Reload entities only
     * Entities sortable
     * Business required is now set to optional when deprecating (but saving its value)
     
     1.0.9 - 28/01/2020
     * Fixes buttons on entity view
     * revamp metadata to be human readable
     * other visual fixes
     
     1.0.8 - 19/01/2020
     * Fields are in a sortable listview, and sorted by default
     * Fixed issues with solution dropdown after reload all
     * Added "Display Name" to field list, and fixed bug with toggling states
     * Added context menu for field list to get a count of dependencies.
     
     1.0.7 - 07/11/2019
     * User guide explaining the tool
     * No pop ups when starting, just sane defaults
     * Case insensitive prefixes
     1.0.6 - 05/11/2019
     
     * Stop signing merged dll
     1.0.5 - 24/10/2019
     * Change merged assembly version
     * Fix crash on load without an org
     * Make UI resize with window
     
     1.0.2 - 17/10/2019
     * Fix icon url
     
     1.0.0 - 15/10/2019
     * Initial version