mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-20 04:48:53 +00:00
Reverted version change.
This commit is contained in:
parent
1204411e4e
commit
ebeb20fd7c
1 changed files with 2 additions and 2 deletions
|
|
@ -282,11 +282,11 @@ namespace Cosmos.Build.Builder
|
|||
{
|
||||
string xVSIPDir = Path.Combine(mCosmosDir, "Build", "VSIP");
|
||||
string xPackagesDir = Path.Combine(xVSIPDir, "KernelPackages");
|
||||
string xVersion = DateTime.Now.ToString("yyyy.MM.dd");
|
||||
string xVersion = "1.0.0";
|
||||
|
||||
if (!App.IsUserKit)
|
||||
{
|
||||
xVersion += DateTime.Now.ToString("-HH.mm");
|
||||
xVersion += "-" + DateTime.Now.ToString("yyyyMMddHHmm");
|
||||
}
|
||||
|
||||
if (!Directory.Exists(xVSIPDir))
|
||||
|
|
|
|||
Loading…
Reference in a new issue