mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-06 21:25:42 +12:00
update prebuild again
This commit is contained in:
parent
e554d41c94
commit
f2d36bd73a
5 changed files with 8 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
||||||
Package: hisp
|
Package: hisp
|
||||||
Version: 1.7.47
|
Version: 1.7.48
|
||||||
Depends: coreutils,systemd,mariadb-server,libsqlite3-dev,zlib1g-dev,libicu-dev,libkrb5-dev
|
Depends: coreutils,systemd,mariadb-server,libsqlite3-dev,zlib1g-dev,libicu-dev,libkrb5-dev
|
||||||
Maintainer: Li
|
Maintainer: Li
|
||||||
Homepage: https://islehorse.com
|
Homepage: https://islehorse.com
|
||||||
|
|
|
@ -218,6 +218,6 @@
|
||||||
|
|
||||||
|
|
||||||
<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
|
<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
|
||||||
<Exec Command=""$(ProjectDir)../prebuild.py"" />
|
<Exec Command="$(ProjectDir)/prebuild.py" />
|
||||||
</Target>
|
</Target>
|
||||||
</Project>
|
</Project>
|
||||||
|
|
|
@ -30,5 +30,5 @@ using System.Runtime.InteropServices;
|
||||||
//
|
//
|
||||||
// You can specify all the values or you can default the Build and Revision Numbers
|
// You can specify all the values or you can default the Build and Revision Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
[assembly: AssemblyVersion("1.7.47.0")]
|
[assembly: AssemblyVersion("1.7.48.0")]
|
||||||
[assembly: AssemblyFileVersion("1.7.47.0")]
|
[assembly: AssemblyFileVersion("1.7.48.0")]
|
||||||
|
|
|
@ -5,7 +5,8 @@ import subprocess
|
||||||
import time
|
import time
|
||||||
import datetime
|
import datetime
|
||||||
import binascii
|
import binascii
|
||||||
os.chdir(os.path.dirname(os.path.realpath(__file__)))
|
|
||||||
|
os.chdir(os.path.dirname(os.path.dirname(os.path.realpath(__file__))))
|
||||||
|
|
||||||
# Updates version inside a AssemblyInfo.cs file
|
# Updates version inside a AssemblyInfo.cs file
|
||||||
def update_asm_info(assemblyinfofile):
|
def update_asm_info(assemblyinfofile):
|
|
@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
|
||||||
// You can specify all the values or you can default the Build and Revision Numbers
|
// You can specify all the values or you can default the Build and Revision Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion("1.7.47.0")]
|
[assembly: AssemblyVersion("1.7.48.0")]
|
||||||
[assembly: AssemblyFileVersion("1.7.47.0")]
|
[assembly: AssemblyFileVersion("1.7.48.0")]
|
||||||
|
|
Loading…
Add table
Reference in a new issue