mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-24 12:35:31 +00:00
Update year
This commit is contained in:
parent
3f763212aa
commit
dc794e0eb9
5 changed files with 8 additions and 8 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
BSD 3-Clause License
|
BSD 3-Clause License
|
||||||
|
|
||||||
Copyright (c) 2018, COSMOS Project
|
Copyright (c) 2019, COSMOS Project
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef VSVersion
|
#ifndef VSVersion
|
||||||
#define VSVersion "vs2017"
|
#define VSVersion "vs2019"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if BuildConfiguration == "DevKit"
|
#if BuildConfiguration == "DevKit"
|
||||||
|
|
@ -29,7 +29,7 @@
|
||||||
AppId=CosmosUserKit
|
AppId=CosmosUserKit
|
||||||
AppName=Cosmos User Kit
|
AppName=Cosmos User Kit
|
||||||
AppVerName=Cosmos User Kit v{#ChangeSetVersion}
|
AppVerName=Cosmos User Kit v{#ChangeSetVersion}
|
||||||
AppCopyright=Copyright (c) 2007-2017 The Cosmos Project
|
AppCopyright=Copyright (c) 2007-2019 The Cosmos Project
|
||||||
AppPublisher=Cosmos Project
|
AppPublisher=Cosmos Project
|
||||||
AppPublisherURL=http://www.goCosmos.org/
|
AppPublisherURL=http://www.goCosmos.org/
|
||||||
AppSupportURL=http://www.goCosmos.org/
|
AppSupportURL=http://www.goCosmos.org/
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Copyright © 2007-2018, The Cosmos Project
|
Copyright © 2007-2019, The Cosmos Project
|
||||||
|
|
|
||||||
|
|
@ -150,7 +150,7 @@ namespace Cosmos.Build.Builder
|
||||||
|
|
||||||
if (!App.BuilderConfiguration.UserKit)
|
if (!App.BuilderConfiguration.UserKit)
|
||||||
{
|
{
|
||||||
var cosmosSetupPath = Path.Combine(cosmosSetupDir, "Output", $"CosmosUserKit-{cosmosSetupVersion}-vs2017.exe");
|
var cosmosSetupPath = Path.Combine(cosmosSetupDir, "Output", $"CosmosUserKit-{cosmosSetupVersion}-vs2019.exe");
|
||||||
|
|
||||||
// Run Setup
|
// Run Setup
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ using System.Windows;
|
||||||
[assembly: AssemblyConfiguration("")]
|
[assembly: AssemblyConfiguration("")]
|
||||||
[assembly: AssemblyCompany("")]
|
[assembly: AssemblyCompany("")]
|
||||||
[assembly: AssemblyProduct("ProjectRenamer")]
|
[assembly: AssemblyProduct("ProjectRenamer")]
|
||||||
[assembly: AssemblyCopyright("Copyright © 2017")]
|
[assembly: AssemblyCopyright("Copyright © 2019")]
|
||||||
[assembly: AssemblyTrademark("")]
|
[assembly: AssemblyTrademark("")]
|
||||||
[assembly: AssemblyCulture("")]
|
[assembly: AssemblyCulture("")]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue