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

Commit 781f859

Browse files
committed
Updated packages and prepare for release.
Fixes #9
1 parent e4c23d0 commit 781f859

4 files changed

Lines changed: 11 additions & 10 deletions

File tree

ReleaseNotes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
* 0.5.2 - Update ALL THE THINGS
2-
* 0.5.3 - Octokit.net v0.18 - Bringing The Thunder
2+
* 0.5.3 - Octokit.net v0.18 - Bringing The Thunder
3+
* 0.5.4 - Update `Octokit.net` to `v0.20 - Probably Australian` and `ScriptCs.Hosting` to `v0.16.1`

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.3")]
18-
[assembly: AssemblyFileVersion("0.5.3")]
19-
[assembly: AssemblyInformationalVersion("0.5.3")]
17+
[assembly: AssemblyVersion("0.5.4")]
18+
[assembly: AssemblyFileVersion("0.5.4")]
19+
[assembly: AssemblyInformationalVersion("0.5.4")]

src/ScriptCs.Octokit/ScriptCs.Octokit.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@
3232
<WarningLevel>4</WarningLevel>
3333
</PropertyGroup>
3434
<ItemGroup>
35-
<Reference Include="Octokit, Version=0.18.0.0, Culture=neutral, processorArchitecture=MSIL">
36-
<HintPath>..\..\packages\Octokit.0.18.0\lib\net45\Octokit.dll</HintPath>
35+
<Reference Include="Octokit, Version=0.20.0.0, Culture=neutral, processorArchitecture=MSIL">
36+
<HintPath>..\..\packages\Octokit.0.20.0\lib\net45\Octokit.dll</HintPath>
3737
<Private>True</Private>
3838
</Reference>
39-
<Reference Include="ScriptCs.Contracts, Version=0.15.0.0, Culture=neutral, processorArchitecture=MSIL">
40-
<HintPath>..\..\packages\ScriptCs.Contracts.0.15.0\lib\net45\ScriptCs.Contracts.dll</HintPath>
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>
4141
<Private>True</Private>
4242
</Reference>
4343
<Reference Include="System" />
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.18.0" targetFramework="net45" />
4-
<package id="ScriptCs.Contracts" version="0.15.0" targetFramework="net45" />
3+
<package id="Octokit" version="0.20.0" targetFramework="net45" />
4+
<package id="ScriptCs.Contracts" version="0.16.1" targetFramework="net45" />
55
</packages>

0 commit comments

Comments
 (0)