Skip to content

Commit 36585a2

Browse files
authored
Updated the packages to use GovUK.Dfe prefix (#72)
* Updated the packages to use GovUK.Dfe prefix * Updated to deploy to Nuget.org
1 parent 53ef05f commit 36585a2

272 files changed

Lines changed: 911 additions & 881 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.

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# Set default behavior to automatically normalize line endings.
33
###############################################################################
44
* text=auto
5+
*.cs text working-tree-encoding=UTF-8
56

67
###############################################################################
78
# Set default behavior for command prompt diff.
Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
name: CI & Pack DfE.CoreLibs.AsyncProcessing
1+
name: CI & Pack GovUK.Dfe.CoreLibs.AsyncProcessing
22

33
on:
44
push:
55
branches: [ main ]
66
paths:
7-
- "src/DfE.CoreLibs.AsyncProcessing/**"
7+
- "src/GovUK.Dfe.CoreLibs.AsyncProcessing/**"
88
pull_request:
99
branches: [ main ]
1010
paths:
11-
- "src/DfE.CoreLibs.AsyncProcessing/**"
11+
- "src/GovUK.Dfe.CoreLibs.AsyncProcessing/**"
1212

1313
jobs:
1414
build-and-test:
1515
uses: ./.github/workflows/build-test-template.yml
1616
with:
17-
project_name: DfE.CoreLibs.AsyncProcessing
18-
project_path: src/DfE.CoreLibs.AsyncProcessing
17+
project_name: GovUK.Dfe.CoreLibs.AsyncProcessing
18+
project_path: src/GovUK.Dfe.CoreLibs.AsyncProcessing
1919
secrets:
2020
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
2121

@@ -24,5 +24,7 @@ jobs:
2424
if: needs.build-and-test.result == 'success'
2525
uses: ./.github/workflows/pack-template.yml
2626
with:
27-
project_name: DfE.CoreLibs.AsyncProcessing
28-
project_path: src/DfE.CoreLibs.AsyncProcessing/DfE.CoreLibs.AsyncProcessing.csproj
27+
project_name: GovUK.Dfe.CoreLibs.AsyncProcessing
28+
project_path: src/GovUK.Dfe.CoreLibs.AsyncProcessing/GovUK.Dfe.CoreLibs.AsyncProcessing.csproj
29+
secrets:
30+
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
name: CI & Pack DfE.CoreLibs.Caching
1+
name: CI & Pack GovUK.Dfe.CoreLibs.Caching
22

33
on:
44
push:
55
branches: [ main ]
66
paths:
7-
- "src/DfE.CoreLibs.Caching/**"
7+
- "src/GovUK.Dfe.CoreLibs.Caching/**"
88
pull_request:
99
branches: [ main ]
1010
paths:
11-
- "src/DfE.CoreLibs.Caching/**"
11+
- "src/GovUK.Dfe.CoreLibs.Caching/**"
1212

1313
jobs:
1414
build-and-test:
1515
uses: ./.github/workflows/build-test-template.yml
1616
with:
17-
project_name: DfE.CoreLibs.Caching
18-
project_path: src/DfE.CoreLibs.Caching
17+
project_name: GovUK.Dfe.CoreLibs.Caching
18+
project_path: src/GovUK.Dfe.CoreLibs.Caching
1919
secrets:
2020
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
2121

@@ -24,5 +24,7 @@ jobs:
2424
if: needs.build-and-test.result == 'success'
2525
uses: ./.github/workflows/pack-template.yml
2626
with:
27-
project_name: DfE.CoreLibs.Caching
28-
project_path: src/DfE.CoreLibs.Caching/DfE.CoreLibs.Caching.csproj
27+
project_name: GovUK.Dfe.CoreLibs.Caching
28+
project_path: src/GovUK.Dfe.CoreLibs.Caching/GovUK.Dfe.CoreLibs.Caching.csproj
29+
secrets:
30+
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
name: CI & Pack DfE.CoreLibs.Contracts
1+
name: CI & Pack GovUK.Dfe.CoreLibs.Contracts
22

33
on:
44
push:
55
branches: [ main ]
66
paths:
7-
- "src/DfE.CoreLibs.Contracts/**"
7+
- "src/GovUK.Dfe.CoreLibs.Contracts/**"
88
pull_request:
99
branches: [ main ]
1010
paths:
11-
- "src/DfE.CoreLibs.Contracts/**"
11+
- "src/GovUK.Dfe.CoreLibs.Contracts/**"
1212

1313
jobs:
1414
build-and-test:
1515
uses: ./.github/workflows/build-test-template.yml
1616
with:
17-
project_name: DfE.CoreLibs.Contracts
18-
project_path: src/DfE.CoreLibs.Contracts
17+
project_name: GovUK.Dfe.CoreLibs.Contracts
18+
project_path: src/GovUK.Dfe.CoreLibs.Contracts
1919
run_tests: false
2020
secrets:
2121
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
@@ -25,5 +25,7 @@ jobs:
2525
if: needs.build-and-test.result == 'success'
2626
uses: ./.github/workflows/pack-template.yml
2727
with:
28-
project_name: DfE.CoreLibs.Contracts
29-
project_path: src/DfE.CoreLibs.Contracts/DfE.CoreLibs.Contracts.csproj
28+
project_name: GovUK.Dfe.CoreLibs.Contracts
29+
project_path: src/GovUK.Dfe.CoreLibs.Contracts/GovUK.Dfe.CoreLibs.Contracts.csproj
30+
secrets:
31+
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
name: CI & Pack DfE.CoreLibs.FileStorage
1+
name: CI & Pack GovUK.Dfe.CoreLibs.FileStorage
22

33
on:
44
push:
55
branches: [ main ]
66
paths:
7-
- "src/DfE.CoreLibs.FileStorage/**"
7+
- "src/GovUK.Dfe.CoreLibs.FileStorage/**"
88
pull_request:
99
branches: [ main ]
1010
paths:
11-
- "src/DfE.CoreLibs.FileStorage/**"
11+
- "src/GovUK.Dfe.CoreLibs.FileStorage/**"
1212

1313
jobs:
1414
build-and-test:
1515
uses: ./.github/workflows/build-test-template.yml
1616
with:
17-
project_name: DfE.CoreLibs.FileStorage
18-
project_path: src/DfE.CoreLibs.FileStorage
17+
project_name: GovUK.Dfe.CoreLibs.FileStorage
18+
project_path: src/GovUK.Dfe.CoreLibs.FileStorage
1919
secrets:
2020
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
2121

@@ -24,5 +24,7 @@ jobs:
2424
if: needs.build-and-test.result == 'success'
2525
uses: ./.github/workflows/pack-template.yml
2626
with:
27-
project_name: DfE.CoreLibs.FileStorage
28-
project_path: src/DfE.CoreLibs.FileStorage/DfE.CoreLibs.FileStorage.csproj
27+
project_name: GovUK.Dfe.CoreLibs.FileStorage
28+
project_path: src/GovUK.Dfe.CoreLibs.FileStorage/GovUK.Dfe.CoreLibs.FileStorage.csproj
29+
secrets:
30+
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
name: CI & Pack DfE.CoreLibs.Http
1+
name: CI & Pack GovUK.Dfe.CoreLibs.Http
22

33
on:
44
push:
55
branches: [ main ]
66
paths:
7-
- "src/DfE.CoreLibs.Http/**"
7+
- "src/GovUK.Dfe.CoreLibs.Http/**"
88
pull_request:
99
branches: [ main ]
1010
paths:
11-
- "src/DfE.CoreLibs.Http/**"
11+
- "src/GovUK.Dfe.CoreLibs.Http/**"
1212

1313
jobs:
1414
build-and-test:
1515
uses: ./.github/workflows/build-test-template.yml
1616
with:
17-
project_name: DfE.CoreLibs.Http
18-
project_path: src/DfE.CoreLibs.Http
17+
project_name: GovUK.Dfe.CoreLibs.Http
18+
project_path: src/GovUK.Dfe.CoreLibs.Http
1919
secrets:
2020
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
2121

@@ -24,5 +24,7 @@ jobs:
2424
if: needs.build-and-test.result == 'success'
2525
uses: ./.github/workflows/pack-template.yml
2626
with:
27-
project_name: DfE.CoreLibs.Http
28-
project_path: src/DfE.CoreLibs.Http/DfE.CoreLibs.Http.csproj
27+
project_name: GovUK.Dfe.CoreLibs.Http
28+
project_path: src/GovUK.Dfe.CoreLibs.Http/GovUK.Dfe.CoreLibs.Http.csproj
29+
secrets:
30+
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
name: CI & Pack DfE.CoreLibs.Notifications
1+
name: CI & Pack GovUK.Dfe.CoreLibs.Notifications
22

33
on:
44
push:
55
branches: [ main ]
66
paths:
7-
- "src/DfE.CoreLibs.Notifications/**"
7+
- "src/GovUK.Dfe.CoreLibs.Notifications/**"
88
pull_request:
99
branches: [ main ]
1010
paths:
11-
- "src/DfE.CoreLibs.Notifications/**"
11+
- "src/GovUK.Dfe.CoreLibs.Notifications/**"
1212

1313
jobs:
1414
build-and-test:
1515
uses: ./.github/workflows/build-test-template.yml
1616
with:
17-
project_name: DfE.CoreLibs.Notifications
18-
project_path: src/DfE.CoreLibs.Notifications
17+
project_name: GovUK.Dfe.CoreLibs.Notifications
18+
project_path: src/GovUK.Dfe.CoreLibs.Notifications
1919
run_tests: true
2020
secrets:
2121
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
@@ -25,5 +25,7 @@ jobs:
2525
if: needs.build-and-test.result == 'success'
2626
uses: ./.github/workflows/pack-template.yml
2727
with:
28-
project_name: DfE.CoreLibs.Notifications
29-
project_path: src/DfE.CoreLibs.Notifications/DfE.CoreLibs.Notifications.csproj
28+
project_name: GovUK.Dfe.CoreLibs.Notifications
29+
project_path: src/GovUK.Dfe.CoreLibs.Notifications/GovUK.Dfe.CoreLibs.Notifications.csproj
30+
secrets:
31+
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
name: CI & Pack DfE.CoreLibs.Security
1+
name: CI & Pack GovUK.Dfe.CoreLibs.Security
22

33
on:
44
push:
55
branches: [ main ]
66
paths:
7-
- "src/DfE.CoreLibs.Security/**"
7+
- "src/GovUK.Dfe.CoreLibs.Security/**"
88
pull_request:
99
branches: [ main ]
1010
paths:
11-
- "src/DfE.CoreLibs.Security/**"
11+
- "src/GovUK.Dfe.CoreLibs.Security/**"
1212

1313

1414
jobs:
1515
build-and-test:
1616
uses: ./.github/workflows/build-test-template.yml
1717
with:
18-
project_name: DfE.CoreLibs.Security
19-
project_path: src/DfE.CoreLibs.Security
18+
project_name: GovUK.Dfe.CoreLibs.Security
19+
project_path: src/GovUK.Dfe.CoreLibs.Security
2020
secrets:
2121
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
2222

@@ -25,5 +25,7 @@ jobs:
2525
if: needs.build-and-test.result == 'success'
2626
uses: ./.github/workflows/pack-template.yml
2727
with:
28-
project_name: DfE.CoreLibs.Security
29-
project_path: src/DfE.CoreLibs.Security/DfE.CoreLibs.Security.csproj
28+
project_name: GovUK.Dfe.CoreLibs.Security
29+
project_path: src/GovUK.Dfe.CoreLibs.Security/GovUK.Dfe.CoreLibs.Security.csproj
30+
secrets:
31+
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
name: CI & Pack DfE.CoreLibs.Testing
1+
name: CI & Pack GovUK.Dfe.CoreLibs.Testing
22

33
on:
44
push:
55
branches: [ main ]
66
paths:
7-
- "src/DfE.CoreLibs.Testing/**"
7+
- "src/GovUK.Dfe.CoreLibs.Testing/**"
88
pull_request:
99
branches: [ main ]
1010
paths:
11-
- "src/DfE.CoreLibs.Testing/**"
11+
- "src/GovUK.Dfe.CoreLibs.Testing/**"
1212

1313
jobs:
1414
build-and-test:
1515
uses: ./.github/workflows/build-test-template.yml
1616
with:
17-
project_name: DfE.CoreLibs.Testing
18-
project_path: src/DfE.CoreLibs.Testing
17+
project_name: GovUK.Dfe.CoreLibs.Testing
18+
project_path: src/GovUK.Dfe.CoreLibs.Testing
1919
run_tests: false
2020
secrets:
2121
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
@@ -25,5 +25,7 @@ jobs:
2525
if: needs.build-and-test.result == 'success'
2626
uses: ./.github/workflows/pack-template.yml
2727
with:
28-
project_name: DfE.CoreLibs.Testing
29-
project_path: src/DfE.CoreLibs.Testing/DfE.CoreLibs.Testing.csproj
28+
project_name: GovUK.Dfe.CoreLibs.Testing
29+
project_path: src/GovUK.Dfe.CoreLibs.Testing/GovUK.Dfe.CoreLibs.Testing.csproj
30+
secrets:
31+
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
name: CI & Pack DfE.CoreLibs.TestPackage
1+
name: CI & Pack GovUK.Dfe.CoreLibs.TestPackage
22

33
on:
44
push:
55
branches: [ main ]
66
paths:
7-
- "src/DfE.CoreLibs.TestPackage/**"
7+
- "src/GovUK.Dfe.CoreLibs.TestPackage/**"
88
pull_request:
99
branches: [ main ]
1010
paths:
11-
- "src/DfE.CoreLibs.TestPackage/**"
11+
- "src/GovUK.Dfe.CoreLibs.TestPackage/**"
1212

1313
jobs:
1414
build-and-test:
1515
uses: ./.github/workflows/build-test-template.yml
1616
with:
17-
project_name: DfE.CoreLibs.TestPackage
18-
project_path: src/DfE.CoreLibs.TestPackage
17+
project_name: GovUK.Dfe.CoreLibs.TestPackage
18+
project_path: src/GovUK.Dfe.CoreLibs.TestPackage
1919
run_tests: false
2020
secrets:
2121
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
@@ -25,5 +25,7 @@ jobs:
2525
if: needs.build-and-test.result == 'success'
2626
uses: ./.github/workflows/pack-template.yml
2727
with:
28-
project_name: DfE.CoreLibs.TestPackage
29-
project_path: src/DfE.CoreLibs.TestPackage/DfE.CoreLibs.TestPackage.csproj
28+
project_name: GovUK.Dfe.CoreLibs.TestPackage
29+
project_path: src/GovUK.Dfe.CoreLibs.TestPackage/GovUK.Dfe.CoreLibs.TestPackage.csproj
30+
secrets:
31+
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}

0 commit comments

Comments
 (0)