Skip to content

Commit 7478ad3

Browse files
committed
update to v0.10.10
1 parent 0c20660 commit 7478ad3

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
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.9</Version>
14+
<Version>0.10.10</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.9</Version>
10+
<Version>0.10.10</Version>
1111
<BaseOutputPath>$(SolutionDir)out</BaseOutputPath>
1212
</PropertyGroup>
1313

Setup/Setup.vdproj

Lines changed: 3 additions & 3 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:{B603D840-626B-41B3-9016-33E4DF88C49D}"
182-
"PackageCode" = "8:{D5B07F4E-386D-4722-9618-37025E088E24}"
181+
"ProductCode" = "8:{4ECA1A1E-FA9D-4D51-8401-8603CFCC2553}"
182+
"PackageCode" = "8:{C1E1E35F-5DDC-49D5-85E3-537672DEFFE6}"
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.9"
189+
"ProductVersion" = "8:0.10.10"
190190
"Manufacturer" = "8:ww-rm studio"
191191
"ARPHELPTELEPHONE" = "8:"
192192
"ARPHELPLINK" = "8:https://github.com/ww-rm/DeskSpine"

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.9</Version>
9+
<Version>0.10.10</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.9</Version>
11+
<Version>0.10.10</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.9</Version>
9+
<Version>0.10.10</Version>
1010
<BaseOutputPath>$(SolutionDir)out</BaseOutputPath>
1111
</PropertyGroup>
1212

0 commit comments

Comments
 (0)