Skip to content

Commit

Permalink
Update to Yarn Spinner 2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
desplesda committed Feb 15, 2024
1 parent e3a0cd4 commit 533c1d0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

### Removed

## [2.4.2] 2024-02-15

### Changed

- Updated to Yarn Spinner 2.4.2.

## [2.4.1] 2023-11-21

### Changed
Expand Down
4 changes: 2 additions & 2 deletions src/YarnSpinner.Console/ysc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
<!-- If Yarn Spinner doesn't exist at YarnSpinnerDevelopmentPath, then pull
the most recent version from NuGet. -->
<ItemGroup Condition="!Exists('$(YarnSpinnerDevelopmentPath)')">
<PackageReference Include="YarnSpinner" Version="2.4.0" />
<PackageReference Include="YarnSpinner.Compiler" Version="2.4.0" />
<PackageReference Include="YarnSpinner" Version="2.4.2" />
<PackageReference Include="YarnSpinner.Compiler" Version="2.4.2" />
</ItemGroup>

<!-- If Yarn Spinner DOES exist at YarnSpinnerDevelopmentPath, use that. -->
Expand Down

0 comments on commit 533c1d0

Please sign in to comment.