Skip to content

Commit

Permalink
v1.0.1 update FreeRedis version
Browse files Browse the repository at this point in the history
  • Loading branch information
2881099 committed Sep 6, 2022
1 parent 3687c9b commit 21b78c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 20 deletions.
4 changes: 2 additions & 2 deletions FreeIM/FreeIM.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net45</TargetFrameworks>
<Version>1.0.0</Version>
<Version>1.0.1</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>YeXiangQin</Authors>
<Description>.NET websocket 实现简易、高性能、集群即时通讯组件,支持点对点通讯、群聊通讯、上线下线事件消息等众多实用性功能.</Description>
Expand All @@ -23,7 +23,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="FreeRedis" Version="0.6.5" />
<PackageReference Include="FreeRedis" Version="0.6.6" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
<PackageReference Include="System.Memory" Version="4.5.5" />
Expand Down
18 changes: 0 additions & 18 deletions FreeIM/FreeIM.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 21b78c5

Please sign in to comment.