File tree 4 files changed +7
-0
lines changed
4 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 3
3
BuildMinor = " 0"
4
4
BuildPatch = " 0"
5
5
PreReleaseName = " rc"
6
+ PreReleaseNumber =" 1"
6
7
/>
Original file line number Diff line number Diff line change @@ -27,6 +27,10 @@ $preReleaseSuffix=""
27
27
if (! [string ]::IsNullOrWhiteSpace($buildVersionData.PreReleaseName ))
28
28
{
29
29
$preReleaseSuffix = " -$ ( $buildVersionData.PreReleaseName ) "
30
+ if (! [string ]::IsNullOrWhiteSpace($buildVersionData.PreReleaseNumber ))
31
+ {
32
+ $preReleaseSuffix += " .$ ( $buildVersionData.PreReleaseNumber ) "
33
+ }
30
34
}
31
35
32
36
$tagName = " v.$ ( $buildVersionData.BuildMajor ) .$ ( $buildVersionData.BuildMinor ) .$ ( $buildVersionData.BuildPatch ) $preReleaseSuffix "
Original file line number Diff line number Diff line change 18
18
<RepositoryType >git</RepositoryType >
19
19
<RepositoryUrl >https://github.com/UbiquityDotNET/Llvm.Net.git</RepositoryUrl >
20
20
<PackageProjectUrl >https://github.com/UbiquityDotNET/Llvm.Net</PackageProjectUrl >
21
+ <PackageLicenseExpression >NCSA</PackageLicenseExpression >
21
22
</PropertyGroup >
22
23
<ItemGroup >
23
24
<Content Include =" ..\..\..\BuildOutput\bin\LibLLVM\$(Configuration)\x64\LibLLVM.dll" Link =" runtimes\win-x64\native\LibLLVM.dll" >
Original file line number Diff line number Diff line change 19
19
<PackageProjectUrl >https://github.com/UbiquityDotNET/Llvm.Net</PackageProjectUrl >
20
20
<RepositoryUrl >https://github.com/UbiquityDotNET/Llvm.NET.git</RepositoryUrl >
21
21
<RepositoryType >git</RepositoryType >
22
+ <PackageLicenseExpression >NCSA</PackageLicenseExpression >
22
23
</PropertyGroup >
23
24
<ItemGroup >
24
25
<!-- Keep docfx generated OBJ folder junk from cluttering solution view-->
You can’t perform that action at this time.
0 commit comments