Skip to content
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.

Commit

Permalink
feat(0.5.0-beta.1): Update SDK (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
bengreenier authored Aug 9, 2022
1 parent 1d11744 commit 1fbf70e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion host-example-core/host-example-core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="rainway-sdk" Version="0.4.0" />
<PackageReference Include="rainway-sdk" Version="0.5.0-beta.1" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion host-service-example/service-example.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="rainway-sdk" Version="0.4.0" />
<PackageReference Include="rainway-sdk" Version="0.5.0-beta.1" />
<PackageReference Include="System.ServiceModel.Primitives" Version="4.9.0" />
<PackageReference Include="System.ServiceProcess.ServiceController" Version="6.0.0" />
<PackageReference Include="Warden.NET" Version="6.0.6" />
Expand Down

0 comments on commit 1fbf70e

Please sign in to comment.