Skip to content

Commit

Permalink
Bump sdk-dotnet version to 0.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 4, 2024
1 parent aea1d66 commit ee4eec0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions sdk-dotnet/src/Inferable.csproj
Original file line number Diff line number Diff line change
@@ -1,22 +1,19 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>

<PackageId>Inferable</PackageId>
<Version>0.0.15</Version>
<Version>0.0.16</Version>
<Authors>Inferable</Authors>
<Company>Inferable</Company>
<Description>Client library for interacting with the Inferable API</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://inferable.ai</PackageProjectUrl>
<RepositoryUrl>https://github.com/inferablehq/inferable/sdk-dotnet</RepositoryUrl>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" />
<PackageReference Include="NJsonSchema" Version="11.0.2" />
</ItemGroup>
</Project>
</Project>

0 comments on commit ee4eec0

Please sign in to comment.