mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-06 21:25:42 +12:00
Update made automatically due to pressing build
This commit is contained in:
parent
efeb3de36e
commit
ed55fa5f84
2 changed files with 36 additions and 36 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.3.0.0")]
|
||||
[assembly: AssemblyFileVersion("1.6.2.11")]
|
||||
[assembly: AssemblyFileVersion("1.3.0.0")]
|
||||
|
|
|
@ -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+"\")]"
|
||||
lines[i] = "[assembly: AssemblyVersion(\""+assembly_version+"\")]\r\n"
|
||||
if lines[i].startswith("[assembly: AssemblyVersion(\""):
|
||||
lines[i] = "[assembly: AssemblyFileVersion(\""+assembly_version+"\")]"
|
||||
lines[i] = "[assembly: AssemblyFileVersion(\""+assembly_version+"\")]\r\n"
|
||||
open(assembly_info, "w").writelines(lines)
|
Loading…
Add table
Reference in a new issue