Skip to content

Commit

Permalink
feat (Dependencies): updates Rhythm.Drop dependencies to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiepollock committed Jan 26, 2024
1 parent 6071656 commit f91b630
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<!-- Package includes -->
<ItemGroup>
<PackageReference Include="Rhythm.Drop.Builders" Version="[3,4)" />
<PackageReference Include="Rhythm.Drop.Builders" Version="[4,5)" />
<PackageReference Include="Umbraco.Cms.Web.Common" Version="13.0.3" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<!-- Package includes -->
<ItemGroup>
<PackageReference Include="Rhythm.Drop.Models" Version="[3,4)" />
<PackageReference Include="Rhythm.Drop.Models" Version="[4,5)" />
<PackageReference Include="Umbraco.Cms.Core" Version="13.0.3" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/Rhythm.Drop.Umbraco.Web/Rhythm.Drop.Umbraco.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<!-- Package includes -->
<ItemGroup>
<PackageReference Include="Rhythm.Drop.Web" Version="[3,4)" />
<PackageReference Include="Rhythm.Drop.Web" Version="[4,5)" />
<PackageReference Include="Umbraco.Cms.Web.Common" Version="13.0.3" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/Rhythm.Drop.Umbraco/Rhythm.Drop.Umbraco.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<!-- Package includes -->
<ItemGroup>
<PackageReference Include="Rhythm.Drop" Version="[3,4)" />
<PackageReference Include="Rhythm.Drop" Version="[4,5)" />
<PackageReference Include="Umbraco.Cms.Core" Version="13.0.3" />
</ItemGroup>

Expand Down

0 comments on commit f91b630

Please sign in to comment.