Skip to content

Commit

Permalink
release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
deleteLater committed Mar 21, 2023
1 parent 235efd0 commit a15c58f
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.0.3"/>
<PackageReference Include="FeatBit.ServerSdk" Version="1.1.0"/>
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="6.0.0"/>
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion 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.3</PackageVersion>
<PackageVersion>1.1.0</PackageVersion>
<TargetFrameworks>netstandard2.0;netstandard2.1;netcoreapp3.1;net6.0;net462</TargetFrameworks>
<DebugType>portable</DebugType>
<AssemblyName>FeatBit.ServerSdk</AssemblyName>
Expand Down

0 comments on commit a15c58f

Please sign in to comment.