Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

# Unreleased
* Updated package configuration to publish README to nuget.org with the next release.

# v0.9.15-alpha
* Increased the auth token expiration buffer from 5s to 60s.

Expand Down
7 changes: 4 additions & 3 deletions RelationalAI/RelationalAI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,21 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<RepositoryUrl>https://github.com/RelationalAI/rai-sdk-csharp</RepositoryUrl>
<PackageProjectUrl>https://github.com/RelationalAI/rai-sdk-csharp</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Description>
This is the RelationalAI C# client SDK and you can use it to connect to the RelationalAI infrastructure.
</Description>
<CodeAnalysisRuleSet>.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>

<ItemGroup>
<None Include="..\README.md" Pack="true" PackagePath="\"/>
</ItemGroup>
<ItemGroup>
<None Remove=".stylecop.json" />
</ItemGroup>

<ItemGroup>
<AdditionalFiles Include=".stylecop.json" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="ini-parser-netstandard" Version="2.5.2" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="3.1.2" />
Expand Down