Skip to content

Commit 40342f3

Browse files
authored
Use MIT License (#167)
* remove nuspec * Bump to 0.7.0 * MIT license * Update release notes * Bump 0.7.0 * MIT badge
1 parent 982e409 commit 40342f3

File tree

5 files changed

+37
-703
lines changed

5 files changed

+37
-703
lines changed

CommandLineParser/CommandLineParser.csproj

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<RootNamespace>MatthiWare.CommandLine</RootNamespace>
66
<PackageId>MatthiWare.CommandLineParser</PackageId>
7-
<Version>0.6.0</Version>
7+
<Version>0.7.0</Version>
88
<Authors>Matthias Beerens</Authors>
99
<Company>MatthiWare</Company>
1010
<Product>Command Line Parser</Product>
@@ -14,13 +14,14 @@
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.6.0.0</AssemblyVersion>
18-
<FileVersion>0.6.0.0</FileVersion>
17+
<AssemblyVersion>0.7.0.0</AssemblyVersion>
18+
<FileVersion>0.7.0.0</FileVersion>
1919
<PackageLicenseFile>LICENSE</PackageLicenseFile>
20-
<PackageReleaseNotes>- Improve Dependency Injection
21-
- Dependency version upgrades</PackageReleaseNotes>
20+
<PackageReleaseNotes>- Change license to MIT</PackageReleaseNotes>
2221
<Copyright>Copyright Matthias Beerens 2018</Copyright>
2322
<RepositoryType>git</RepositoryType>
23+
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
24+
<PackageReadmeFile>README.md</PackageReadmeFile>
2425
</PropertyGroup>
2526

2627
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
@@ -38,6 +39,10 @@
3839
<Pack>True</Pack>
3940
<PackagePath></PackagePath>
4041
</None>
42+
<None Include="..\README.md">
43+
<Pack>True</Pack>
44+
<PackagePath>\</PackagePath>
45+
</None>
4146
</ItemGroup>
4247

4348
<ItemGroup>

CommandLineParser/CommandLineParser.nuspec

Lines changed: 0 additions & 31 deletions
This file was deleted.

Extensions/FluentValidationsExtensions/FluentValidationsExtensions.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<RootNamespace>MatthiWare.CommandLine.Extensions.FluentValidations</RootNamespace>
66
<AssemblyName>CommandLineParser.FluentValidations</AssemblyName>
7-
<Version>0.6.0</Version>
7+
<Version>0.7.0</Version>
88
<Authors>Matthias Beerens</Authors>
99
<Company>MatthiWare</Company>
1010
<Product>FluentValidations Extension For MatthiWare.CommandLineParser</Product>
@@ -14,14 +14,14 @@
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.6.0.0</AssemblyVersion>
18-
<FileVersion>0.6.0.0</FileVersion>
17+
<AssemblyVersion>0.7.0.0</AssemblyVersion>
18+
<FileVersion>0.7.0.0</FileVersion>
1919
<PackageLicenseFile>LICENSE</PackageLicenseFile>
20-
<PackageReleaseNotes>- Improve Dependency Injection
21-
- Dependency version upgrades</PackageReleaseNotes>
20+
<PackageReleaseNotes>- Update license to MIT</PackageReleaseNotes>
2221
<Copyright>Copyright Matthias Beerens 2019</Copyright>
2322
<PackageId>MatthiWare.CommandLineParser.Extensions.FluentValidations</PackageId>
2423
<RepositoryType>git</RepositoryType>
24+
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
2525
</PropertyGroup>
2626

2727
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

0 commit comments

Comments
 (0)