Skip to content

Commit

Permalink
Update Elsa.Studio package versions
Browse files Browse the repository at this point in the history
Updated the version of Elsa.Studio and Elsa.Studio.Login.BlazorWasm from '3.0.0-preview.169' to '3.0.0-preview.170' in Elsa.Studio.Web and Elsa.ServerAndStudio.Web projects. This is to keep the dependencies up to date and leverage any enhancements or bug fixes in the new version.
  • Loading branch information
sfmskywalker committed Dec 27, 2023
1 parent b553ffe commit ddaeafc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Elsa.Studio" Version="3.0.0-preview.169"/>
<PackageReference Include="Elsa.Studio.Login.BlazorWasm" Version="3.0.0-preview.169"/>
<PackageReference Include="Elsa.Studio" Version="3.0.0-preview.170"/>
<PackageReference Include="Elsa.Studio.Login.BlazorWasm" Version="3.0.0-preview.170"/>
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions src/bundles/Elsa.Studio.Web/Elsa.Studio.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Elsa.Studio" Version="3.0.0-preview.169"/>
<PackageReference Include="Elsa.Studio.Login.BlazorWasm" Version="3.0.0-preview.169"/>
<PackageReference Include="Elsa.Studio" Version="3.0.0-preview.170"/>
<PackageReference Include="Elsa.Studio.Login.BlazorWasm" Version="3.0.0-preview.170"/>
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit ddaeafc

Please sign in to comment.