Releases: ricaun-io/RevitAddin.CommandLoader
Releases · ricaun-io/RevitAddin.CommandLoader
1.1.1
Features
- Support Autodesk.Icon in dark theme.
Updated
- Add
AutodeskIconGeneratorUtils
. - Window close with
Esc
key.
1.1.0
Features
- Support net core plugin.
Added
- Add
CodeAnalysisCodeDom
to support net code. - Update
CodeAnalysisCodeDomService
to work with multiple source code.
Tests
- Test
GistGithubUtils
download string. - Add
Newtonsoft.Json
to supportGistGithubUtils
download string.
1.1.0-alpha
Features
- Support net core plugin.
Added
- Add
CodeAnalysisCodeDom
to support net code. - Update
CodeAnalysisCodeDomService
to work with multiple source code.
Tests
- Test
GistGithubUtils
download string. - Add
Newtonsoft.Json
to supportGistGithubUtils
download string.
1.0.6
Features
- Using
ricaun.Revit.UI.Tasks
Tests
- Add
CodeDom
simple test.
Updated
- Add
ICodeDomService
interface - Add
CodeDomFactory
class
Remove
- Remove
Revit.Async
1.0.5
Features
- Support C# version 7.3 in Revit 2021+ with
DotNetCompilerPlatform
. - Gist Download Files and compile.
- Support
CodeDomService
with Defines -Revit20$$
andREVIT20$$
.
Updated
- Update
InfoCenterUtils
to show download update.
1.0.4
Updated
- Update example
Command
toRevit Version
1.0.3
Updated
- Remove Version in the
Release
folder
1.0.2
Fixed
- Fix
GithubRequestService
repository
1.0.1
Added
- Add Debug color Panel Title Background
Fixed
- Fix Image load problem
1.0.0
Features
- Compile multiple
IExternalCommand
UI - Code Compiler
- Add Command to Ribbon
- AutoUpdater