Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
spouliot committed Oct 20, 2022
1 parent cb4e222 commit 18b2883
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
- Add `appbundle` branch and [`is-trimmable`](https://github.com/spouliot/cilout/wiki/AppBundleIsTrimmable) command to detect any trimmable assembly inside the app bundle
- Add `has-entrypoint` command, to both `assembly` and `appbundle` branches, to detect if the assembly has an entry point

### Updates
- Updated Spectre.Console to 0.45.0
- Added new Spectre.Console.Cli 0.45.0 for removed CLI features from main package

## 1.1.0 (13 Feb 2022)

### Features
Expand Down
3 changes: 2 additions & 1 deletion cilout.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@

<ItemGroup>
<PackageReference Include="Mono.Cecil" Version="0.11.4" />
<PackageReference Include="Spectre.Console" Version="0.43.0" />
<PackageReference Include="Spectre.Console" Version="0.45.0" />
<PackageReference Include="Spectre.Console.Cli" Version="0.45.0" />
</ItemGroup>

</Project>

0 comments on commit 18b2883

Please sign in to comment.