Update project namespace and company information
Signed-off-by: Dimitris Tsapetis <dimtsap@hotmail.com>
This commit is contained in:
committed by
GitHub
parent
def7541ca1
commit
26c6fd3517
@@ -10,7 +10,7 @@
|
|||||||
<!-- Suppresses display of the sign-on banner -->
|
<!-- Suppresses display of the sign-on banner -->
|
||||||
<NoLogo>true</NoLogo>
|
<NoLogo>true</NoLogo>
|
||||||
<!-- Prepend organization name to default namespace -->
|
<!-- Prepend organization name to default namespace -->
|
||||||
<RootNamespace>Kritikos.$(MSBuildProjectName)</RootNamespace>
|
<RootNamespace>Cognify.$(MSBuildProjectName)</RootNamespace>
|
||||||
<!-- Enable global usings based on project type -->
|
<!-- Enable global usings based on project type -->
|
||||||
<ImplicitUsings>enable</ImplicitUsings>
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
<!-- Generate documentation file and ignore warnings for undocumented elements -->
|
<!-- Generate documentation file and ignore warnings for undocumented elements -->
|
||||||
@@ -176,10 +176,10 @@
|
|||||||
|
|
||||||
<PropertyGroup Label="Package">
|
<PropertyGroup Label="Package">
|
||||||
<PackageId>$(RootNamespace)</PackageId>
|
<PackageId>$(RootNamespace)</PackageId>
|
||||||
<Company>Kritikos IO</Company>
|
<Company>Cognify</Company>
|
||||||
<Authors>Alexandros Kritikos</Authors>
|
<Authors>Elisa Servidio, Dimitrios Tsapetis, Alexandros Kritikos</Authors>
|
||||||
<CurrentYear>$([System.DateTime]::Now.ToString(yyyy))</CurrentYear>
|
<CurrentYear>$([System.DateTime]::Now.ToString(yyyy))</CurrentYear>
|
||||||
<Copyright>Copyright © 2017-$(CurrentYear) Kritikos IO. All rights reserved.</Copyright>
|
<Copyright>Copyright © 2024-$(CurrentYear) Cognify. All rights reserved.</Copyright>
|
||||||
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
|
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
|
||||||
<PackageOutputPath Condition="$(PackageOutputPath) == ''">$(MSBuildThisFileDirectory)/packages</PackageOutputPath>
|
<PackageOutputPath Condition="$(PackageOutputPath) == ''">$(MSBuildThisFileDirectory)/packages</PackageOutputPath>
|
||||||
<PublishDir Condition="$(PublishDir) == ''">
|
<PublishDir Condition="$(PublishDir) == ''">
|
||||||
|
|||||||
Reference in New Issue
Block a user