Skip to content

Commit 52d4312

Browse files
committed
Fixed the version number of the single-client host.
1 parent 682fbcb commit 52d4312

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

Kill-Update-Plugin/Kill-Update-Plugin.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@
6868
<OutputPath>bin\x64\Release\</OutputPath>
6969
</PropertyGroup>
7070
<PropertyGroup>
71-
<PreBuildEvent>call "$(SolutionDir)updateversion.bat" "$(SolutionDir)" "$(SolutionPath)"</PreBuildEvent>
71+
<PreBuildEvent>call "$(SolutionDir)updateversion.bat" "$(SolutionDir)" "$(SolutionPath)" "$(SolutionDir)SinglePluginHost\SinglePluginHost.csproj"</PreBuildEvent>
7272
</PropertyGroup>
7373
</Project>

Kill-Update-Plugin/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
// You can specify all the values or you can default the Build and Revision Numbers
3131
// by using the '*' as shown below:
3232
// [assembly: AssemblyVersion("1.0.*")]
33-
[assembly: AssemblyVersion("1.0.0.33")]
34-
[assembly: AssemblyFileVersion("1.0.0.15")]
33+
[assembly: AssemblyVersion("1.0.0.35")]
34+
[assembly: AssemblyFileVersion("1.0.0.35")]
3535
[assembly: NeutralResourcesLanguage("en-US")]
3636

Kill-Update/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
// You can specify all the values or you can default the Build and Revision Numbers
5252
// by using the '*' as shown below:
5353
// [assembly: AssemblyVersion("1.0.*")]
54-
[assembly: AssemblyVersion("1.0.0.17")]
55-
[assembly: AssemblyFileVersion("1.0.0.6")]
54+
[assembly: AssemblyVersion("1.0.0.35")]
55+
[assembly: AssemblyFileVersion("1.0.0.34")]
5656
[assembly: NeutralResourcesLanguage("en-US")]
5757

SinglePluginHost/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
// You can specify all the values or you can default the Build and Revision Numbers
5252
// by using the '*' as shown below:
5353
// [assembly: AssemblyVersion("1.0.*")]
54-
[assembly: AssemblyVersion("1.0.0.33")]
55-
[assembly: AssemblyFileVersion("1.0.0.29")]
54+
[assembly: AssemblyVersion("1.0.0.35")]
55+
[assembly: AssemblyFileVersion("1.0.0.35")]
5656
[assembly: NeutralResourcesLanguage("en-US")]
5757

updateversion.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
if not exist "%~1..\Version Tools\VersionBuilder.exe" goto error
22

3-
"%~1..\Version Tools\VersionBuilder.exe" %2 -v
3+
"%~1..\Version Tools\VersionBuilder.exe" %2 %3 -v
44
goto end
55

66
:error

0 commit comments

Comments
 (0)