Skip to content

Releases: ricaun-io/RevitAddin.CommandLoader

1.1.1

27 Feb 21:16
9e11f55
Compare
Choose a tag to compare

Features

Updated

  • Add AutodeskIconGeneratorUtils.
  • Window close with Esc key.

1.1.0

17 Feb 15:08
07f0827
Compare
Choose a tag to compare

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 support GistGithubUtils download string.

1.1.0-alpha

17 Feb 14:28
Compare
Choose a tag to compare
1.1.0-alpha Pre-release
Pre-release

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 support GistGithubUtils download string.

1.0.6

27 Jan 15:28
a7e8b6c
Compare
Choose a tag to compare

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

09 May 17:37
9ae9c3a
Compare
Choose a tag to compare

Features

  • Support C# version 7.3 in Revit 2021+ with DotNetCompilerPlatform.
  • Gist Download Files and compile.
  • Support CodeDomService with Defines - Revit20$$ and REVIT20$$.

Updated

  • Update InfoCenterUtils to show download update.

1.0.4

03 Feb 13:06
50d9e23
Compare
Choose a tag to compare

Updated

  • Update example Command to Revit Version

1.0.3

02 Feb 20:34
7740b1d
Compare
Choose a tag to compare

Updated

  • Remove Version in the Release folder

1.0.2

02 Feb 20:17
df76e45
Compare
Choose a tag to compare

Fixed

  • Fix GithubRequestService repository

1.0.1

02 Feb 19:57
429782c
Compare
Choose a tag to compare

Added

  • Add Debug color Panel Title Background

Fixed

  • Fix Image load problem

1.0.0

02 Feb 19:40
Compare
Choose a tag to compare

Features

  • Compile multiple IExternalCommand UI
  • Code Compiler
  • Add Command to Ribbon
  • AutoUpdater