File tree 10 files changed +13
-13
lines changed
10 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 6
6
<title >GitVersion.CommandLine.DotNetCore</title >
7
7
<authors >GitTools and Contributors</authors >
8
8
<owners >GitTools and Contributors</owners >
9
- <licenseUrl >http://www.opensource.org/licenses/mit- license.php</ licenseUrl >
9
+ <license type = " expression " >MIT</ license >
10
10
<projectUrl >https://github.com/GitTools/GitVersion</projectUrl >
11
11
<iconUrl >https://raw.githubusercontent.com/GitTools/GitVersion/master/docs/img/package_icon.png</iconUrl >
12
12
<requireLicenseAcceptance >false</requireLicenseAcceptance >
Original file line number Diff line number Diff line change 6
6
<title >GitVersion.CommandLine</title >
7
7
<authors >GitTools and Contributors</authors >
8
8
<owners >GitTools and Contributors</owners >
9
- <licenseUrl >http://www.opensource.org/licenses/mit- license.php</ licenseUrl >
9
+ <license type = " expression " >MIT</ license >
10
10
<projectUrl >https://github.com/GitTools/GitVersion</projectUrl >
11
11
<iconUrl >https://raw.githubusercontent.com/GitTools/GitVersion/master/docs/img/package_icon.png</iconUrl >
12
12
<requireLicenseAcceptance >false</requireLicenseAcceptance >
Original file line number Diff line number Diff line change 12
12
<PackageTags >git tools</PackageTags >
13
13
<Description >Core library for GitTools</Description >
14
14
<Copyright >Copyright GitTools 2018.</Copyright >
15
- <PackageLicenseUrl >https://github.com/GitTools/GitTools.Core/blob/master/LICENSE</ PackageLicenseUrl >
15
+ <PackageLicenseExpression >MIT</ PackageLicenseExpression >
16
16
<PackageIconUrl >https://raw.github.com/GitTools/GitTools.Core/master/GitTools_logo.png</PackageIconUrl >
17
17
<DefineConstants >TRACE;LIBLOG_PORTABLE;</DefineConstants >
18
18
</PropertyGroup >
25
25
<PackageReference Include =" System.Runtime.Serialization.Primitives" Version =" 4.3.0" />
26
26
<PackageReference Include =" System.Runtime.Serialization.Formatters" Version =" 4.3.0" />
27
27
</ItemGroup >
28
- </Project >
28
+ </Project >
Original file line number Diff line number Diff line change 19
19
<PackageTags >git tools testing</PackageTags >
20
20
<Copyright >Copyright GitTools 2015</Copyright >
21
21
<PackageProjectUrl >https://github.com/GitTools/GitTools.Core</PackageProjectUrl >
22
- <PackageLicenseUrl >https://github.com/GitTools/GitTools.Core/blob/master/LICENSE</ PackageLicenseUrl >
22
+ <PackageLicenseExpression >MIT</ PackageLicenseExpression >
23
23
<PackageIconUrl >https://raw.github.com/GitTools/GitTools.Core/master/GitTools_logo.png</PackageIconUrl >
24
24
</PropertyGroup >
25
25
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
Original file line number Diff line number Diff line change 15
15
<PackageTags >Git;Versioning;GitVersion;GitFlowVersion;GitFlow;GitHubFlow;SemVer</PackageTags >
16
16
<Description >Derives SemVer information from a repository following GitFlow or GitHubFlow. This is the Core library which both GitVersion cli and Task use allowing programatic usage of GitVersion.</Description >
17
17
<Copyright >Copyright GitTools 2018.</Copyright >
18
- <PackageLicenseUrl >http://www.opensource.org/licenses/mit-license.php</ PackageLicenseUrl >
18
+ <PackageLicenseExpression >MIT</ PackageLicenseExpression >
19
19
<PackageIconUrl >https://raw.githubusercontent.com/GitTools/GitVersion/master/docs/img/package_icon.png</PackageIconUrl >
20
20
<PackageReleaseNotes >https://github.com/GitTools/GitVersion/releases</PackageReleaseNotes >
21
21
<!-- Additional assembly info -->
Original file line number Diff line number Diff line change 6
6
<title >GitVersion</title >
7
7
<authors >GitTools and Contributors</authors >
8
8
<owners >GitTools and Contributors</owners >
9
- <licenseUrl >http://www.opensource.org/licenses/mit- license.php</ licenseUrl >
9
+ <license type = " expression " >MIT</ license >
10
10
<projectUrl >https://github.com/GitTools/GitVersion</projectUrl >
11
11
<iconUrl >https://raw.githubusercontent.com/GitTools/GitVersion/master/docs/img/package_icon.png</iconUrl >
12
12
<requireLicenseAcceptance >false</requireLicenseAcceptance >
Original file line number Diff line number Diff line change 13
13
<PackageTags >Git;Versioning;GitVersion;GitFlowVersion;GitFlow;GitHubFlow;SemVer</PackageTags >
14
14
<Description >Derives SemVer information from a repository following GitFlow or GitHubFlow. This is the .NET Core Global Tool allowing usage of GitVersion from command line.</Description >
15
15
<Copyright >Copyright GitTools 2018.</Copyright >
16
- <PackageLicenseUrl >http://www.opensource.org/licenses/mit-license.php</PackageLicenseUrl >
17
16
<PackageIconUrl >https://raw.githubusercontent.com/GitTools/GitVersion/master/docs/img/package_icon.png</PackageIconUrl >
18
17
<PackageReleaseNotes >https://github.com/GitTools/GitVersion/releases</PackageReleaseNotes >
19
18
</PropertyGroup >
Original file line number Diff line number Diff line change 7
7
<TargetFrameworks Condition =" '$(TargetFrameworks)' == '' " >net461;netcoreapp2.1</TargetFrameworks >
8
8
<GenerateAssemblyInfo >false</GenerateAssemblyInfo >
9
9
<PlatformTarget >AnyCPU</PlatformTarget >
10
+ <PackageLicenseExpression >MIT</PackageLicenseExpression >
10
11
<DocumentationFile >bin\$(Configuration)\GitVersion.xml</DocumentationFile >
11
12
<NoWarn >1591</NoWarn >
12
13
</PropertyGroup >
Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" utf-8" ?>
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project Sdk =" Microsoft.NET.Sdk" >
3
3
4
4
<Import Project =" $(MSBuildThisFileDirectory)\UtilPack.Version.props" Condition =" exists('$(MSBuildThisFileDirectory)\UtilPack.Version.props')" />
16
16
<PackageTags >Git Versioning GitVersion GitFlowVersion GitFlow GitHubFlow SemVer</PackageTags >
17
17
<Description >Stamps an assembly with git information based on SemVer.</Description >
18
18
<Copyright >Copyright GitTools 2018.</Copyright >
19
- <PackageLicenseUrl >http://www.opensource.org/licenses/mit-license.php</ PackageLicenseUrl >
19
+ <PackageLicenseExpression >MIT</ PackageLicenseExpression >
20
20
<PackageIconUrl >https://raw.githubusercontent.com/GitTools/GitVersion/master/docs/img/package_icon.png</PackageIconUrl >
21
21
<PackageReleaseNotes >https://github.com/GitTools/GitVersion/releases</PackageReleaseNotes >
22
22
<DevelopmentDependency >true</DevelopmentDependency >
Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" utf-8" ?>
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<package xmlns =" http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd" >
3
3
<metadata >
4
4
<id >GitVersionTask</id >
8
8
<owners >GitTools and Contributors</owners >
9
9
<requireLicenseAcceptance >false</requireLicenseAcceptance >
10
10
<developmentDependency >true</developmentDependency >
11
- <licenseUrl >http://www.opensource.org/licenses/mit- license.php</ licenseUrl >
11
+ <license type = " expression " >MIT</ license >
12
12
<projectUrl >https://github.com/GitTools/GitVersion</projectUrl >
13
13
<iconUrl >https://raw.githubusercontent.com/GitTools/GitVersion/master/docs/img/package_icon.png</iconUrl >
14
14
<description >Stamps an assembly with git information based on SemVer.</description >
34
34
<file src =" ..\bin\$configuration$\**" target =" build" />
35
35
<file src =" ..\UtilPack.Version.props" target =" build" />
36
36
</files >
37
- </package >
37
+ </package >
You can’t perform that action at this time.
0 commit comments