Skip to content

Commit

Permalink
Update Elsa.Studio package versions
Browse files Browse the repository at this point in the history
The Elsa.Studio and Elsa.Studio.Login.BlazorWasm packages in the Elsa.ServerAndStudio.Web and Elsa.Studio.Web projects have been updated from version 3.0.0-preview.177 to the stable version 3.0.0. This is to ensure we're using the stable and reliable versions of these packages in our projects.
  • Loading branch information
sfmskywalker committed Jan 4, 2024
1 parent 4c783ec commit 7f1b5be
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.177"/>
<PackageReference Include="Elsa.Studio.Login.BlazorWasm" Version="3.0.0-preview.177"/>
<PackageReference Include="Elsa.Studio" Version="3.0.0"/>
<PackageReference Include="Elsa.Studio.Login.BlazorWasm" Version="3.0.0"/>
</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.177"/>
<PackageReference Include="Elsa.Studio.Login.BlazorWasm" Version="3.0.0-preview.177"/>
<PackageReference Include="Elsa.Studio" Version="3.0.0"/>
<PackageReference Include="Elsa.Studio.Login.BlazorWasm" Version="3.0.0"/>
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 7f1b5be

Please sign in to comment.