Skip to content

Commit

Permalink
🔀 Update version in Directory.Build.props
Browse files Browse the repository at this point in the history
- Updated the version in Directory.Build.props from 0.8.1 to 0.9.0.
  • Loading branch information
xbotter committed Feb 26, 2024
1 parent b364633 commit fc1bb4f
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
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<PackageId>$(AssemblyName)</PackageId>
<Version>0.8.1</Version>
<Version>0.9.0</Version>
<LangVersion>12</LangVersion>
<Nullable>enable</Nullable>
<Authors>Custouch</Authors>
Expand Down

0 comments on commit fc1bb4f

Please # to comment.