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

Commit 3c5a5e7

Browse files
committed
Update Octokit and ScriptCs.Hosting packages
1 parent df6c8cc commit 3c5a5e7

4 files changed

Lines changed: 11 additions & 12 deletions

File tree

ReleaseNotes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
* 0.5.2 - Update ALL THE THINGS
22
* 0.5.3 - Octokit.net v0.18 - Bringing The Thunder
33
* 0.5.4 - Update `Octokit.net` to `v0.20 - Probably Australian` and `ScriptCs.Hosting` to `v0.16.1`
4-
* 0.5.5 - Update `Octokit.net` to `v0.23 - Thumbs Up`
4+
* 0.5.5 - Update `Octokit.net` to `v0.23 - Thumbs Up`
5+
* 0.5.6 - Update `Octokit.net` to `v0.24.0 - A Sight For Sore Eyes` and `ScriptCs.Hosting` to `v0.17.0`

src/ScriptCs.Octokit/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414

1515
[assembly: Guid("69341200-0230-4734-9F20-CE145B17043E")]
1616

17-
[assembly: AssemblyVersion("0.5.5")]
18-
[assembly: AssemblyFileVersion("0.5.5")]
19-
[assembly: AssemblyInformationalVersion("0.5.5")]
17+
[assembly: AssemblyVersion("0.5.6")]
18+
[assembly: AssemblyFileVersion("0.5.6")]
19+
[assembly: AssemblyInformationalVersion("0.5.6")]

src/ScriptCs.Octokit/ScriptCs.Octokit.csproj

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,11 @@
3232
<WarningLevel>4</WarningLevel>
3333
</PropertyGroup>
3434
<ItemGroup>
35-
<Reference Include="Octokit, Version=0.23.0.0, Culture=neutral, processorArchitecture=MSIL">
36-
<HintPath>..\..\packages\Octokit.0.23.0\lib\net45\Octokit.dll</HintPath>
37-
<Private>True</Private>
35+
<Reference Include="Octokit, Version=0.24.0.0, Culture=neutral, processorArchitecture=MSIL">
36+
<HintPath>..\..\packages\Octokit.0.24.0\lib\net45\Octokit.dll</HintPath>
3837
</Reference>
39-
<Reference Include="ScriptCs.Contracts, Version=0.16.0.0, Culture=neutral, processorArchitecture=MSIL">
40-
<HintPath>..\..\packages\ScriptCs.Contracts.0.16.1\lib\net45\ScriptCs.Contracts.dll</HintPath>
41-
<Private>True</Private>
38+
<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>
4240
</Reference>
4341
<Reference Include="System" />
4442
<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.23.0" targetFramework="net45" />
4-
<package id="ScriptCs.Contracts" version="0.16.1" targetFramework="net45" />
3+
<package id="Octokit" version="0.24.0" targetFramework="net45" />
4+
<package id="ScriptCs.Contracts" version="0.17.0" targetFramework="net45" />
55
</packages>

0 commit comments

Comments
 (0)