mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-06 05:05:40 +12:00
Update made automatically due to pressing build
This commit is contained in:
parent
58f081df7a
commit
5d787e169b
2 changed files with 4 additions and 4 deletions
|
@ -30,5 +30,5 @@ using System.Runtime.InteropServices;
|
|||
//
|
||||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
[assembly: AssemblyVersion("1.6.2.11")]
|
||||
[assembly: AssemblyFileVersion("1.3.0.0")]
|
||||
[assembly: AssemblyVersion("1.6.2.13")]
|
||||
[assembly: AssemblyFileVersion("1.6.2.13")]
|
||||
|
|
|
@ -49,7 +49,7 @@ assembly_info = os.path.join("LibHISP", "Properties", "AssemblyInfo.cs")
|
|||
lines = open(assembly_info, "r").readlines()
|
||||
for i in range(0,len(lines)):
|
||||
if lines[i].startswith("[assembly: AssemblyVersion(\""):
|
||||
lines[i] = "[assembly: AssemblyVersion(\""+assembly_version+"\")]\r\n"
|
||||
lines[i] = "[assembly: AssemblyVersion(\""+assembly_version+"\")]\n"
|
||||
if lines[i].startswith("[assembly: AssemblyFileVersion(\""):
|
||||
lines[i] = "[assembly: AssemblyFileVersion(\""+assembly_version+"\")]\r\n"
|
||||
lines[i] = "[assembly: AssemblyFileVersion(\""+assembly_version+"\")]\n"
|
||||
open(assembly_info, "w").writelines(lines)
|
Loading…
Add table
Reference in a new issue