Skip to content

Commit b4aa758

Browse files
committed
更新至v0.10.7
1 parent a69f63f commit b4aa758

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

DeskSpine/DeskSpine.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<ApplicationHighDpiMode>PerMonitor</ApplicationHighDpiMode>
1212
<ApplicationIcon>appicon_dark.ico</ApplicationIcon>
1313
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
14-
<Version>0.10.6</Version>
14+
<Version>0.10.7</Version>
1515
<BaseOutputPath>$(SolutionDir)out</BaseOutputPath>
1616
</PropertyGroup>
1717

PerfMonitor/PerfMonitor.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Nullable>enable</Nullable>
88
<UseWindowsForms>true</UseWindowsForms>
99
<ImplicitUsings>enable</ImplicitUsings>
10-
<Version>0.10.6</Version>
10+
<Version>0.10.7</Version>
1111
<BaseOutputPath>$(SolutionDir)out</BaseOutputPath>
1212
</PropertyGroup>
1313

Setup/Setup.vdproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -178,15 +178,15 @@
178178
{
179179
"Name" = "8:Microsoft Visual Studio"
180180
"ProductName" = "8:DeskSpine"
181-
"ProductCode" = "8:{0D2AD69B-2392-4BF9-969B-0B898E6C4C9D}"
182-
"PackageCode" = "8:{5D68ABB9-C76C-4E04-ABD1-B24A81AD335C}"
181+
"ProductCode" = "8:{F1D5A19B-18D4-4951-B7CF-3DDE7D332154}"
182+
"PackageCode" = "8:{51EA1EE1-305F-4404-AAEA-89A227124404}"
183183
"UpgradeCode" = "8:{D495CA29-E442-45FF-8D47-FE99695CFA23}"
184184
"AspNetVersion" = "8:"
185185
"RestartWWWService" = "11:FALSE"
186186
"RemovePreviousVersions" = "11:TRUE"
187187
"DetectNewerInstalledVersion" = "11:TRUE"
188188
"InstallAllUsers" = "11:FALSE"
189-
"ProductVersion" = "8:0.10.6"
189+
"ProductVersion" = "8:0.10.7"
190190
"Manufacturer" = "8:ww-rm studio"
191191
"ARPHELPTELEPHONE" = "8:"
192192
"ARPHELPLINK" = "8:https://github.com/ww-rm/DeskSpine"
@@ -728,7 +728,7 @@
728728
{
729729
"{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_1E69BCB1C367451BA63C044F1A4277D4"
730730
{
731-
"SourcePath" = "8:..\\SpineTool\\obj\\x64\\Release\\net8.0-windows\\win-x64\\apphost.exe"
731+
"SourcePath" = "8:..\\SpineTool\\obj\\x64\\Debug\\net8.0-windows\\win-x64\\apphost.exe"
732732
"TargetName" = "8:"
733733
"Tag" = "8:"
734734
"Folder" = "8:_6673A475F6F64BFF8735B7929FB2FD0E"
@@ -756,7 +756,7 @@
756756
}
757757
"{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_F78B85B9BF9C418EBB9F1B3813D4EC4D"
758758
{
759-
"SourcePath" = "8:..\\DeskSpine\\obj\\x64\\Release\\net8.0-windows\\win-x64\\apphost.exe"
759+
"SourcePath" = "8:..\\DeskSpine\\obj\\x64\\Debug\\net8.0-windows\\win-x64\\apphost.exe"
760760
"TargetName" = "8:"
761761
"Tag" = "8:"
762762
"Folder" = "8:_6673A475F6F64BFF8735B7929FB2FD0E"

Spine/Spine.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
77
<ImplicitUsings>enable</ImplicitUsings>
88
<Nullable>enable</Nullable>
9-
<Version>0.10.6</Version>
9+
<Version>0.10.7</Version>
1010
<BaseOutputPath>$(SolutionDir)out</BaseOutputPath>
1111
</PropertyGroup>
1212

SpineTool/SpineTool.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<Nullable>enable</Nullable>
99
<UseWindowsForms>true</UseWindowsForms>
1010
<ImplicitUsings>enable</ImplicitUsings>
11-
<Version>0.10.6</Version>
11+
<Version>0.10.7</Version>
1212
<BaseOutputPath>$(SolutionDir)out</BaseOutputPath>
1313
</PropertyGroup>
1414

TinyEngine/TinyEngine.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
77
<ImplicitUsings>enable</ImplicitUsings>
88
<Nullable>enable</Nullable>
9-
<Version>0.10.6</Version>
9+
<Version>0.10.7</Version>
1010
<BaseOutputPath>$(SolutionDir)out</BaseOutputPath>
1111
</PropertyGroup>
1212

0 commit comments

Comments
 (0)