Skip to content

Commit

Permalink
Update: Musa.Core to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MiroKaku committed Jul 25, 2024
1 parent 92ffbf5 commit f927592
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Musa.Runtime.NuGet/Musa.Runtime.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Musa.Runtime - Musa.Runtime is a Microsoft MSVC runtime library based on Musa.Co
<projectUrl>https://github.com/MiroKaku/Musa.Runtime</projectUrl>
<repository type="git" url="https://github.com/MiroKaku/Musa.Runtime.git" branch="main" commit="$commit$" />
<dependencies>
<dependency id="Musa.Core" version="0.3.1" />
<dependency id="Musa.Core" version="0.3.2" />
</dependencies>
</metadata>
<files>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Musa.Core">
<Version>0.3.1</Version>
<Version>0.3.2</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Musa.Runtime/Musa.Runtime.CRT.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ echo F | xcopy /v /f /d /y "$(IntDirFullPath)sys_main.obj" "$(SolutionDir)\Publi
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Musa.Core">
<Version>0.3.1</Version>
<Version>0.3.2</Version>
</PackageReference>
</ItemGroup>
<ImportGroup Label="ExtensionTargets">
Expand Down
2 changes: 1 addition & 1 deletion Musa.Runtime/Musa.Runtime.STL.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Musa.Core">
<Version>0.3.1</Version>
<Version>0.3.2</Version>
</PackageReference>
</ItemGroup>
<ImportGroup Label="ExtensionTargets">
Expand Down
2 changes: 1 addition & 1 deletion Musa.Runtime/Musa.Runtime.UCRT.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Musa.Core">
<Version>0.3.1</Version>
<Version>0.3.2</Version>
</PackageReference>
</ItemGroup>
<ImportGroup Label="ExtensionTargets">
Expand Down
2 changes: 1 addition & 1 deletion Musa.Runtime/Musa.Runtime.VCRT.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Musa.Core">
<Version>0.3.1</Version>
<Version>0.3.2</Version>
</PackageReference>
</ItemGroup>
<ImportGroup Label="ExtensionTargets">
Expand Down
2 changes: 1 addition & 1 deletion Musa.Runtime/Musa.Runtime.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ xcopy /v /f /d /y "$(TargetDir)$(TargetName).lib" "$(SolutionDir)\Publish\lib\$(
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Musa.Core">
<Version>0.3.1</Version>
<Version>0.3.2</Version>
</PackageReference>
</ItemGroup>
<Import Project="..\Mile.Project.Windows\Mile.Project.Cpp.targets" />
Expand Down

0 comments on commit f927592

Please sign in to comment.