Skip to content

Commit

Permalink
Merge pull request #10 from ricaun-io/develop
Browse files Browse the repository at this point in the history
## [0.0.8] / 2021-12-21
  • Loading branch information
ricaun authored Dec 21, 2021
2 parents d03113b + 8eb1744 commit a9cf738
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 5 additions & 1 deletion Build/.nuke/build.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"VSCode"
]
},
"Name": {
"MainName": {
"type": "string"
},
"NoLogo": {
Expand Down Expand Up @@ -75,7 +75,9 @@
"Build",
"Clean",
"Compile",
"CompileExample",
"GitRelease",
"Pack",
"PackageBuilder",
"Release",
"Sign"
Expand All @@ -95,7 +97,9 @@
"Build",
"Clean",
"Compile",
"CompileExample",
"GitRelease",
"Pack",
"PackageBuilder",
"Release",
"Sign"
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ 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.0.8] / 2021-12-21
- Test and Release
- Update `RevitAddin.PackageBuilder.Example` to version *.0.2
- Add Documentation on the main project
- Add `xml` DocumentationFile
- Force to `ricaun.Nuke` Version - 0.0.12
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@

<PropertyGroup>
<PackageId>RevitAddin.PackageBuilder.Example</PackageId>
<Version>$(RevitVersion).0.1</Version>
<Version>$(RevitVersion).0.2</Version>
<ProjectGuid>{d2797a34-4696-490d-a97a-c17afb5f0225}</ProjectGuid>
</PropertyGroup>

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

<PropertyGroup>
<PackageId>ricaun.Nuke.PackageBuilder</PackageId>
<Version>0.0.7</Version>
<Version>0.0.8</Version>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit a9cf738

Please sign in to comment.