File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
src/DDDToolkit.Validation Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >netstandard2.0</TargetFramework >
5
+ <Authors >Paul Burgess</Authors >
6
+ <Company >Paul Burgess</Company >
7
+ <Product >DDDToolkit</Product >
8
+ <Description >Validation rules to create validation classes to validate objects.</Description >
9
+ <Copyright >Paul Burgess</Copyright >
10
+ <PackageLicenseUrl >https://opensource.org/licenses/MIT</PackageLicenseUrl >
11
+ <PackageProjectUrl >https://github.com/codepb/DDDToolkit</PackageProjectUrl >
12
+ <PackageIconUrl >https://raw.githubusercontent.com/codepb/DDDToolkit/master/logo/logo.png</PackageIconUrl >
13
+ <RepositoryUrl >https://github.com/codepb/DDDToolkit</RepositoryUrl >
14
+ <PackageTags >DDD, Domain Driven Design, Validation</PackageTags >
5
15
</PropertyGroup >
6
16
7
17
<ItemGroup >
You can’t perform that action at this time.
0 commit comments