Skip to content

Commit 569d1d7

Browse files
committed
(GH-64) Upgraded all NuGet's except octokit
1 parent f1f6947 commit 569d1d7

File tree

7 files changed

+25
-26
lines changed

7 files changed

+25
-26
lines changed

Source/GitReleaseManager.Cli/GitReleaseManager.Cli.csproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
<AssemblyName>GitReleaseManager</AssemblyName>
1212
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
14-
<NuGetPackageImportStamp>02f0b04c</NuGetPackageImportStamp>
14+
<NuGetPackageImportStamp>
15+
</NuGetPackageImportStamp>
1516
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
1617
<RestorePackages>true</RestorePackages>
1718
<BuildToolsFxCopVersion>1.0.1</BuildToolsFxCopVersion>
@@ -133,11 +134,11 @@
133134
</PropertyGroup>
134135
<Error Condition="!Exists('..\packages\StyleCop.MSBuild.4.7.49.1\build\StyleCop.MSBuild.Targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\StyleCop.MSBuild.4.7.49.1\build\StyleCop.MSBuild.Targets'))" />
135136
<Error Condition="!Exists('..\packages\StyleCop.Error.MSBuild.1.0.0\build\StyleCop.Error.MSBuild.Targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\StyleCop.Error.MSBuild.1.0.0\build\StyleCop.Error.MSBuild.Targets'))" />
136-
<Error Condition="!Exists('..\packages\Fody.1.28.3\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.1.28.3\build\Fody.targets'))" />
137+
<Error Condition="!Exists('..\packages\Fody.1.29.3\build\dotnet\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.1.29.3\build\dotnet\Fody.targets'))" />
137138
</Target>
138139
<Import Project="..\..\BuildScripts\CodeAnalysis.props" Condition="Exists('..\..\BuildScripts\CodeAnalysis.props')" />
139140
<Import Project="..\..\BuildScripts\StyleCop.props" Condition="Exists('..\..\BuildScripts\StyleCop.props')" />
140141
<Import Project="..\packages\StyleCop.MSBuild.4.7.49.1\build\StyleCop.MSBuild.Targets" Condition="Exists('..\packages\StyleCop.MSBuild.4.7.49.1\build\StyleCop.MSBuild.Targets')" />
141142
<Import Project="..\packages\StyleCop.Error.MSBuild.1.0.0\build\StyleCop.Error.MSBuild.Targets" Condition="Exists('..\packages\StyleCop.Error.MSBuild.1.0.0\build\StyleCop.Error.MSBuild.Targets')" />
142-
<Import Project="..\packages\Fody.1.28.3\build\Fody.targets" Condition="Exists('..\packages\Fody.1.28.3\build\Fody.targets')" />
143+
<Import Project="..\packages\Fody.1.29.3\build\dotnet\Fody.targets" Condition="Exists('..\packages\Fody.1.29.3\build\dotnet\Fody.targets')" />
143144
</Project>

Source/GitReleaseManager.Cli/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package id="BuildTools.FxCop" version="1.0.1" targetFramework="net45" />
44
<package id="CommandLineParser" version="1.9.71" targetFramework="net45" />
55
<package id="Costura.Fody" version="1.3.3.0" targetFramework="net451" developmentDependency="true" />
6-
<package id="Fody" version="1.28.3" targetFramework="net451" developmentDependency="true" />
6+
<package id="Fody" version="1.29.3" targetFramework="net451" developmentDependency="true" />
77
<package id="Octokit" version="0.4.1" targetFramework="net45" />
88
<package id="StyleCop.Error.MSBuild" version="1.0.0" targetFramework="net45" />
99
<package id="StyleCop.MSBuild" version="4.7.49.1" targetFramework="net45" developmentDependency="true" />

Source/GitReleaseManager.Tests/GitReleaseManager.Tests.csproj

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,20 +35,20 @@
3535
</PropertyGroup>
3636
<ItemGroup>
3737
<Reference Include="ApprovalTests, Version=3.0.0.0, Culture=neutral, PublicKeyToken=11bd7d124fc62e0f, processorArchitecture=MSIL">
38-
<SpecificVersion>False</SpecificVersion>
39-
<HintPath>..\packages\ApprovalTests.3.0.8\lib\net40\ApprovalTests.dll</HintPath>
38+
<HintPath>..\packages\ApprovalTests.3.0.10\lib\net40\ApprovalTests.dll</HintPath>
39+
<Private>True</Private>
4040
</Reference>
4141
<Reference Include="ApprovalUtilities, Version=3.0.0.0, Culture=neutral, PublicKeyToken=11bd7d124fc62e0f, processorArchitecture=MSIL">
42-
<SpecificVersion>False</SpecificVersion>
43-
<HintPath>..\packages\ApprovalUtilities.3.0.8\lib\net45\ApprovalUtilities.dll</HintPath>
42+
<HintPath>..\packages\ApprovalUtilities.3.0.10\lib\net45\ApprovalUtilities.dll</HintPath>
43+
<Private>True</Private>
4444
</Reference>
4545
<Reference Include="ApprovalUtilities.Net45, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL">
46-
<SpecificVersion>False</SpecificVersion>
47-
<HintPath>..\packages\ApprovalUtilities.3.0.8\lib\net45\ApprovalUtilities.Net45.dll</HintPath>
46+
<HintPath>..\packages\ApprovalUtilities.3.0.10\lib\net45\ApprovalUtilities.Net45.dll</HintPath>
47+
<Private>True</Private>
4848
</Reference>
49-
<Reference Include="nunit.framework, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
50-
<SpecificVersion>False</SpecificVersion>
51-
<HintPath>..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
49+
<Reference Include="nunit.framework, Version=3.0.5813.39031, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
50+
<HintPath>..\packages\NUnit.3.0.1\lib\net45\nunit.framework.dll</HintPath>
51+
<Private>True</Private>
5252
</Reference>
5353
<Reference Include="Octokit, Version=0.4.1.0, Culture=neutral, processorArchitecture=MSIL">
5454
<SpecificVersion>False</SpecificVersion>

Source/GitReleaseManager.Tests/ReleaseNotesBuilderTests.cs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,17 +73,15 @@ public void SomeCommitsSingularIssues()
7373
}
7474

7575
[Test]
76-
[ExpectedException(typeof(AggregateException))]
7776
public void NoCommitsWrongIssueLabel()
7877
{
79-
AcceptTest(0, CreateIssue(1, "Test"));
78+
Assert.Throws<AggregateException>(() => AcceptTest(0, CreateIssue(1, "Test")));
8079
}
8180

8281
[Test]
83-
[ExpectedException(typeof(AggregateException))]
8482
public void SomeCommitsWrongIssueLabel()
8583
{
86-
AcceptTest(5, CreateIssue(1, "Test"));
84+
Assert.Throws<AggregateException>(() => AcceptTest(5, CreateIssue(1, "Test")));
8785
}
8886

8987
private static void AcceptTest(int commits, params Issue[] issues)
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="ApprovalTests" version="3.0.8" targetFramework="net451" />
4-
<package id="ApprovalUtilities" version="3.0.8" targetFramework="net451" />
5-
<package id="NUnit" version="2.6.4" targetFramework="net451" />
3+
<package id="ApprovalTests" version="3.0.10" targetFramework="net451" />
4+
<package id="ApprovalUtilities" version="3.0.10" targetFramework="net451" />
5+
<package id="NUnit" version="3.0.1" targetFramework="net451" />
66
<package id="Octokit" version="0.4.1" targetFramework="net45" />
7-
</packages>
7+
</packages>

Source/GitReleaseManager/GitReleaseManager.Core.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@
5353
<Reference Include="Microsoft.CSharp" />
5454
<Reference Include="System.Data" />
5555
<Reference Include="System.Xml" />
56-
<Reference Include="YamlDotNet, Version=3.6.0.0, Culture=neutral, processorArchitecture=MSIL">
57-
<SpecificVersion>False</SpecificVersion>
58-
<HintPath>..\packages\YamlDotNet.3.6.1\lib\net35\YamlDotNet.dll</HintPath>
56+
<Reference Include="YamlDotNet, Version=3.7.0.0, Culture=neutral, processorArchitecture=MSIL">
57+
<HintPath>..\packages\YamlDotNet.3.7.0\lib\net35\YamlDotNet.dll</HintPath>
58+
<Private>True</Private>
5959
</Reference>
6060
</ItemGroup>
6161
<ItemGroup>

Source/GitReleaseManager/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
<package id="Octokit" version="0.4.1" targetFramework="net45" />
55
<package id="StyleCop.Error.MSBuild" version="1.0.0" targetFramework="net45" />
66
<package id="StyleCop.MSBuild" version="4.7.49.1" targetFramework="net45" developmentDependency="true" />
7-
<package id="YamlDotNet" version="3.6.1" targetFramework="net451" />
8-
</packages>
7+
<package id="YamlDotNet" version="3.7.0" targetFramework="net451" />
8+
</packages>

0 commit comments

Comments
 (0)