Skip to content

Commit

Permalink
Remove version number from Elsa.Environments project file
Browse files Browse the repository at this point in the history
The version number was removed from the Elsa.Environments.csproj file. This was unnecessary because the version number is now handled elsewhere, reducing redundancy and maintenance.
  • Loading branch information
sfmskywalker committed Feb 12, 2024
1 parent d62c495 commit 4e78aab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/modules/Elsa.Environments/Elsa.Environments.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>3.0.0</Version>
<Description>
Provides API endpoints for client applications to enumerate available environments.
</Description>
Expand Down

0 comments on commit 4e78aab

Please sign in to comment.