diff --git a/.github/workflows/Publish.yml b/.github/workflows/Publish.yml index f89b440..9118c29 100644 --- a/.github/workflows/Publish.yml +++ b/.github/workflows/Publish.yml @@ -21,4 +21,5 @@ jobs: env: GitHubToken: ${{ secrets.GITHUB_TOKEN }} SignFile: ${{ secrets.SIGN_FILE }} - SignPassword: ${{ secrets.SIGN_PASSWORD }} \ No newline at end of file + SignPassword: ${{ secrets.SIGN_PASSWORD }} + InstallationFiles: ${{ secrets.INSTALLATION_FILES }} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 44d4597..b443ee6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 \ No newline at end of file diff --git a/RevitAddin.TemporaryGraphicsExample/RevitAddin.TemporaryGraphicsExample.csproj b/RevitAddin.TemporaryGraphicsExample/RevitAddin.TemporaryGraphicsExample.csproj index b4eec94..c589fdd 100644 --- a/RevitAddin.TemporaryGraphicsExample/RevitAddin.TemporaryGraphicsExample.csproj +++ b/RevitAddin.TemporaryGraphicsExample/RevitAddin.TemporaryGraphicsExample.csproj @@ -90,7 +90,7 @@ RevitAddin.TemporaryGraphicsExample - 1.0.0 + 1.0.1 {A3399E68-62E1-4C44-8313-FFBBD8A9272F}