Update year

This commit is contained in:
Charles Betros 2019-06-28 22:09:09 -05:00
parent 3f763212aa
commit dc794e0eb9
5 changed files with 8 additions and 8 deletions

View file

@ -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

View file

@ -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/

View file

@ -1 +1 @@
Copyright © 2007-2018, The Cosmos Project Copyright © 2007-2019, The Cosmos Project

View file

@ -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

View file

@ -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("")]