File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed
Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1010 platform : ['windows-latest']
1111
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v5
1414 with :
1515 submodules : true
16+ sparse-checkout : |
17+ '!Il2CppTests/*'
18+ '/*'
1619
1720 - name : Setup .NET SDK
1821 uses : actions/setup-dotnet@v4
Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
33 <TargetFramework >net10.0</TargetFramework >
4- <Version >2023.2</Version >
4+ <LangVersion >preview</LangVersion >
5+ <EnableSourceControlManagerQueries >true</EnableSourceControlManagerQueries >
6+ <Version >2023.1</Version >
57 <AssemblyVersion >$(Version).0.0</AssemblyVersion >
68 <FileVersion >$(AssemblyVersion)</FileVersion >
79 <Authors >Katy Coe, LukeFZ</Authors >
810 <Company >Noisy Cow Studios, LukeFZ</Company >
9- <LangVersion >preview</LangVersion >
10- <EnableSourceControlManagerQueries >true</EnableSourceControlManagerQueries >
11+ <Copyright >(c) 2023-2025 LukeFZ - https://github.com/LukeFZ, original (c) 2017-2021 Katy Coe - www.djkaty.com - www.github.com/djkaty</Copyright >
1112 </PropertyGroup >
1213</Project >
Original file line number Diff line number Diff line change 88 <RuntimeIdentifier >win-x64</RuntimeIdentifier >
99 <PackageRequireLicenseAcceptance >false</PackageRequireLicenseAcceptance >
1010 <Product >Il2CppInspectorRedux Command-Line Edition</Product >
11- <Copyright >(c) 2023-2025 LukeFZ - https://github.com/LukeFZ, original (c) 2017-2021 Katy Coe - www.djkaty.com - www.github.com/djkaty</Copyright >
1211 <PackageId >Il2CppInspectorRedux.CLI</PackageId >
1312 <AssemblyName >Il2CppInspector</AssemblyName >
1413 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments