File tree 5 files changed +8
-8
lines changed
SinglePluginHost/Properties
5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 68
68
<OutputPath >bin\x64\Release\</OutputPath >
69
69
</PropertyGroup >
70
70
<PropertyGroup >
71
- <PreBuildEvent >call "$(SolutionDir)updateversion.bat" "$(SolutionDir)" "$(SolutionPath)"</PreBuildEvent >
71
+ <PreBuildEvent >call "$(SolutionDir)updateversion.bat" "$(SolutionDir)" "$(SolutionPath)" "$(SolutionDir)SinglePluginHost\SinglePluginHost.csproj" </PreBuildEvent >
72
72
</PropertyGroup >
73
73
</Project >
Original file line number Diff line number Diff line change 30
30
// You can specify all the values or you can default the Build and Revision Numbers
31
31
// by using the '*' as shown below:
32
32
// [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 " ) ]
35
35
[ assembly: NeutralResourcesLanguage ( "en-US" ) ]
36
36
Original file line number Diff line number Diff line change 51
51
// You can specify all the values or you can default the Build and Revision Numbers
52
52
// by using the '*' as shown below:
53
53
// [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 " ) ]
56
56
[ assembly: NeutralResourcesLanguage ( "en-US" ) ]
57
57
Original file line number Diff line number Diff line change 51
51
// You can specify all the values or you can default the Build and Revision Numbers
52
52
// by using the '*' as shown below:
53
53
// [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 " ) ]
56
56
[ assembly: NeutralResourcesLanguage ( "en-US" ) ]
57
57
Original file line number Diff line number Diff line change 1
1
if not exist " %~1 ..\Version Tools\VersionBuilder.exe" goto error
2
2
3
- " %~1 ..\Version Tools\VersionBuilder.exe" %2 -v
3
+ " %~1 ..\Version Tools\VersionBuilder.exe" %2 %3 -v
4
4
goto end
5
5
6
6
:error
You can’t perform that action at this time.
0 commit comments