Skip to content

Commit

Permalink
更新至v0.10.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ww-rm committed Dec 19, 2024
1 parent a69f63f commit b4aa758
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion DeskSpine/DeskSpine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<ApplicationHighDpiMode>PerMonitor</ApplicationHighDpiMode>
<ApplicationIcon>appicon_dark.ico</ApplicationIcon>
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
<Version>0.10.6</Version>
<Version>0.10.7</Version>
<BaseOutputPath>$(SolutionDir)out</BaseOutputPath>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion PerfMonitor/PerfMonitor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
<Version>0.10.6</Version>
<Version>0.10.7</Version>
<BaseOutputPath>$(SolutionDir)out</BaseOutputPath>
</PropertyGroup>

Expand Down
10 changes: 5 additions & 5 deletions Setup/Setup.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -178,15 +178,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:DeskSpine"
"ProductCode" = "8:{0D2AD69B-2392-4BF9-969B-0B898E6C4C9D}"
"PackageCode" = "8:{5D68ABB9-C76C-4E04-ABD1-B24A81AD335C}"
"ProductCode" = "8:{F1D5A19B-18D4-4951-B7CF-3DDE7D332154}"
"PackageCode" = "8:{51EA1EE1-305F-4404-AAEA-89A227124404}"
"UpgradeCode" = "8:{D495CA29-E442-45FF-8D47-FE99695CFA23}"
"AspNetVersion" = "8:"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:FALSE"
"ProductVersion" = "8:0.10.6"
"ProductVersion" = "8:0.10.7"
"Manufacturer" = "8:ww-rm studio"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:https://github.com/ww-rm/DeskSpine"
Expand Down Expand Up @@ -728,7 +728,7 @@
{
"{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_1E69BCB1C367451BA63C044F1A4277D4"
{
"SourcePath" = "8:..\\SpineTool\\obj\\x64\\Release\\net8.0-windows\\win-x64\\apphost.exe"
"SourcePath" = "8:..\\SpineTool\\obj\\x64\\Debug\\net8.0-windows\\win-x64\\apphost.exe"
"TargetName" = "8:"
"Tag" = "8:"
"Folder" = "8:_6673A475F6F64BFF8735B7929FB2FD0E"
Expand Down Expand Up @@ -756,7 +756,7 @@
}
"{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_F78B85B9BF9C418EBB9F1B3813D4EC4D"
{
"SourcePath" = "8:..\\DeskSpine\\obj\\x64\\Release\\net8.0-windows\\win-x64\\apphost.exe"
"SourcePath" = "8:..\\DeskSpine\\obj\\x64\\Debug\\net8.0-windows\\win-x64\\apphost.exe"
"TargetName" = "8:"
"Tag" = "8:"
"Folder" = "8:_6673A475F6F64BFF8735B7929FB2FD0E"
Expand Down
2 changes: 1 addition & 1 deletion Spine/Spine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>0.10.6</Version>
<Version>0.10.7</Version>
<BaseOutputPath>$(SolutionDir)out</BaseOutputPath>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion SpineTool/SpineTool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
<Version>0.10.6</Version>
<Version>0.10.7</Version>
<BaseOutputPath>$(SolutionDir)out</BaseOutputPath>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion TinyEngine/TinyEngine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>0.10.6</Version>
<Version>0.10.7</Version>
<BaseOutputPath>$(SolutionDir)out</BaseOutputPath>
</PropertyGroup>

Expand Down

0 comments on commit b4aa758

Please sign in to comment.