Skip to content

Commit

Permalink
bump sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
deleteLater committed Dec 20, 2023
1 parent 8a12027 commit 91d36ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/ConsoleApp/ConsoleApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="FeatBit.ServerSdk" Version="1.1.3"/>
<PackageReference Include="FeatBit.ServerSdk" Version="1.1.4"/>
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="6.0.0"/>
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion examples/WebApiApp/WebApiApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="FeatBit.ServerSdk" Version="1.1.3"/>
<PackageReference Include="FeatBit.ServerSdk" Version="1.1.4"/>
</ItemGroup>

<!--
Expand Down

0 comments on commit 91d36ad

Please sign in to comment.