Skip to content

Commit

Permalink
0.2.0/0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
b11p committed Oct 4, 2021
1 parent 3fcde6c commit 2e3f6a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Sisters.WudiLib.WebSocket/Sisters.WudiLib.WebSocket.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFrameworks>netcoreapp2.1</TargetFrameworks>
<LangVersion>latest</LangVersion>
<Version>0.2.0-beta9</Version>
<Version>0.2.1</Version>
<Authors>bleatingsheep</Authors>
<Copyright>bleatingsheep</Copyright>
<Company>bleatingsheep</Company>
Expand All @@ -19,7 +19,7 @@
</PropertyGroup>

<ItemGroup Condition="'$(Configuration)'=='Release'">
<PackageReference Include="Sisters.WudiLib" Version="0.2.0-beta9" />
<PackageReference Include="Sisters.WudiLib" Version="0.2.0" />
</ItemGroup>

<ItemGroup Condition="'$(Configuration)'=='Debug'">
Expand Down
2 changes: 1 addition & 1 deletion Sisters.WudiLib/Sisters.WudiLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<LangVersion>latest</LangVersion>
<Version>0.2.0-beta9</Version>
<Version>0.2.0</Version>
<Authors>bleatingsheep</Authors>
<Copyright>bleatingsheep</Copyright>
<Company>bleatingsheep</Company>
Expand Down

0 comments on commit 2e3f6a1

Please sign in to comment.