[fix]增加Version,让本地命令编译通过
This commit is contained in:
parent
d69898da9c
commit
3f063a35d7
|
@ -9,6 +9,7 @@
|
|||
<PackageProjectUrl>https://newlifex.com</PackageProjectUrl>
|
||||
<VersionPrefix>1.1</VersionPrefix>
|
||||
<VersionSuffix>$([System.DateTime]::Now.ToString(`yyyy.MMdd`))</VersionSuffix>
|
||||
<Version>$(VersionPrefix).$(VersionSuffix)</Version>
|
||||
<PackageVersion>$(VersionPrefix).$(VersionSuffix)</PackageVersion>
|
||||
<OutputPath>..\Bin</OutputPath>
|
||||
|
||||
|
|
Loading…
Reference in New Issue