Skip to content

Commit

Permalink
Merge pull request #65 from ricaun-io/develop
Browse files Browse the repository at this point in the history
Version 1.8.2
  • Loading branch information
ricaun authored Jan 19, 2025
2 parents d423f5e + 6865880 commit 5bae35b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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.8.2] / 2024-01-19
### Updated
- Update `ricaun.Nuke` to `1.9.2`

## [1.8.1] / 2024-01-03
### Updated
- Update `ricaun.Nuke` to `1.9.1`
Expand Down Expand Up @@ -311,6 +315,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- First Release

[vNext]: ../../compare/1.0.0...HEAD
[1.8.2]: ../../compare/1.8.1...1.8.2
[1.8.1]: ../../compare/1.8.0...1.8.1
[1.8.0]: ../../compare/1.7.2...1.8.0
[1.7.2]: ../../compare/1.7.1...1.7.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.8.1</Version>
<Version>1.8.2</Version>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,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 5bae35b

Please sign in to comment.