mirror of
https://github.com/islehorse/HISP.git
synced 2025-06-07 03:21:27 +12:00
Update to v1.7
This commit is contained in:
parent
8dd4cdb6d0
commit
35c51946e4
8 changed files with 22 additions and 58 deletions
|
@ -218,6 +218,6 @@
|
|||
|
||||
|
||||
<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
|
||||
<Exec Command="mkdir $(ProjectDir)Resources\Versioning
git rev-parse --verify HEAD>"$(ProjectDir)Resources\Versioning\GitCommit" 
git describe --abbrev=0 --tags>"$(ProjectDir)Resources\Versioning\GitTag" 
git branch --show-current>"$(ProjectDir)Resources\Versioning\GitBranch" 
date /t>"$(ProjectDir)Resources\Versioning\BuildDate" 
time /t>"$(ProjectDir)Resources\Versioning\BuildTime" " />
|
||||
<Exec Command="cd "$(SolutionDir)"
py "$(SolutionDir)prebuild.py"" />
|
||||
</Target>
|
||||
</Project>
|
||||
|
|
|
@ -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.19")]
|
||||
[assembly: AssemblyFileVersion("1.6.2.19")]
|
||||
[assembly: AssemblyVersion("1.7.0.0")]
|
||||
[assembly: AssemblyFileVersion("1.7.0.0")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue