mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-06 05:05:40 +12:00
Add quotes
This commit is contained in:
parent
fea71443b1
commit
647a6f21af
5 changed files with 8 additions and 8 deletions
|
@ -31,5 +31,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.0.*")]
|
||||
[assembly: AssemblyVersion("1.7.135.0")]
|
||||
[assembly: AssemblyFileVersion("1.7.135.0")]
|
||||
[assembly: AssemblyVersion("1.7.138.0")]
|
||||
[assembly: AssemblyFileVersion("1.7.138.0")]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
Package: hisp
|
||||
Version: 1.7.135
|
||||
Version: 1.7.138
|
||||
Depends: coreutils,systemd,mariadb-server,libsqlite3-dev,zlib1g-dev,libicu-dev,libkrb5-dev
|
||||
Maintainer: Li
|
||||
Homepage: https://islehorse.com
|
||||
|
|
|
@ -272,6 +272,6 @@
|
|||
|
||||
|
||||
<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
|
||||
<Exec Command="dotnet script $(ProjectDir)prebuild.csx" />
|
||||
<Exec Command="dotnet script "$(ProjectDir)prebuild.csx"" />
|
||||
</Target>
|
||||
</Project>
|
||||
|
|
|
@ -30,8 +30,8 @@ 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.7.135.0")]
|
||||
[assembly: AssemblyFileVersion("1.7.135.0")]
|
||||
[assembly: AssemblyVersion("1.7.138.0")]
|
||||
[assembly: AssemblyFileVersion("1.7.138.0")]
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -30,8 +30,8 @@ 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.7.135.0")]
|
||||
[assembly: AssemblyFileVersion("1.7.135.0")]
|
||||
[assembly: AssemblyVersion("1.7.138.0")]
|
||||
[assembly: AssemblyFileVersion("1.7.138.0")]
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue