File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
libLLVM.runtime.win-arm64 Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 12
12
13
13
<!-- Package versions for package references across all projects -->
14
14
<ItemGroup >
15
- <PackageVersion Include =" libLLVM" Version =" 18.1.3" />
15
+ <PackageVersion Include =" libLLVM" Version =" 18.1.3.1 " />
16
16
<PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 17.9.0" />
17
17
<PackageVersion Include =" NUnit" Version =" 4.1.0" />
18
18
<PackageVersion Include =" NUnit3TestAdapter" Version =" 4.5.0" />
Original file line number Diff line number Diff line change 2
2
<package xmlns =" http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd" >
3
3
<metadata minClientVersion =" 2.12" >
4
4
<id >libLLVM.runtime.win-arm64</id >
5
- <version >18.1.3</version >
5
+ <version >18.1.3.1 </version >
6
6
<authors >.NET Foundation and Contributors</authors >
7
7
<owners >.NET Foundation and Contributors</owners >
8
8
<requireLicenseAcceptance >true</requireLicenseAcceptance >
Original file line number Diff line number Diff line change 2
2
<package xmlns =" http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd" >
3
3
<metadata minClientVersion =" 2.12" >
4
4
<id >libLLVM.runtime.win-x64</id >
5
- <version >18.1.3</version >
5
+ <version >18.1.3.1 </version >
6
6
<authors >.NET Foundation and Contributors</authors >
7
7
<owners >.NET Foundation and Contributors</owners >
8
8
<requireLicenseAcceptance >true</requireLicenseAcceptance >
Original file line number Diff line number Diff line change 2
2
<package xmlns =" http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd" >
3
3
<metadata minClientVersion =" 2.12" >
4
4
<id >libLLVM</id >
5
- <version >18.1.3</version >
5
+ <version >18.1.3.1 </version >
6
6
<authors >.NET Foundation and Contributors</authors >
7
7
<owners >.NET Foundation and Contributors</owners >
8
8
<requireLicenseAcceptance >true</requireLicenseAcceptance >
Original file line number Diff line number Diff line change 22
22
},
23
23
"win-arm64" : {
24
24
"libLLVM" : {
25
- "libLLVM.runtime.win-arm64" : " 18.1.3"
25
+ "libLLVM.runtime.win-arm64" : " 18.1.3.1 "
26
26
}
27
27
},
28
28
"win-x64" : {
29
29
"libLLVM" : {
30
- "libLLVM.runtime.win-x64" : " 18.1.3"
30
+ "libLLVM.runtime.win-x64" : " 18.1.3.1 "
31
31
}
32
32
}
33
33
}
You can’t perform that action at this time.
0 commit comments