use dotnet-script

This commit is contained in:
Li 2022-09-01 16:40:45 +12:00
parent c253722964
commit 0f0e092461
6 changed files with 28 additions and 21 deletions

View file

@ -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.133.0")]
[assembly: AssemblyFileVersion("1.7.133.0")]
[assembly: AssemblyVersion("1.7.134.0")]
[assembly: AssemblyFileVersion("1.7.134.0")]

View file

@ -1,5 +1,5 @@
Package: hisp
Version: 1.7.133
Version: 1.7.134
Depends: coreutils,systemd,mariadb-server,libsqlite3-dev,zlib1g-dev,libicu-dev,libkrb5-dev
Maintainer: Li
Homepage: https://islehorse.com

View file

@ -272,6 +272,6 @@
<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
<Exec Command="csi $(ProjectDir)prebuild.csx" />
<Exec Command="dotnet script $(ProjectDir)prebuild.csx" />
</Target>
</Project>

View file

@ -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.133.0")]
[assembly: AssemblyFileVersion("1.7.133.0")]
[assembly: AssemblyVersion("1.7.134.0")]
[assembly: AssemblyFileVersion("1.7.134.0")]

View file

@ -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.133.0")]
[assembly: AssemblyFileVersion("1.7.133.0")]
[assembly: AssemblyVersion("1.7.134.0")]
[assembly: AssemblyFileVersion("1.7.134.0")]