Skip to content

Commit

Permalink
release v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
deleteLater committed Mar 14, 2023
1 parent d8fd1fb commit 9fae80b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion examples/ConsoleApp/ConsoleApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,14 @@
</PropertyGroup>

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

<!--
<ItemGroup>
<ProjectReference Include="..\..\src\FeatBit.ServerSdk\FeatBit.ServerSdk.csproj"/>
</ItemGroup>
-->

</Project>
4 changes: 2 additions & 2 deletions src/FeatBit.ServerSdk/FeatBit.ServerSdk.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<PackageVersion>1.0.2</PackageVersion>
<PackageVersion>1.0.3</PackageVersion>
<TargetFrameworks>netstandard2.0;netstandard2.1;netcoreapp3.1;net6.0;net462</TargetFrameworks>
<DebugType>portable</DebugType>
<AssemblyName>FeatBit.ServerSdk</AssemblyName>
Expand Down Expand Up @@ -37,7 +37,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.IO.Pipelines" Version="6.0.3"/>
<PackageReference Include="System.IO.Pipelines" Version="6.0.0"/>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="6.0.0"/>
</ItemGroup>

Expand Down

0 comments on commit 9fae80b

Please sign in to comment.