Releases: ricaun-io/RevitAddin.CommandLoader
Releases · ricaun-io/RevitAddin.CommandLoader
1.2.0
1.2.0-alpha
Features
- Support
tiff
image files.
Updates
- Using
ricaun.Revit.UI
to0.8.0
. - Update
AutodeskIconGeneratorUtils
to use version2.0.0
andtiff
file. - Add
CommandLoader.tiff
as the default image icon.
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