Skip to content

Commit be23567

Browse files
cuno92Tan Hoangthangchung
authored
Remove private nuget feed (#17)
Co-authored-by: Tan Hoang <tan.hoang@devsoft.vn> Co-authored-by: Thang Chung <thangchung@ymail.com>
1 parent 2c54749 commit be23567

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,14 +259,15 @@ Reference to https://github.com/Sairyss/domain-driven-hexagon
259259
# 🎇 Starting the APIs
260260

261261
```
262+
$ cd samples
262263
$ tye run
263264
```
264265

265266
- Public Apis:
266267

267268
> Tye Dashboard: [http://localhost:8000](http://localhost:8000)
268269
>
269-
> Play around at [restclient.http](restclient.http)
270+
> Play around at [restclient.http](samples/restclient.http)
270271
271272
<table>
272273
<thead>
@@ -450,4 +451,4 @@ public class OutboxEntity
450451
- https://github.com/alibaba/COLA
451452
- [Ant Design Components](https://ant.design/components/overview)
452453
- [C4 PlaintUML Model](https://github.com/plantuml-stdlib/C4-PlantUML/blob/master/samples/C4CoreDiagrams.md)
453-
- [Real world PlantUML](https://real-world-plantuml.com)
454+
- [Real world PlantUML](https://real-world-plantuml.com)

nuget.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<packageSources>
44
<clear />
55
<add key="NuGet.org" value="https://api.nuget.org/v3/index.json" />
66
<!-- <add key="dotnet6" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json" /> -->
7-
<add key="github" value="https://nuget.pkg.github.com/thangchung/index.json" />
7+
<!-- <add key="github" value="https://nuget.pkg.github.com/thangchung/index.json" /> -->
88
</packageSources>
99
</configuration>

0 commit comments

Comments
 (0)