From 7d2ee5809b15e77eb5a36eb966e153be7146a856 Mon Sep 17 00:00:00 2001 From: Alexandros Kritikos Date: Tue, 24 Mar 2026 01:10:10 +0200 Subject: [PATCH] Revert "Merge branch 'main' into main" This reverts commit 03c0c60fd71d749637a2c16c92a1326a35b67163, reversing changes made to 77fe2e4d48bf4ea6229ecb23db5b40db6ed099ee. --- Directory.Build.props | 7 +++---- README.md | 12 ++++++------ 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index bbd5eb8..0025f00 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -9,7 +9,7 @@ true - Cognify.$(MSBuildProjectName) + Kritikos.$(MSBuildProjectName) enable @@ -163,11 +163,10 @@ $(RootNamespace) - Cognify - Elisa Servidio, Dimitrios Tsapetis, Alexandros Kritikos, Stefanos Katsikas, Katerina Pouspourika, Antonia Tsatsouli + Kritikos IO + Alexandros Kritikos $([System.DateTime]::Now.ToString(yyyy)) Copyright © 2017-$(CurrentYear) Kritikos IO. All rights reserved. - Copyright © 2024-$(CurrentYear) Cognify. All rights reserved. icon.png README.md true diff --git a/README.md b/README.md index de1897c..a6ad528 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,11 @@ A starting point for new .NET projects, based on opinionated rules. ## Getting started 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 fetch --all - git merge template/main --allow-unrelated-histories - ``` + ```bash + git remote add template https://github.com/kritikos-io/templates-dotnet + git fetch --all + git merge template/main --allow-unrelated-histories + ``` 1. Do this as soon as possible, as the unrelated histories flag will lead to a few conflicts that you will need to resolve manually. 1. Afterwards, you can pull future changes using ```bash @@ -53,4 +53,4 @@ OpenAPI documents generated at build time are validated using [Spectral]. Config [Central Package Management]: https://learn.microsoft.com/en-us/nuget/consume-packages/central-package-management [Entity Framework Core MSBuild integration]: https://learn.microsoft.com/en-us/ef/core/cli/msbuild -[Spectral]: https://github.com/stoplightio/spectral \ No newline at end of file +[Spectral]: https://github.com/stoplightio/spectral