Skip to content

Commit b1aa178

Browse files
committed
Fix the libClang packages for Windows
1 parent 3316078 commit b1aa178

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<!-- Package versions for package references across all projects -->
1414
<ItemGroup>
15-
<PackageVersion Include="libClang" Version="18.1.3" />
15+
<PackageVersion Include="libClang" Version="18.1.3.1" />
1616
<PackageVersion Include="libClangSharp" Version="18.1.3" />
1717
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
1818
<PackageVersion Include="NUnit" Version="4.1.0" />

packages/libclang/libclang.runtime.win-arm64/libclang.runtime.win-arm64.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
33
<metadata minClientVersion="2.12">
44
<id>libclang.runtime.win-arm64</id>
5-
<version>18.1.3</version>
5+
<version>18.1.3.1</version>
66
<authors>.NET Foundation and Contributors</authors>
77
<owners>.NET Foundation and Contributors</owners>
88
<requireLicenseAcceptance>true</requireLicenseAcceptance>

packages/libclang/libclang.runtime.win-x64/libclang.runtime.win-x64.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
33
<metadata minClientVersion="2.12">
44
<id>libclang.runtime.win-x64</id>
5-
<version>18.1.3</version>
5+
<version>18.1.3.1</version>
66
<authors>.NET Foundation and Contributors</authors>
77
<owners>.NET Foundation and Contributors</owners>
88
<requireLicenseAcceptance>true</requireLicenseAcceptance>

packages/libclang/libclang/libclang.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
33
<metadata minClientVersion="2.12">
44
<id>libclang</id>
5-
<version>18.1.3</version>
5+
<version>18.1.3.1</version>
66
<authors>.NET Foundation and Contributors</authors>
77
<owners>.NET Foundation and Contributors</owners>
88
<requireLicenseAcceptance>true</requireLicenseAcceptance>

packages/libclang/libclang/runtime.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
},
2323
"win-arm64": {
2424
"libclang": {
25-
"libclang.runtime.win-arm64": "18.1.3"
25+
"libclang.runtime.win-arm64": "18.1.3.1"
2626
}
2727
},
2828
"win-x64": {
2929
"libclang": {
30-
"libclang.runtime.win-x64": "18.1.3"
30+
"libclang.runtime.win-x64": "18.1.3.1"
3131
}
3232
}
3333
}

0 commit comments

Comments
 (0)