Skip to content

Commit

Permalink
Update: Musa.Veil to 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MiroKaku committed Jul 25, 2024
1 parent 27107f8 commit 4d95081
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.2" />
<dependency id="Musa.Veil" version="1.2.3" />
</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 @@ -104,7 +104,7 @@ xcopy /v /f /d /y "$(IntDirFullPath)Musa.Core.SystemCall.Stubs.obj" "$(SolutionD
</ItemGroup>
<ItemGroup>
<PackageReference Include="Musa.Veil">
<Version>1.2.2</Version>
<Version>1.2.3</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 @@ -110,7 +110,7 @@ echo F | xcopy /v /f /d /y "$(IntDirFullPath)Musa.Core.SystemCall.Stubs.obj" "$(
</ItemGroup>
<ItemGroup>
<PackageReference Include="Musa.Veil">
<Version>1.2.2</Version>
<Version>1.2.3</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.2</Version>
<Version>1.2.3</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.2</Version>
<Version>1.2.3</Version>
</PackageReference>
</ItemGroup>
<PropertyGroup>
Expand Down

0 comments on commit 4d95081

Please sign in to comment.