[go: nahoru, domu]

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.0.2
  • Loading branch information
ricaun committed Feb 2, 2023
2 parents 429782c + 5d3c0aa commit df76e45
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 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).

## [1.0.2] / 2023-02-02
### Fixed
- Fix `GithubRequestService` repository

## [1.0.1] / 2023-02-02
### Added
- Add Debug color Panel Title Background
Expand All @@ -18,5 +22,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- [x] AutoUpdater

[vNext]: ../../compare/1.0.0...HEAD
[1.0.2]: ../../compare/1.0.1...1.0.2
[1.0.1]: ../../compare/1.0.0...1.0.1
[1.0.0]: ../../compare/1.0.0
2 changes: 1 addition & 1 deletion RevitAddin.CommandLoader/Revit/App.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public Result OnStartup(UIControlledApplication application)
.SetLongDescription(AppName.GetInfo())
.SetContextualHelp("https://github.com/ricaun-io/RevitAddin.CommandLoader");

service = new GithubRequestService("ricaun-io", "ricaun.Revit.RevitAddin.CommandLoader");
service = new GithubRequestService("ricaun-io", "RevitAddin.CommandLoader");

application.ControlledApplication.ApplicationInitialized += ControlledApplication_ApplicationInitialized;

Expand Down
2 changes: 1 addition & 1 deletion RevitAddin.CommandLoader/RevitAddin.CommandLoader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@

<PropertyGroup>
<PackageId>RevitAddin.CommandLoader</PackageId>
<Version>1.0.1</Version>
<Version>1.0.2</Version>
<ProjectGuid>{82070359-36DA-4441-A59D-9018B6A8B348}</ProjectGuid>
</PropertyGroup>

Expand Down

0 comments on commit df76e45

Please sign in to comment.