cadwiki.DllReloader 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package cadwiki.DllReloader --version 1.0.0
NuGet\Install-Package cadwiki.DllReloader -Version 1.0.0
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="cadwiki.DllReloader" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add cadwiki.DllReloader --version 1.0.0
#r "nuget: cadwiki.DllReloader, 1.0.0"
#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 cadwiki.DllReloader as a Cake Addin
#addin nuget:?package=cadwiki.DllReloader&version=1.0.0

// Install cadwiki.DllReloader as a Cake Tool
#tool nuget:?package=cadwiki.DllReloader&version=1.0.0

cadwiki.DllReloader nuget package

This Readme file contains information on the cadwiki.DllReloader package

AutoCAD

The cadwiki.DllReloader.AutoCAD namespace contains everything needed to reload dll's into AutoCAD's current AppDomain

Nuget commands for building the .nupkg locally

Create new package using relative .nuspec

nuget pack cadwiki.DllReloader.nuspec -properties Configuration=Release -properties Platform=x64

Create new package using relative .vbproj

nuget pack cadwiki.DllReloader.vbproj -IncludeReferencedProjects -properties Configuration=Release -properties Platform=x64

Install local package to another project

Copy output .nupkg file path from command above for use later Install nuget package in another solution / project with these commands

Install-Package $Path\ToNuget\File\.nupkg
Get-Project -All | Install-Package $Path\ToNuget\File\.nupkg
Get-Project -All | Install-Package E:\GitHub\cadwiki\cadwiki-nuget\cadwiki-nuget\cadwiki.DllReloader\cadwiki.DllReloader.1.0.0.nupkg

Uninstall local package from projects

Get-Project -All | UnInstall-Package cadwiki.DllReloader
Product Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.7.2

    • No dependencies.

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.1.7.610 184 7/22/2023
1.1.6.920 123 6/11/2023
1.1.5.938 141 4/23/2023
1.1.4.918 160 4/13/2023
1.1.3.2324 146 4/13/2023
1.1.2.2158 148 4/13/2023
1.1.1.2027 159 4/12/2023
1.1.0.1905 166 4/10/2023
1.0.20.9 281 12/21/2022
1.0.19.735 270 12/20/2022
1.0.18.2146 256 12/20/2022
1.0.17.1500 258 12/14/2022
1.0.17.1135 277 12/14/2022
1.0.16.1525 251 12/12/2022
1.0.15.1423 253 12/12/2022
1.0.14.1150 263 12/12/2022
1.0.13.1525 266 12/10/2022
1.0.12.726 283 11/20/2022
1.0.11.2039 307 11/2/2022
1.0.9.1651 314 11/1/2022
1.0.7.1649 331 10/30/2022
1.0.6.1821 331 10/29/2022
1.0.4 410 9/27/2022
1.0.3 400 9/22/2022
1.0.2 383 9/11/2022
1.0.1 363 9/9/2022
1.0.0 380 8/11/2022