Releases: ricaun-io/ricaun.Revit.Installation
Releases · ricaun-io/ricaun.Revit.Installation
1.4.0
1.4.0-beta
Updates
- Update
RevitInstallation.Start
to startProcess
withUseShellExecute
true. (Fix: #15)
Tests
- Test to start Revit to verify if
Process
withUseShellExecute
works.
1.4.0-alpha
Updates
- Update
RevitInstallation.Start
to startProcess
withUseShellExecute
true.
1.3.2
Features
- Support localized
InstallLocation
path.
Updates
- Add
FinalPathNameExtension
to fix localizedInstallLocation
. (Fix: #13) - Update
GetProcesses
to useFinalPathNameExtension
to fix localizedInstallLocation
. - Update typo related to
Journal
. - Update
ApplicationPluginsUtils
to fixbundle.zip
download.
Tests
- Add
FinalPathName_Tests
withenglish
,portuguese
andgerman
tests. - Add
BundleCreatorUtils
to testApplicationPluginsUtils
with fakebundle.zip
.
1.3.2-beta
Features
- Support localized
InstallLocation
path.
Updates
- Add
FinalPathNameExtension
to fix localizedInstallLocation
. (Fix: #13) - Update
GetProcesses
to useFinalPathNameExtension
to fix localizedInstallLocation
. - Update typo related to
Journal
. - Update
ApplicationPluginsUtils
to fixbundle.zip
download.
Tests
- Add
FinalPathName_Tests
withenglish
,portuguese
andgerman
tests. - Add
BundleCreatorUtils
to testApplicationPluginsUtils
with fakebundle.zip
.
1.3.2-alpha.1
Features
Updates
- Add
FinalPathNameExtension
to fix localizedInstallLocation
. (Fix: #13) - Update
GetProcesses
to useFinalPathNameExtension
to fix localizedInstallLocation
. - Update typo related to
Journal
.
Tests
- Add
FinalPathName_Tests
withenglish
,portuguese
andgerman
tests.
1.3.2-alpha
Features
Updates
- Add
FinalPathNameExtension
to fix localizedInstallLocation
. (Fix: #13) - Update
GetProcesses
to useFinalPathNameExtension
to fix localizedInstallLocation
. - Update typo related to
Journal
.
Tests
- Add
FinalPathName_Tests
withenglish
,portuguese
andgerman
tests.
1.3.1
1.3.1-rc
1.3.1-beta
Features
ApplicationPluginsUtils
withMutex
to prevent multiple instances. (Fix: #11)
Updates
- Update
ApplicationPluginsUtils
to download withMutex
.
Tests
- Add
ApplicationPluginsUtils_Test_Download_Async
to test download.