Revert "Merge branch 'main' into main"
This reverts commit03c0c60fd7, reversing changes made to77fe2e4d48.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<!-- Suppresses display of the sign-on banner -->
|
||||
<NoLogo>true</NoLogo>
|
||||
<!-- Prepend organization name to default namespace -->
|
||||
<RootNamespace>Cognify.$(MSBuildProjectName)</RootNamespace>
|
||||
<RootNamespace>Kritikos.$(MSBuildProjectName)</RootNamespace>
|
||||
<!-- Enable global usings based on project type -->
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<!-- Generate documentation file and ignore warnings for undocumented elements -->
|
||||
@@ -163,11 +163,10 @@
|
||||
|
||||
<PropertyGroup Label="Package">
|
||||
<PackageId>$(RootNamespace)</PackageId>
|
||||
<Company>Cognify</Company>
|
||||
<Authors>Elisa Servidio, Dimitrios Tsapetis, Alexandros Kritikos, Stefanos Katsikas, Katerina Pouspourika, Antonia Tsatsouli</Authors>
|
||||
<Company>Kritikos IO</Company>
|
||||
<Authors>Alexandros Kritikos</Authors>
|
||||
<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>
|
||||
<PackageIcon Condition="$(ProjectIconExists) == 'True'">icon.png</PackageIcon>
|
||||
<PackageReadmeFile Condition="$(ProjectReadMeExists) == 'True'">README.md</PackageReadmeFile>
|
||||
<PublishRepositoryUrl>true</PublishRepositoryUrl>
|
||||
|
||||
@@ -6,7 +6,7 @@ A starting point for new .NET projects, based on opinionated rules.
|
||||
|
||||
1. In order to be able to update your repository with the latest changes, you can use the following command **after creating** your repo:
|
||||
```bash
|
||||
git remote add template https://github.com/Cognify-App/templates-dotnet
|
||||
git remote add template https://github.com/kritikos-io/templates-dotnet
|
||||
git fetch --all
|
||||
git merge template/main --allow-unrelated-histories
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user