Skip to content

Commit 6768dee

Browse files
committed
updated nlog
1 parent 5bbf3f4 commit 6768dee

File tree

11 files changed

+791
-162
lines changed

11 files changed

+791
-162
lines changed

RetailCoder.VBE/NLog.xsd

Lines changed: 770 additions & 146 deletions
Large diffs are not rendered by default.

RetailCoder.VBE/Rubberduck.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -252,8 +252,8 @@
252252
<HintPath>..\packages\HtmlAgilityPack.1.4.9.5\lib\Net45\HtmlAgilityPack.dll</HintPath>
253253
<Private>True</Private>
254254
</Reference>
255-
<Reference Include="ICSharpCode.AvalonEdit">
256-
<HintPath>..\packages\AvalonEdit.5.0.3\lib\Net40\ICSharpCode.AvalonEdit.dll</HintPath>
255+
<Reference Include="ICSharpCode.AvalonEdit, Version=5.0.3.0, Culture=neutral, PublicKeyToken=9cc39be672370310, processorArchitecture=MSIL">
256+
<HintPath>..\packages\AvalonEdit.5.0.4\lib\Net40\ICSharpCode.AvalonEdit.dll</HintPath>
257257
</Reference>
258258
<Reference Include="Infralution.Localization.Wpf">
259259
<HintPath>..\libs\Infralution.Localization.Wpf.dll</HintPath>
@@ -275,6 +275,9 @@
275275
<HintPath>..\libs\Microsoft.Vbe.Interop.Forms.dll</HintPath>
276276
<Private>True</Private>
277277
</Reference>
278+
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
279+
<HintPath>..\packages\NLog.4.4.12\lib\net45\NLog.dll</HintPath>
280+
</Reference>
278281
<Reference Include="PresentationCore" />
279282
<Reference Include="PresentationFramework" />
280283
<Reference Include="PresentationFramework.Aero" />
@@ -308,9 +311,6 @@
308311
<Reference Include="office">
309312
<HintPath>..\libs\Office.dll</HintPath>
310313
</Reference>
311-
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c">
312-
<HintPath>..\packages\NLog.4.0.1\lib\net45\NLog.dll</HintPath>
313-
</Reference>
314314
</ItemGroup>
315315
<ItemGroup>
316316
<Compile Include="API\VBA\Accessibility.cs" />

RetailCoder.VBE/packages.config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
<packages>
33
<package id="Antlr4" version="4.3.0" targetFramework="net45" />
44
<package id="Antlr4.Runtime" version="4.3.0" targetFramework="net45" />
5-
<package id="AvalonEdit" version="5.0.3" targetFramework="net45" />
5+
<package id="AvalonEdit" version="5.0.4" targetFramework="net45" />
66
<package id="Castle.Core" version="4.1.1" targetFramework="net45" />
77
<package id="Castle.Windsor" version="4.0.0" targetFramework="net45" />
88
<package id="EasyHook" version="2.7.6270" targetFramework="net45" />
99
<package id="HtmlAgilityPack" version="1.4.9.5" targetFramework="net45" />
1010
<package id="LibGit2Sharp" version="0.24.0" targetFramework="net45" />
1111
<package id="LibGit2Sharp.NativeBinaries" version="1.0.185" targetFramework="net45" />
12-
<package id="NLog" version="4.0.1" targetFramework="net45" />
13-
<package id="NLog.Schema" version="4.0.1" targetFramework="net45" />
12+
<package id="NLog" version="4.4.12" targetFramework="net45" />
13+
<package id="NLog.Schema" version="4.4.12" targetFramework="net45" />
1414
<package id="System.ValueTuple" version="4.4.0" targetFramework="net45" />
1515
<package id="System.Windows.Interactivity.WPF" version="2.0.20525" targetFramework="net45" />
1616
</packages>

Rubberduck.Inspections/Rubberduck.Inspections.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@
4141
<Private>True</Private>
4242
</Reference>
4343
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
44-
<HintPath>..\packages\NLog.4.0.1\lib\net45\NLog.dll</HintPath>
45-
<Private>True</Private>
44+
<HintPath>..\packages\NLog.4.4.12\lib\net45\NLog.dll</HintPath>
4645
</Reference>
4746
<Reference Include="System" />
4847
<Reference Include="System.Core" />
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="Antlr4.Runtime" version="4.3.0" targetFramework="net452" />
4-
<package id="NLog" version="4.0.1" targetFramework="net452" />
4+
<package id="NLog" version="4.4.12" targetFramework="net45" />
55
<package id="System.ValueTuple" version="4.4.0" targetFramework="net45" />
66
</packages>

Rubberduck.Parsing/Rubberduck.Parsing.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@
5050
</Reference>
5151
<Reference Include="Microsoft.Build.Tasks.v4.0" />
5252
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
53-
<HintPath>..\packages\NLog.4.0.1\lib\net45\NLog.dll</HintPath>
54-
<Private>True</Private>
53+
<HintPath>..\packages\NLog.4.4.12\lib\net45\NLog.dll</HintPath>
5554
</Reference>
5655
<Reference Include="System" />
5756
<Reference Include="System.Core" />

Rubberduck.Parsing/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<packages>
33
<package id="Antlr4" version="4.3.0" targetFramework="net45" />
44
<package id="Antlr4.Runtime" version="4.3.0" targetFramework="net45" />
5-
<package id="NLog" version="4.0.1" targetFramework="net45" />
5+
<package id="NLog" version="4.4.12" targetFramework="net45" />
66
<package id="System.ValueTuple" version="4.4.0" targetFramework="net45" />
77
</packages>

Rubberduck.SourceControl/Rubberduck.SourceControl.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<Import Project="..\packages\LibGit2Sharp.NativeBinaries.1.0.185\build\LibGit2Sharp.NativeBinaries.props" Condition="Exists('..\packages\LibGit2Sharp.NativeBinaries.1.0.185\build\LibGit2Sharp.NativeBinaries.props')" />
34
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
45
<PropertyGroup>
56
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -11,7 +12,8 @@
1112
<AssemblyName>Rubberduck.SourceControl</AssemblyName>
1213
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1314
<FileAlignment>512</FileAlignment>
14-
<NuGetPackageImportStamp>a8fe7e5a</NuGetPackageImportStamp>
15+
<NuGetPackageImportStamp>
16+
</NuGetPackageImportStamp>
1517
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
1618
<RestorePackages>true</RestorePackages>
1719
</PropertyGroup>
@@ -109,6 +111,7 @@
109111
<ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
110112
</PropertyGroup>
111113
<Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
114+
<Error Condition="!Exists('..\packages\LibGit2Sharp.NativeBinaries.1.0.185\build\LibGit2Sharp.NativeBinaries.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\LibGit2Sharp.NativeBinaries.1.0.185\build\LibGit2Sharp.NativeBinaries.props'))" />
112115
</Target>
113116
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
114117
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="LibGit2Sharp" version="0.24.0" targetFramework="net45" />
4+
<package id="LibGit2Sharp.NativeBinaries" version="1.0.185" targetFramework="net45" />
45
<package id="System.ValueTuple" version="4.4.0" targetFramework="net45" />
56
</packages>

RubberduckTests/RubberduckTests.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@
6767
<Reference Include="Moq">
6868
<HintPath>..\packages\Moq.4.2.1507.0118\lib\net40\Moq.dll</HintPath>
6969
</Reference>
70+
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
71+
<HintPath>..\packages\NLog.4.4.12\lib\net45\NLog.dll</HintPath>
72+
</Reference>
7073
<Reference Include="PresentationCore" />
7174
<Reference Include="PresentationFramework" />
7275
<Reference Include="System" />

0 commit comments

Comments
 (0)