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 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >netcoreapp3.1 </TargetFramework >
4+ <TargetFramework >net5.0 </TargetFramework >
55
66 <IsPackable >false</IsPackable >
77
Original file line number Diff line number Diff line change 44 <TargetFramework >netstandard2.0</TargetFramework >
55 <RootNamespace >MatthiWare.CommandLine</RootNamespace >
66 <PackageId >MatthiWare.CommandLineParser</PackageId >
7- <Version >0.5.0 </Version >
7+ <Version >0.5.1 </Version >
88 <Authors >Matthias Beerens</Authors >
99 <Company >MatthiWare</Company >
1010 <Product >Command Line Parser</Product >
1414 <RepositoryUrl >https://github.com/MatthiWare/CommandLineParser.Core</RepositoryUrl >
1515 <PackageTags >Commandline parser commandline-parser cli</PackageTags >
1616 <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 >
1919 <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 >
2421 <Copyright >Copyright Matthias Beerens 2018</Copyright >
2522 </PropertyGroup >
2623
Original file line number Diff line number Diff line change 44 <TargetFramework >netstandard2.0</TargetFramework >
55 <RootNamespace >MatthiWare.CommandLine.Extensions.FluentValidations</RootNamespace >
66 <AssemblyName >CommandLineParser.FluentValidations</AssemblyName >
7- <Version >0.5.0 </Version >
7+ <Version >0.5.1 </Version >
88 <Authors >Matthias Beerens</Authors >
99 <Company >MatthiWare</Company >
1010 <Product >FluentValidations Extension For CommandLineParser.Core</Product >
1414 <RepositoryUrl >https://github.com/MatthiWare/CommandLineParser.Core</RepositoryUrl >
1515 <PackageTags >Commandline parser commandline-parser cli fluent-validations extension</PackageTags >
1616 <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 >
1919 <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 >
2421 <Copyright >Copyright Matthias Beerens 2019</Copyright >
2522 </PropertyGroup >
2623
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >netcoreapp3.1 </TargetFramework >
4+ <TargetFramework >net5.0 </TargetFramework >
55
66 <IsPackable >false</IsPackable >
77 </PropertyGroup >
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFramework >netcoreapp3.1 </TargetFramework >
5+ <TargetFramework >net5.0 </TargetFramework >
66 <LangVersion >7.3</LangVersion >
77 </PropertyGroup >
88
You can’t perform that action at this time.
0 commit comments