Skip to content

Commit

Permalink
Update: Musa.Veil to 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
MiroKaku committed Aug 12, 2024
1 parent 78ac428 commit 4fdf747
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Musa.Core.NuGet/Musa.Core.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Musa.Core - Use ntdll/ntoskrnl to implement Kernel32, Advapi32 and other APIs.
<projectUrl>https://github.com/MiroKaku/Musa.Core</projectUrl>
<repository type="git" url="https://github.com/MiroKaku/Musa.Core.git" branch="main" commit="$commit$" />
<dependencies>
<dependency id="Musa.Veil" version="1.2.4" />
<dependency id="Musa.Veil" version="1.2.5" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion Musa.Core.StaticLibrary/Musa.Core.StaticLibrary.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ xcopy /v /f /d /y "$(IntDirFullPath)Musa.Core.SystemCall.Stubs.obj" "$(SolutionD
</ItemGroup>
<ItemGroup>
<PackageReference Include="Musa.Veil">
<Version>1.2.4</Version>
<Version>1.2.5</Version>
</PackageReference>
</ItemGroup>
<Import Project="..\Mile.Project.Windows\Mile.Project.Cpp.targets" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ echo F | xcopy /v /f /d /y "$(IntDirFullPath)Musa.Core.SystemCall.Stubs.obj" "$(
</ItemGroup>
<ItemGroup>
<PackageReference Include="Musa.Veil">
<Version>1.2.4</Version>
<Version>1.2.5</Version>
</PackageReference>
</ItemGroup>
<Import Project="..\Mile.Project.Windows\Mile.Project.Cpp.targets" />
Expand Down
2 changes: 1 addition & 1 deletion Musa.Core.Test/Musa.Core.Test.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Musa.Veil">
<Version>1.2.4</Version>
<Version>1.2.5</Version>
</PackageReference>
</ItemGroup>
<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Musa.Core.TestForDriver/Musa.Core.TestForDriver.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Musa.Veil">
<Version>1.2.4</Version>
<Version>1.2.5</Version>
</PackageReference>
</ItemGroup>
<PropertyGroup>
Expand Down

0 comments on commit 4fdf747

Please sign in to comment.