mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-15 03:58:04 +08:00
[directx-dxc] Fix version year for port (#30063)
* [directx-dxc] Fixed version number to proper year * Update baseline
This commit is contained in:
parent
e69c9817d2
commit
d96cc41dc2
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "directx-dxc",
|
||||
"version-date": "2022-03-01",
|
||||
"version-date": "2023-03-01",
|
||||
"description": "DirectX Shader Compiler (LLVM/Clang)",
|
||||
"homepage": "https://github.com/microsoft/DirectXShaderCompiler",
|
||||
"documentation": "https://github.com/microsoft/DirectXShaderCompiler/wiki",
|
||||
|
@ -2021,7 +2021,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"directx-dxc": {
|
||||
"baseline": "2022-03-01",
|
||||
"baseline": "2023-03-01",
|
||||
"port-version": 0
|
||||
},
|
||||
"directx-headers": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "77fecec712c29a857b7036d0ccc817488df868ea",
|
||||
"version-date": "2023-03-01",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "20d76f8fd2bb7b07fa76370b7198e0ce8f7b316b",
|
||||
"version-date": "2022-03-01",
|
||||
|
Loading…
x
Reference in New Issue
Block a user