Skip to content

Commit b1dfe55

Browse files
authored
rename KK to CZ
1 parent 542ba50 commit b1dfe55

93 files changed

Lines changed: 128 additions & 128 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.vscode/launch.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"type": "coreclr",
1010
"request": "launch",
1111
"preLaunchTask": "build",
12-
"program": "${workspaceFolder}/samples/KK.AspNetCore.EasyAuthAuthentication.Samples.Web/bin/Debug/netcoreapp3.1/KK.AspNetCore.EasyAuthAuthentication.Samples.Web.dll",
12+
"program": "${workspaceFolder}/samples/CZ.AspNetCore.EasyAuthAuthentication.Samples.Web/bin/Debug/netcoreapp3.1/CZ.AspNetCore.EasyAuthAuthentication.Samples.Web.dll",
1313
"args": [],
14-
"cwd": "${workspaceFolder}/samples/KK.AspNetCore.EasyAuthAuthentication.Samples.Web",
14+
"cwd": "${workspaceFolder}/samples/CZ.AspNetCore.EasyAuthAuthentication.Samples.Web",
1515
"stopAtEntry": false,
1616
"internalConsoleOptions": "openOnSessionStart",
1717
"launchBrowser": {

.vscode/tasks.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"type": "process",
1010
"args": [
1111
"build",
12-
"${workspaceFolder}/samples/KK.AspNetCore.EasyAuthAuthentication.Samples.Web/KK.AspNetCore.EasyAuthAuthentication.Samples.Web.csproj"
12+
"${workspaceFolder}/samples/CZ.AspNetCore.EasyAuthAuthentication.Samples.Web/CZ.AspNetCore.EasyAuthAuthentication.Samples.Web.csproj"
1313
],
1414
"problemMatcher": "$msCompile",
1515
"group": {
@@ -26,7 +26,7 @@
2626
"env": {
2727
"ASPNETCORE_ENVIRONMENT": "Production"
2828
},
29-
"cwd": "${workspaceFolder}/src/KK.AspNetCore.EasyAuthAuthentication.Samples.Web"
29+
"cwd": "${workspaceFolder}/src/CZ.AspNetCore.EasyAuthAuthentication.Samples.Web"
3030
},
3131
"problemMatcher": []
3232
}

KK.AspNetCore.EasyAuthAuthentication.code-workspace renamed to CZ.AspNetCore.EasyAuthAuthentication.code-workspace

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
"folders": [
44
{
55
"name": "EasyAuth Middleware",
6-
"path": "./src/KK.AspNetCore.EasyAuthAuthentication"
6+
"path": "./src/CZ.AspNetCore.EasyAuthAuthentication"
77
},
88
{
99
"name": "Tests",
10-
"path": "./test/KK.AspNetCore.EasyAuthAuthentication.Test"
10+
"path": "./test/CZ.AspNetCore.EasyAuthAuthentication.Test"
1111
},
1212
{
1313
"name": "EasyAuth Middleware Sample Web",
14-
"path": "./samples/KK.AspNetCore.EasyAuthAuthentication.Samples.Web"
14+
"path": "./samples/CZ.AspNetCore.EasyAuthAuthentication.Samples.Web"
1515
},
1616
{
1717
"name": "EasyAuth Middleware Sample Client",
18-
"path": "./samples/KK.AspNetCore.EasyAuthAuthentication.Samples.Client"
18+
"path": "./samples/CZ.AspNetCore.EasyAuthAuthentication.Samples.Client"
1919
},
2020
{
2121
"name": "Vscode Build Debug",
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ VisualStudioVersion = 16.0.29021.104
44
MinimumVisualStudioVersion = 15.0.26124.0
55
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{5D09A785-6509-4FA8-8394-DB761ECFC353}"
66
EndProject
7-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KK.AspNetCore.EasyAuthAuthentication", "src\KK.AspNetCore.EasyAuthAuthentication\KK.AspNetCore.EasyAuthAuthentication.csproj", "{70FFE5C2-8F7C-49E0-9C31-DB713BA66B8B}"
7+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CZ.AspNetCore.EasyAuthAuthentication", "src\CZ.AspNetCore.EasyAuthAuthentication\CZ.AspNetCore.EasyAuthAuthentication.csproj", "{70FFE5C2-8F7C-49E0-9C31-DB713BA66B8B}"
88
EndProject
99
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{215B89CF-8087-48EF-ACDE-995AEE744BF2}"
1010
ProjectSection(SolutionItems) = preProject
@@ -17,18 +17,18 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1717
EndProject
1818
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{61A3BCF5-B88D-4B1A-B75B-0FAAAD64B5EE}"
1919
EndProject
20-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KK.AspNetCore.EasyAuthAuthentication.Test", "test\KK.AspNetCore.EasyAuthAuthentication.Test\KK.AspNetCore.EasyAuthAuthentication.Test.csproj", "{14E614F4-F9AD-4366-8655-25BA022DF2F9}"
20+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CZ.AspNetCore.EasyAuthAuthentication.Test", "test\CZ.AspNetCore.EasyAuthAuthentication.Test\CZ.AspNetCore.EasyAuthAuthentication.Test.csproj", "{14E614F4-F9AD-4366-8655-25BA022DF2F9}"
2121
EndProject
2222
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{D2C7C51D-6374-45F1-9720-BD2AB72A5985}"
2323
ProjectSection(SolutionItems) = preProject
24-
build\KK.AspNetCore.EasyAuthAuthentication.yaml = build\KK.AspNetCore.EasyAuthAuthentication.yaml
24+
build\CZ.AspNetCore.EasyAuthAuthentication.yaml = build\CZ.AspNetCore.EasyAuthAuthentication.yaml
2525
EndProjectSection
2626
EndProject
2727
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{5BFA66A2-D17F-4D6B-B42C-31A47EAB6995}"
2828
EndProject
29-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KK.AspNetCore.EasyAuthAuthentication.Samples.Client", "samples\KK.AspNetCore.EasyAuthAuthentication.Samples.Client\KK.AspNetCore.EasyAuthAuthentication.Samples.Client.csproj", "{ABE0D857-5552-4A77-9BB3-0386B9A06DD7}"
29+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CZ.AspNetCore.EasyAuthAuthentication.Samples.Client", "samples\CZ.AspNetCore.EasyAuthAuthentication.Samples.Client\CZ.AspNetCore.EasyAuthAuthentication.Samples.Client.csproj", "{ABE0D857-5552-4A77-9BB3-0386B9A06DD7}"
3030
EndProject
31-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KK.AspNetCore.EasyAuthAuthentication.Samples.Web", "samples\KK.AspNetCore.EasyAuthAuthentication.Samples.Web\KK.AspNetCore.EasyAuthAuthentication.Samples.Web.csproj", "{ECDD0707-BC69-424F-AA74-CE062A7988D1}"
31+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CZ.AspNetCore.EasyAuthAuthentication.Samples.Web", "samples\CZ.AspNetCore.EasyAuthAuthentication.Samples.Web\CZ.AspNetCore.EasyAuthAuthentication.Samples.Web.csproj", "{ECDD0707-BC69-424F-AA74-CE062A7988D1}"
3232
EndProject
3333
Global
3434
GlobalSection(SolutionConfigurationPlatforms) = preSolution

README.md

Lines changed: 11 additions & 11 deletions

pipelines/KK.AspNetCore.EasyAuthAuthentication.yaml renamed to pipelines/CZ.AspNetCore.EasyAuthAuthentication.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ variables:
2121
# Disable sending usage data to Microsoft
2222
DOTNET_CLI_TELEMETRY_OPTOUT: true
2323
BuildConfiguration: 'Release'
24-
Project: '$(Build.SourcesDirectory)/src/KK.AspNetCore.EasyAuthAuthentication/KK.AspNetCore.EasyAuthAuthentication.csproj'
25-
ProjectFolder: '$(Build.SourcesDirectory)/src/KK.AspNetCore.EasyAuthAuthentication'
24+
Project: '$(Build.SourcesDirectory)/src/CZ.AspNetCore.EasyAuthAuthentication/CZ.AspNetCore.EasyAuthAuthentication.csproj'
25+
ProjectFolder: '$(Build.SourcesDirectory)/src/CZ.AspNetCore.EasyAuthAuthentication'
2626
GitVersion: '5.1.3'
2727

2828
name: $(Year:yy)$(DayOfYear)$(Rev:rr)
@@ -78,7 +78,7 @@ stages:
7878
parameters:
7979
name: 'PR'
8080
condition: and(succeeded(), eq(variables['Build.Reason'], 'PullRequest'))
81-
buildProperties: 'VersionPrefix=$(GitVersion_MajorMinorPatch);VersionSuffix=pre-$(Build.BuildNumber);PackageId=PR-$(System.PullRequest.pullRequestNumber)-KK.AspNetCore.EasyAuthAuthentication'
81+
buildProperties: 'VersionPrefix=$(GitVersion_MajorMinorPatch);VersionSuffix=pre-$(Build.BuildNumber);PackageId=PR-$(System.PullRequest.pullRequestNumber)-CZ.AspNetCore.EasyAuthAuthentication'
8282

8383
- template: templates/NuGet.Pack.yaml
8484
parameters:

samples/KK.AspNetCore.EasyAuthAuthentication.Samples.Client/KK.AspNetCore.EasyAuthAuthentication.Samples.Client.csproj renamed to samples/CZ.AspNetCore.EasyAuthAuthentication.Samples.Client/CZ.AspNetCore.EasyAuthAuthentication.Samples.Client.csproj

File renamed without changes.

samples/KK.AspNetCore.EasyAuthAuthentication.Samples.Client/Program.cs renamed to samples/CZ.AspNetCore.EasyAuthAuthentication.Samples.Client/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
namespace KK.AspNetCore.EasyAuthAuthentication.Samples.Webs.Client
1+
namespace CZ.AspNetCore.EasyAuthAuthentication.Samples.Webs.Client
22
{
33
using System;
44
using System.IO;

samples/KK.AspNetCore.EasyAuthAuthentication.Samples.Web/.gitignore renamed to samples/CZ.AspNetCore.EasyAuthAuthentication.Samples.Web/.gitignore

File renamed without changes.

samples/KK.AspNetCore.EasyAuthAuthentication.Samples.Web/KK.AspNetCore.EasyAuthAuthentication.Samples.Web.csproj renamed to samples/CZ.AspNetCore.EasyAuthAuthentication.Samples.Web/CZ.AspNetCore.EasyAuthAuthentication.Samples.Web.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</ItemGroup>
1919

2020
<ItemGroup>
21-
<ProjectReference Include="..\..\src\KK.AspNetCore.EasyAuthAuthentication\KK.AspNetCore.EasyAuthAuthentication.csproj" />
21+
<ProjectReference Include="..\..\src\CZ.AspNetCore.EasyAuthAuthentication\CZ.AspNetCore.EasyAuthAuthentication.csproj" />
2222
</ItemGroup>
2323

2424
<ItemGroup>

0 commit comments

Comments
 (0)