Skip to content

Commit

Permalink
Update Project Library Detail
Browse files Browse the repository at this point in the history
  • Loading branch information
berviantoleo committed Apr 20, 2021
1 parent c1d7208 commit 23ea8f3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions BervProject.Validation.Common/BervProject.Validation.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,26 @@
<AssemblyVersion>0.0.0.1</AssemblyVersion>
<FileVersion>0.0.0.1</FileVersion>
<Version>0.0.1</Version>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageProjectUrl>https://github.com/bervProject/BervProject.Validation.Common</PackageProjectUrl>
<RepositoryUrl>https://github.com/bervProject/BervProject.Validation.Common</RepositoryUrl>
<NeutralLanguage>en-US</NeutralLanguage>
<Company>BervProject</Company>
<Copyright>2021 Bervianto Leo Pratama</Copyright>
<Description>.NET Library for easy Model Validation</Description>
<PackageTags>validation,common,validationattribute</PackageTags>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Http.Features" Version="5.0.5" />
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
</ItemGroup>

<ItemGroup>
<None Include="..\LICENSE">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>

</Project>

0 comments on commit 23ea8f3

Please sign in to comment.