Skip to content

Commit

Permalink
Merge pull request #22 from ricaun-io/develop
Browse files Browse the repository at this point in the history
Version 0.3.2
  • Loading branch information
ricaun authored Aug 16, 2022
2 parents c95a5f1 + 413d5f7 commit 00e8c72
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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).

## [0.3.2] / 2022-08-16
### Features
- Add `AppLoader` Attribute

## [0.3.1] / 2022-08-09
### Features
- Add `SetPanelsOrderByTitle` and `SetPanelsOrderBy`
Expand Down Expand Up @@ -180,6 +184,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- First Release

[vNext]: ../../compare/1.0.0...HEAD
[0.3.2]: ../../compare/0.3.1...0.3.2
[0.3.1]: ../../compare/0.3.0...0.3.1
[0.3.0]: ../../compare/0.2.1...0.3.0
[0.2.1]: ../../compare/0.2.0...0.2.1
[0.2.0]: ../../compare/0.1.2...0.2.0
Expand Down
2 changes: 1 addition & 1 deletion ricaun.Revit.UI.Example/Revit/App.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

namespace ricaun.Revit.UI.Example.Revit
{
[ApplicationLoader]
[AppLoader]
public class AppExample : IExternalApplication
{
private static RibbonPanel ribbonPanel;
Expand Down
2 changes: 1 addition & 1 deletion ricaun.Revit.UI.Example/ricaun.Revit.UI.Example.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@

<PropertyGroup>
<PackageId>ricaun.Revit.UI.Example</PackageId>
<Version>1.3.1</Version>
<Version>1.3.2</Version>
<ProjectGuid>{f736f68f-7101-4640-9093-8715f88ccb95}</ProjectGuid>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,21 @@
namespace ricaun.Revit.UI
{
/// <summary>
/// Console Attribute for ricaun.Console
/// Console Attribute for ricaun.AppLoader
/// </summary>
public class ConsoleAttribute : Attribute
{
}

/// <summary>
/// ApplicationLoader Attribute for ricaun.ApplicationLoader
/// AppLoader Attribute for ricaun.AppLoader
/// </summary>
public class AppLoaderAttribute : Attribute
{
}

/// <summary>
/// ApplicationLoader Attribute for ricaun.AppLoader
/// </summary>
public class ApplicationLoaderAttribute : Attribute
{
Expand Down
2 changes: 1 addition & 1 deletion ricaun.Revit.UI/ricaun.Revit.UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@

<PropertyGroup>
<PackageId>ricaun.Revit.UI</PackageId>
<Version>0.3.1</Version>
<Version>0.3.2</Version>
<ProjectGuid>{2064ba4d-5527-41e9-8b76-0cbfefa35900}</ProjectGuid>
</PropertyGroup>

Expand Down

0 comments on commit 00e8c72

Please sign in to comment.