Skip to content

Commit

Permalink
Merge pull request #58 from ricaun-io/develop
Browse files Browse the repository at this point in the history
Version 1.6.4
  • Loading branch information
ricaun authored Mar 28, 2024
2 parents 661f074 + 36c8f04 commit 7d49824
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Build/.nuke/build.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"ProjectNameFolder": {
"type": "boolean"
},
"ProjectRemoveAppendTargetFrameworkFolder": {
"ProjectRemoveTargetFrameworkFolder": {
"type": "boolean"
},
"ProjectVersionFolder": {
Expand Down Expand Up @@ -173,6 +173,9 @@
"TestResults": {
"type": "boolean"
},
"UnlistNuget": {
"type": "boolean"
},
"VendorDescription": {
"type": "string"
},
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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.6.4] / 2024-03-27
### Features
* Update `GetInformationalVersion` to find `nupkg` files. (Update: `ricaun.Nuke`)
### Updated
- Update `ricaun.Nuke` to `1.7.4`

## [1.6.3] / 2023-12-06 - 2023-12-22
### Features
- Add `ProjectRemoveTargetFrameworkFolder` to remove `net` folder in `PackageBuilder`.
Expand Down Expand Up @@ -274,6 +280,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- First Release

[vNext]: ../../compare/1.0.0...HEAD
[1.6.4]: ../../compare/1.6.3...1.6.4
[1.6.3]: ../../compare/1.6.2...1.6.3
[1.6.2]: ../../compare/1.6.1...1.6.2
[1.6.1]: ../../compare/1.6.0...1.6.1
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<Version>1.6.3</Version>
<Version>1.6.4</Version>
</PropertyGroup>
</Project>

0 comments on commit 7d49824

Please sign in to comment.