Skip to content

Commit 50189e2

Browse files
committed
Add maintainers.md
1 parent a718d60 commit 50189e2

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

Unidecode.NET.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
99
ProjectSection(SolutionItems) = preProject
1010
.editorconfig = .editorconfig
1111
LICENSE = LICENSE
12+
maintainers.md = maintainers.md
1213
readme.md = readme.md
1314
EndProjectSection
1415
EndProject

maintainers.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Publishing a new version:
2+
3+
```
4+
> dotnet pack --configuration Release --output ./nupkgs
5+
> dotnet nuget push Unidecode.NET.2.2.1.nupkg --api-key <API_KEY> --source https://api.nuget.org/v3/index.json
6+
```

0 commit comments

Comments
 (0)