File tree Expand file tree Collapse file tree 5 files changed +11
-17
lines changed
FluentValidationsExtensions
Tests/FluentValidationsExtensions.Tests Expand file tree Collapse file tree 5 files changed +11
-17
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >netcoreapp3.1 </TargetFramework >
4
+ <TargetFramework >net5.0 </TargetFramework >
5
5
6
6
<IsPackable >false</IsPackable >
7
7
Original file line number Diff line number Diff line change 4
4
<TargetFramework >netstandard2.0</TargetFramework >
5
5
<RootNamespace >MatthiWare.CommandLine</RootNamespace >
6
6
<PackageId >MatthiWare.CommandLineParser</PackageId >
7
- <Version >0.5.0 </Version >
7
+ <Version >0.5.1 </Version >
8
8
<Authors >Matthias Beerens</Authors >
9
9
<Company >MatthiWare</Company >
10
10
<Product >Command Line Parser</Product >
14
14
<RepositoryUrl >https://github.com/MatthiWare/CommandLineParser.Core</RepositoryUrl >
15
15
<PackageTags >Commandline parser commandline-parser cli</PackageTags >
16
16
<LangVersion >7.3</LangVersion >
17
- <AssemblyVersion >0.5.0 .0</AssemblyVersion >
18
- <FileVersion >0.5.0 .0</FileVersion >
17
+ <AssemblyVersion >0.5.1 .0</AssemblyVersion >
18
+ <FileVersion >0.5.1 .0</FileVersion >
19
19
<PackageLicenseFile >LICENSE</PackageLicenseFile >
20
- <PackageReleaseNotes >- Option clustering/grouping
21
- - Suggestions when mistyping command/options
22
- - Positional parameters
23
- - Support for all basic datatypes</PackageReleaseNotes >
20
+ <PackageReleaseNotes >- Fix incorrect error message</PackageReleaseNotes >
24
21
<Copyright >Copyright Matthias Beerens 2018</Copyright >
25
22
</PropertyGroup >
26
23
Original file line number Diff line number Diff line change 4
4
<TargetFramework >netstandard2.0</TargetFramework >
5
5
<RootNamespace >MatthiWare.CommandLine.Extensions.FluentValidations</RootNamespace >
6
6
<AssemblyName >CommandLineParser.FluentValidations</AssemblyName >
7
- <Version >0.5.0 </Version >
7
+ <Version >0.5.1 </Version >
8
8
<Authors >Matthias Beerens</Authors >
9
9
<Company >MatthiWare</Company >
10
10
<Product >FluentValidations Extension For CommandLineParser.Core</Product >
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.0 .0</AssemblyVersion >
18
- <FileVersion >0.5.0 .0</FileVersion >
17
+ <AssemblyVersion >0.5.1 .0</AssemblyVersion >
18
+ <FileVersion >0.5.1 .0</FileVersion >
19
19
<PackageLicenseFile >LICENSE</PackageLicenseFile >
20
- <PackageReleaseNotes >- Option clustering/grouping
21
- - Suggestions when mistyping command/options
22
- - Positional parameters
23
- - Support for all basic datatypes</PackageReleaseNotes >
20
+ <PackageReleaseNotes >- Update dependencies</PackageReleaseNotes >
24
21
<Copyright >Copyright Matthias Beerens 2019</Copyright >
25
22
</PropertyGroup >
26
23
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >netcoreapp3.1 </TargetFramework >
4
+ <TargetFramework >net5.0 </TargetFramework >
5
5
6
6
<IsPackable >false</IsPackable >
7
7
</PropertyGroup >
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
5
- <TargetFramework >netcoreapp3.1 </TargetFramework >
5
+ <TargetFramework >net5.0 </TargetFramework >
6
6
<LangVersion >7.3</LangVersion >
7
7
</PropertyGroup >
8
8
You can’t perform that action at this time.
0 commit comments