Skip to content

Commit

Permalink
Update Elsa.Studio packages to version 3.0.0-preview.171
Browse files Browse the repository at this point in the history
The Elsa.Studio and Elsa.Studio.Login.BlazorWasm packages are updated from version 3.0.0-preview.170 to 3.0.0-preview.171 in both Elsa.Studio.Web and Elsa.ServerAndStudio.Web projects. The updated packages include satisfying the latest enhancements and bug fixes.
  • Loading branch information
sfmskywalker committed Dec 28, 2023
1 parent ddaeafc commit 3b72157
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.170"/>
<PackageReference Include="Elsa.Studio.Login.BlazorWasm" Version="3.0.0-preview.170"/>
<PackageReference Include="Elsa.Studio" Version="3.0.0-preview.171"/>
<PackageReference Include="Elsa.Studio.Login.BlazorWasm" Version="3.0.0-preview.171"/>
</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.170"/>
<PackageReference Include="Elsa.Studio.Login.BlazorWasm" Version="3.0.0-preview.170"/>
<PackageReference Include="Elsa.Studio" Version="3.0.0-preview.171"/>
<PackageReference Include="Elsa.Studio.Login.BlazorWasm" Version="3.0.0-preview.171"/>
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 3b72157

Please sign in to comment.