Skip to content

Commit

Permalink
Merge pull request #2 from ricaun-io/develop
Browse files Browse the repository at this point in the history
Version 1.2.0
  • Loading branch information
ricaun authored Jul 30, 2024
2 parents 8d9f671 + edd10c0 commit e6d4acf
Show file tree
Hide file tree
Showing 12 changed files with 9 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.2.0] / 2024-07-30
- Update `ricaun.Revit.UI` to version 0.7.0 to update theme image.

## [1.1.0] / 2024-03-13
- Add event feature
- Update Event images.
Expand All @@ -16,5 +19,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- First Release

[vNext]: ../../compare/1.0.0...HEAD
[1.2.0]: ../../compare/1.1.0...1.2.0
[1.1.0]: ../../compare/1.0.0...1.1.0
[1.0.0]: ../../compare/1.0.0
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ This project was generated by the [ricaun.AppLoader](https://ricaun.com/AppLoade

In the `Add-Ins` tab the panel `Debug` is created with three buttons `Start`, `Event`, and `Stop`.

![Debug](assets/Debug.PNG)![Debug-Event](assets/Debug-Event.PNG)![Debug-Stop](assets/Debug-Stop.PNG)
![Debug-Light](assets/Debug-Light.png)![Debug-Light-Event](assets/Debug-Light-Event.png)![Debug-Light-Stop](assets/Debug-Light-Stop.png)

![Debug-Dark](assets/Debug-Dark.png)![Debug-Dark-Event](assets/Debug-Dark-Event.png)![Debug-Dark-Stop](assets/Debug-Dark-Stop.png)

* `Start`: Start Debugging using Visual Studio process.
* `Event`: Start Debugging using Visual Studio process when an assembly is loaded in the `AppDomain`.
Expand All @@ -26,7 +28,7 @@ In the `Add-Ins` tab the panel `Debug` is created with three buttons `Start`, `E

## License

This project is [licensed](LICENSE) under the [MIT Licence](https://en.wikipedia.org/wiki/MIT_License).
This project is [licensed](LICENSE) under the [MIT License](https://en.wikipedia.org/wiki/MIT_License).

---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@

<PropertyGroup>
<PackageId>RevitAddin.VisualStudioDebug</PackageId>
<Version>1.1.0</Version>
<Version>1.2.0</Version>
<ProjectGuid>{C917B240-4C2B-431A-BB03-730BE9802F25}</ProjectGuid>
</PropertyGroup>

Expand Down
Binary file added assets/Debug-Dark-Event.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/Debug-Dark-Stop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/Debug-Dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/Debug-Event.PNG
Binary file not shown.
Binary file added assets/Debug-Light-Event.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/Debug-Light-Stop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/Debug-Light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/Debug-Stop.PNG
Binary file not shown.
Binary file removed assets/Debug.PNG
Binary file not shown.

0 comments on commit e6d4acf

Please sign in to comment.