Skip to content
This repository was archived by the owner on Feb 27, 2020. It is now read-only.

Commit 5716bd6

Browse files
committed
Update :allthethings:
1 parent 85e0bb4 commit 5716bd6

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

568 KB
Binary file not shown.

src/ScriptCs.Octokit/ScriptCs.Octokit.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333
</PropertyGroup>
3434
<ItemGroup>
3535
<Reference Include="Octokit, Version=0.24.0.0, Culture=neutral, processorArchitecture=MSIL">
36-
<HintPath>..\..\packages\Octokit.0.24.0\lib\net45\Octokit.dll</HintPath>
36+
<HintPath>..\..\packages\Octokit.0.25.0\lib\net45\Octokit.dll</HintPath>
3737
</Reference>
3838
<Reference Include="ScriptCs.Contracts, Version=0.17.0.0, Culture=neutral, processorArchitecture=MSIL">
39-
<HintPath>..\..\packages\ScriptCs.Contracts.0.17.0\lib\net45\ScriptCs.Contracts.dll</HintPath>
39+
<HintPath>..\..\packages\ScriptCs.Contracts.0.17.1\lib\net45\ScriptCs.Contracts.dll</HintPath>
4040
</Reference>
4141
<Reference Include="System" />
4242
<Reference Include="System.ComponentModel.Composition" />
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Octokit" version="0.24.0" targetFramework="net45" />
4-
<package id="ScriptCs.Contracts" version="0.17.0" targetFramework="net45" />
3+
<package id="Octokit" version="0.25.0" targetFramework="net45" />
4+
<package id="ScriptCs.Contracts" version="0.17.1" targetFramework="net45" />
55
</packages>

0 commit comments

Comments
 (0)