Skip to content

Commit

Permalink
Merge pull request #134 from microsoft/vpl/upgrade-sdk
Browse files Browse the repository at this point in the history
Upgrade Kusto.Data SDK
  • Loading branch information
vplauzon authored May 11, 2023
2 parents c35d69e + 280cb81 commit 7bf959c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/DeltaKustoLib/DeltaKustoLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Azure.Kusto.Language" Version="11.3.0" />
<PackageReference Include="Microsoft.Azure.Kusto.Language" Version="11.3.1" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion code/delta-kusto/delta-kusto.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFramework>net7.0</TargetFramework>
<RootNamespace>delta_kusto</RootNamespace>
<Nullable>enable</Nullable>
<Version>0.13.0</Version>
<Version>0.13.1</Version>
<!-- Avoid having each library being trimmed (instead of only opt-in ones) -->
<TrimMode>partial</TrimMode>
<!-- Important to avoid the trimming warning hell ; since we automate-test everything, we do not need static analysis -->
Expand Down

0 comments on commit 7bf959c

Please sign in to comment.