Skip to content

Commit

Permalink
Remove hardcoded version from Elsa.Workflows.Api.csproj
Browse files Browse the repository at this point in the history
The hardcoded version specification has been removed from the Elsa.Workflows.Api project file. This change will allow the versioning system to more effectively manage and track the versioning of the project.
  • Loading branch information
sfmskywalker committed Jan 26, 2024
1 parent a644d59 commit 4a3ae96
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/modules/Elsa.Workflows.Api/Elsa.Workflows.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<Import Project="..\..\..\frameworks.props"/>

<PropertyGroup>
<Version>3.0.0</Version>
<Description>
Provides API endpoints for client applications such as the Elsa Designer web component.
</Description>
Expand Down

0 comments on commit 4a3ae96

Please sign in to comment.