Skip to content

Commit b0474c5

Browse files
committed
[ClientSDKs/C#] Fixed some project properties
1 parent ff4973c commit b0474c5

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/nuget-pack.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ jobs:
3333
tag_name="${GITHUB_REF##*/}"
3434
hub release edit $(find ./DelveClientSDK/bin/Release -type f -name "DelveClientSDK.*.nupkg" -printf "-a %p ") -m "" "$tag_name"
3535
36-
- name: Add private GitHub registry to NuGet
37-
run: dotnet nuget add source https://nuget.pkg.github.com/RelationalAI-oss/index.json -n GPR -u RelationalAI-oss -p ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text
38-
3936
- name: Install gpr tool
4037
run: dotnet tool install gpr -g
4138

DelveClientSDK/DelveClientSDK.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<EmbedUntrackedSources>true</EmbedUntrackedSources>
1212
<IncludeSymbols>true</IncludeSymbols>
1313
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
14-
<RepositoryUrl>https://github.com/RelationalAI-oss/DelveClientSDK</RepositoryUrl>
15-
<PackageProjectUrl>https://github.com/RelationalAI-oss/DelveClientSDK</PackageProjectUrl>
14+
<RepositoryUrl>https://github.com/RelationalAI-oss/DelveCSharpClientSDK</RepositoryUrl>
15+
<PackageProjectUrl>https://github.com/RelationalAI-oss/DelveCSharpClientSDK</PackageProjectUrl>
1616
<Description>
1717
This is the Delve C# client SDK and you can use it to connect to the RelationalAI infrastructure.
1818
</Description>

0 commit comments

Comments
 (0)