Skip to content

Commit

Permalink
Add AssemblyVersion to Promact.Core.csproj
Browse files Browse the repository at this point in the history
Added `AssemblyVersion` `1.0.0.1` to `Promact.Core.csproj` to specify the compiled assembly version.
  • Loading branch information
chintans committed Jun 14, 2024
1 parent 89f7b04 commit 64d42fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Promact.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<PackageProjectUrl>https://github.com/Promact/Core</PackageProjectUrl>
<RepositoryUrl>https://github.com/Promact/Core</RepositoryUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<AssemblyVersion>1.0.0.1</AssemblyVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 64d42fc

Please sign in to comment.