|
4 | 4 | <TargetFramework>netstandard2.0</TargetFramework> |
5 | 5 | <RootNamespace>MatthiWare.CommandLine.Extensions.FluentValidations</RootNamespace> |
6 | 6 | <AssemblyName>CommandLineParser.FluentValidations</AssemblyName> |
7 | | - <Version>0.5.1</Version> |
| 7 | + <Version>0.5.2</Version> |
8 | 8 | <Authors>Matthias Beerens</Authors> |
9 | 9 | <Company>MatthiWare</Company> |
10 | | - <Product>FluentValidations Extension For CommandLineParser.Core</Product> |
11 | | - <Description>FluentValidations extension for CommandLineParser.Core</Description> |
| 10 | + <Product>FluentValidations Extension For MatthiWare.CommandLineParser</Product> |
| 11 | + <Description>FluentValidations extension for MatthiWare.CommandLineParser</Description> |
12 | 12 | <PackageProjectUrl>https://github.com/MatthiWare/CommandLineParser.Core</PackageProjectUrl> |
13 | 13 | <PackageLicenseUrl></PackageLicenseUrl> |
14 | 14 | <RepositoryUrl>https://github.com/MatthiWare/CommandLineParser.Core</RepositoryUrl> |
15 | 15 | <PackageTags>Commandline parser commandline-parser cli fluent-validations extension</PackageTags> |
16 | 16 | <LangVersion>7.3</LangVersion> |
17 | | - <AssemblyVersion>0.5.1.0</AssemblyVersion> |
18 | | - <FileVersion>0.5.1.0</FileVersion> |
| 17 | + <AssemblyVersion>0.5.2.0</AssemblyVersion> |
| 18 | + <FileVersion>0.5.2.0</FileVersion> |
19 | 19 | <PackageLicenseFile>LICENSE</PackageLicenseFile> |
20 | | - <PackageReleaseNotes>- Update dependencies</PackageReleaseNotes> |
| 20 | + <PackageReleaseNotes>- Remove generic new constraint</PackageReleaseNotes> |
21 | 21 | <Copyright>Copyright Matthias Beerens 2019</Copyright> |
| 22 | + <PackageId>MatthiWare.CommandLineParser.Extensions.FluentValidations</PackageId> |
| 23 | + <RepositoryType>git</RepositoryType> |
22 | 24 | </PropertyGroup> |
23 | 25 |
|
24 | 26 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> |
|
0 commit comments