Skip to content

Commit

Permalink
Explicitly set version in Directory.Build.props
Browse files Browse the repository at this point in the history
  • Loading branch information
sorensenmatias committed Mar 2, 2024
1 parent 14d5465 commit b02d5cb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,13 @@
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<PackageReadmeFile>readme.md</PackageReadmeFile>

<Version>0.1.0</Version>
<AssemblyVersion>0.1.0</AssemblyVersion>
<FileVersion>0.1.0</FileVersion>

<GenerateDocumentationFile>True</GenerateDocumentationFile>
<NoWarn>$(NoWarn);CS1591</NoWarn>

</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit b02d5cb

Please sign in to comment.