RevitPluginKit 0.0.2

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

// Install RevitPluginKit as a Cake Tool
#tool nuget:?package=RevitPluginKit&version=0.0.2

About project

RevitPluginKit is a set of tools and utilities designed to simplify the creation of a custom plug-in for the "Autodesk Revit" program.

The library is intended primarily to simplify work with "Revit API" and standardize the processes associated with the preparation of a custom plugin for the Revit program.

RevitPluginKit provides tools for convenient "Revit" ribbon panel generation, feature sets such as fast and simple model elements collectors, set of converters, validators and many other tools.


Project goals

  • Simplify and accelerate interactions with the "Revit API" through a dedicated tools library

  • Building and Maintaining an Efficient Custom Plugin Creation Template

  • Internal standardization of the process of preparing a custom plug-in for "Revit"

  • Efficient testing of the basic functions of a custom plugin

  • Collecting the best (hopefully) practices


Description

  • The project is presented in open source format (MPL 2.0)

  • The project is a wrapper for the functionality presented in the documentation: Revit API Docs

  • The library has been tested in "Revit" versions: 2019, 2020, 2021

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.

This package has 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
0.0.2 437 2/4/2022
0.0.1 392 2/3/2022

0.0.2 - Minor rework