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.1
  • Loading branch information
ricaun authored Apr 26, 2022
2 parents 84e52fa + a556632 commit 01b97c6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/Publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ jobs:
env:
GitHubToken: ${{ secrets.GITHUB_TOKEN }}
SignFile: ${{ secrets.SIGN_FILE }}
SignPassword: ${{ secrets.SIGN_PASSWORD }}
SignPassword: ${{ secrets.SIGN_PASSWORD }}
InstallationFiles: ${{ secrets.INSTALLATION_FILES }}
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ 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.1] / 2022-04-26
- Add Installation Files

## [1.0.0] / 2022-04-25
- First Release

[vNext]: ../../compare/1.0.0...HEAD
[1.0.1]: ../../compare/1.0.0...1.0.1
[1.0.0]: ../../compare/1.0.0
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@

<PropertyGroup>
<PackageId>RevitAddin.TemporaryGraphicsExample</PackageId>
<Version>1.0.0</Version>
<Version>1.0.1</Version>
<ProjectGuid>{A3399E68-62E1-4C44-8313-FFBBD8A9272F}</ProjectGuid>
</PropertyGroup>

Expand Down

0 comments on commit 01b97c6

Please sign in to comment.