Skip to content

Commit 12f1b78

Browse files
Copilotarturcic
andcommitted
fix: format CONTRIBUTING.md table and add missing System.Text using directive
Co-authored-by: arturcic <1760506+arturcic@users.noreply.github.com>
1 parent 494021c commit 12f1b78

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

CONTRIBUTING.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -164,13 +164,13 @@ publisher entry covers every package pushed by the same workflow run.
164164
**Trusted Publishers**).
165165
3. Click **Add trusted publisher** and fill in the following fields:
166166

167-
| Field | Value |
168-
|---|---|
169-
| **Publisher type** | GitHub Actions |
170-
| **Owner** | `GitTools` |
171-
| **Repository** | `GitVersion` |
172-
| **Workflow file name** | `ci.yml` |
173-
| **Environment** | *(leave blank)* |
167+
| Field | Value |
168+
|------------------------|-----------------|
169+
| **Publisher type** | GitHub Actions |
170+
| **Owner** | `GitTools` |
171+
| **Repository** | `GitVersion` |
172+
| **Workflow file name** | `ci.yml` |
173+
| **Environment** | *(leave blank)* |
174174

175175
4. Click **Add** to save the entry.
176176

build/publish/Tasks/PublishNuget.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
using System.Net.Http.Headers;
2+
using System.Text;
23
using System.Text.Json;
34
using Cake.Common.Tools.DotNet.NuGet.Push;
45
using Common.Utilities;

0 commit comments

Comments
 (0)