Skip to content

Commit

Permalink
Update Prerelease ricaun.Nuke
Browse files Browse the repository at this point in the history
  • Loading branch information
ricaun committed Mar 28, 2024
1 parent 36c8f04 commit b927593
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Build/Build.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace></RootNamespace>
<NoWarn>CS0649;CS0169</NoWarn>
<NukeRootDirectory>.</NukeRootDirectory>
Expand Down
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,16 @@ 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.7.0] / 2024-03-27
### Features
- Support .NET 8.0
### Updated
- Update Nuke.Common Version = 8.0.0
- Update `ricaun.Nuke` to `1.8.0`

## [1.6.4] / 2024-03-27
### Features
* Update `GetInformationalVersion` to find `nupkg` files. (Update: `ricaun.Nuke`)
- Update `GetInformationalVersion` to find `nupkg` files. (Update: `ricaun.Nuke`)
### Updated
- Update `ricaun.Nuke` to `1.7.4`

Expand Down Expand Up @@ -280,6 +287,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- First Release

[vNext]: ../../compare/1.0.0...HEAD
[1.7.0]: ../../compare/1.6.4...1.7.0
[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
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.4</Version>
<Version>1.7.0-alpha</Version>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<PackageReference Include="Tools.InnoSetup" Version="6.2.0" IncludeAssets="All" />
<PackageReference Include="InnoSetup.ScriptBuilder" Version="*" />
<PackageReference Include="Autodesk.PackageBuilder" Version="*" />
<PackageReference Include="ricaun.Nuke" Version="*" />
<PackageReference Include="ricaun.Nuke" Version="*-*" />
</ItemGroup>

<!--
Expand Down

0 comments on commit b927593

Please sign in to comment.