Skip to content

Commit

Permalink
Update project version to 4.2.0-alpha
Browse files Browse the repository at this point in the history
Upgraded the version from 4.1.0-alpha to 4.2.0-alpha in Directory.Build.props. This change keeps the project versioning current and in alignment with recent enhancements.
  • Loading branch information
rodion-m committed Jul 27, 2024
1 parent 9ff5e09 commit 69954ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>4.1.0-alpha</Version>
<Version>4.2.0-alpha</Version>
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
Expand Down

0 comments on commit 69954ba

Please sign in to comment.