Skip to content

Commit 95943e6

Browse files
committed
update references
fody addins and test helper libs
1 parent 82e7cac commit 95943e6

File tree

9 files changed

+35
-28
lines changed

9 files changed

+35
-28
lines changed

src/GitVersionCore.Tests/GitVersionCore.Tests.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,9 @@
4747
<Reference Include="ApprovalUtilities.Net45">
4848
<HintPath>..\packages\ApprovalUtilities.3.0.8\lib\net45\ApprovalUtilities.Net45.dll</HintPath>
4949
</Reference>
50-
<Reference Include="FluentDateTime">
51-
<HintPath>..\packages\FluentDateTime.1.11.0\Lib\NET35\FluentDateTime.dll</HintPath>
50+
<Reference Include="FluentDateTime, Version=1.12.0.0, Culture=neutral, PublicKeyToken=6ccbc613702e6c71, processorArchitecture=MSIL">
51+
<HintPath>..\packages\FluentDateTime.1.12.0\Lib\NET35\FluentDateTime.dll</HintPath>
52+
<Private>True</Private>
5253
</Reference>
5354
<Reference Include="LibGit2Sharp, Version=0.20.1.0, Culture=neutral, processorArchitecture=MSIL">
5455
<SpecificVersion>False</SpecificVersion>

src/GitVersionCore.Tests/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<packages>
33
<package id="ApprovalTests" version="3.0.8" targetFramework="net45" />
44
<package id="ApprovalUtilities" version="3.0.8" targetFramework="net45" />
5-
<package id="FluentDateTime" version="1.11.0" targetFramework="net45" />
5+
<package id="FluentDateTime" version="1.12.0" targetFramework="net45" />
66
<package id="Fody" version="1.29.2" targetFramework="net45" developmentDependency="true" />
77
<package id="LibGit2Sharp" version="0.20.1.0" targetFramework="net45" />
88
<package id="Mono.Cecil" version="0.9.6.1" targetFramework="net45" />

src/GitVersionCore/GitVersionCore.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
<DocumentationFile>bin\Release\GitVersionCore.xml</DocumentationFile>
3737
</PropertyGroup>
3838
<ItemGroup>
39-
<Reference Include="JetBrains.Annotations">
40-
<HintPath>..\packages\JetBrainsAnnotations.Fody.1.0.2\Lib\JetBrains.Annotations.dll</HintPath>
39+
<Reference Include="JetBrains.Annotations, Version=8.1.11.55, Culture=neutral, PublicKeyToken=1010a0d8d6380325, processorArchitecture=MSIL">
40+
<HintPath>..\packages\JetBrainsAnnotations.Fody.1.0.4.0\Lib\JetBrains.Annotations.dll</HintPath>
4141
<Private>False</Private>
4242
</Reference>
4343
<Reference Include="LibGit2Sharp, Version=0.20.1.0, Culture=neutral, processorArchitecture=MSIL">
@@ -51,9 +51,9 @@
5151
<Reference Include="Microsoft.CSharp" />
5252
<Reference Include="System.Data" />
5353
<Reference Include="System.Xml" />
54-
<Reference Include="Visualize, Version=0.4.1.0, Culture=neutral, processorArchitecture=MSIL">
55-
<SpecificVersion>False</SpecificVersion>
56-
<HintPath>..\packages\Visualize.Fody.0.4.1.0\Lib\portable-net4+sl4+wp7+win8+MonoAndroid16+MonoTouch40\Visualize.dll</HintPath>
54+
<Reference Include="Visualize, Version=0.4.3.0, Culture=neutral, processorArchitecture=MSIL">
55+
<HintPath>..\packages\Visualize.Fody.0.4.3.0\Lib\portable-net4+sl4+wp7+win8+MonoAndroid16+MonoTouch40\Visualize.dll</HintPath>
56+
<Private>False</Private>
5757
</Reference>
5858
<Reference Include="YamlDotNet, Version=3.5.0.0, Culture=neutral, processorArchitecture=MSIL">
5959
<SpecificVersion>False</SpecificVersion>

src/GitVersionCore/packages.config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Caseless.Fody" version="1.3.3.0" targetFramework="net40" developmentDependency="true" />
3+
<package id="Caseless.Fody" version="1.3.7" targetFramework="net40" developmentDependency="true" />
44
<package id="Fody" version="1.29.2" targetFramework="net40" developmentDependency="true" />
5-
<package id="JetBrainsAnnotations.Fody" version="1.0.2" targetFramework="net40" developmentDependency="true" />
5+
<package id="JetBrainsAnnotations.Fody" version="1.0.4.0" targetFramework="net40" developmentDependency="true" />
66
<package id="LibGit2Sharp" version="0.20.1.0" targetFramework="net40" />
77
<package id="PepitaPackage" version="1.21.4" targetFramework="net40" developmentDependency="true" />
8-
<package id="Visualize.Fody" version="0.4.1.0" targetFramework="net40" developmentDependency="true" />
8+
<package id="Visualize.Fody" version="0.4.3.0" targetFramework="net40" developmentDependency="true" />
99
<package id="YamlDotNet" version="3.5.1" targetFramework="net40" />
1010
</packages>

src/GitVersionExe/GitVersionExe.csproj

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
<DocumentationFile>bin\Release\GitVersion.xml</DocumentationFile>
3939
</PropertyGroup>
4040
<ItemGroup>
41-
<Reference Include="JetBrains.Annotations">
42-
<HintPath>..\packages\JetBrainsAnnotations.Fody.1.0.2\Lib\JetBrains.Annotations.dll</HintPath>
41+
<Reference Include="JetBrains.Annotations, Version=8.1.11.55, Culture=neutral, PublicKeyToken=1010a0d8d6380325, processorArchitecture=MSIL">
42+
<HintPath>..\packages\JetBrainsAnnotations.Fody.1.0.4.0\Lib\JetBrains.Annotations.dll</HintPath>
4343
<Private>False</Private>
4444
</Reference>
4545
<Reference Include="LibGit2Sharp">
@@ -49,8 +49,9 @@
4949
<Reference Include="System.Core" />
5050
<Reference Include="System.Xml" />
5151
<Reference Include="System.Xml.Linq" />
52-
<Reference Include="Visualize">
53-
<HintPath>..\packages\Visualize.Fody.0.4.1.0\Lib\portable-net4+sl4+wp7+win8+MonoAndroid16+MonoTouch40\Visualize.dll</HintPath>
52+
<Reference Include="Visualize, Version=0.4.3.0, Culture=neutral, processorArchitecture=MSIL">
53+
<HintPath>..\packages\Visualize.Fody.0.4.3.0\Lib\portable-net4+sl4+wp7+win8+MonoAndroid16+MonoTouch40\Visualize.dll</HintPath>
54+
<Private>False</Private>
5455
</Reference>
5556
</ItemGroup>
5657
<ItemGroup>

src/GitVersionExe/packages.config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Caseless.Fody" version="1.3.3.0" targetFramework="net40" developmentDependency="true" />
3+
<package id="Caseless.Fody" version="1.3.7" targetFramework="net40" developmentDependency="true" />
44
<package id="Costura.Fody" version="1.3.3.0" targetFramework="net40" developmentDependency="true" />
55
<package id="Fody" version="1.29.2" targetFramework="net40" developmentDependency="true" />
6-
<package id="JetBrainsAnnotations.Fody" version="1.0.2" targetFramework="net40" developmentDependency="true" />
6+
<package id="JetBrainsAnnotations.Fody" version="1.0.4.0" targetFramework="net40" developmentDependency="true" />
77
<package id="LibGit2Sharp" version="0.20.1.0" targetFramework="net40" />
88
<package id="PepitaPackage" version="1.21.4" targetFramework="net40" developmentDependency="true" />
9-
<package id="Visualize.Fody" version="0.4.1.0" targetFramework="net40" developmentDependency="true" />
9+
<package id="Visualize.Fody" version="0.4.3.0" targetFramework="net40" developmentDependency="true" />
1010
</packages>

src/GitVersionTask.Tests/GitVersionTask.Tests.csproj

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@
4747
<Reference Include="ApprovalUtilities.Net45">
4848
<HintPath>..\packages\ApprovalUtilities.3.0.8\lib\net45\ApprovalUtilities.Net45.dll</HintPath>
4949
</Reference>
50-
<Reference Include="FluentDateTime, Version=1.11.0.0, Culture=neutral, PublicKeyToken=6ccbc613702e6c71, processorArchitecture=MSIL">
51-
<SpecificVersion>False</SpecificVersion>
52-
<HintPath>..\packages\FluentDateTime.1.11.0\Lib\NET35\FluentDateTime.dll</HintPath>
50+
<Reference Include="FluentDateTime, Version=1.12.0.0, Culture=neutral, PublicKeyToken=6ccbc613702e6c71, processorArchitecture=MSIL">
51+
<HintPath>..\packages\FluentDateTime.1.12.0\Lib\NET35\FluentDateTime.dll</HintPath>
52+
<Private>True</Private>
5353
</Reference>
5454
<Reference Include="LibGit2Sharp, Version=0.20.1.0, Culture=neutral, processorArchitecture=MSIL">
5555
<SpecificVersion>False</SpecificVersion>
@@ -73,13 +73,17 @@
7373
<Reference Include="Microsoft.Web.XmlTransform">
7474
<HintPath>..\packages\Microsoft.Web.Xdt.1.0.0\lib\net40\Microsoft.Web.XmlTransform.dll</HintPath>
7575
</Reference>
76+
<Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
77+
<HintPath>..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
78+
<Private>True</Private>
79+
</Reference>
7680
<Reference Include="nunit.framework, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
7781
<SpecificVersion>False</SpecificVersion>
7882
<HintPath>..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
7983
</Reference>
80-
<Reference Include="ObjectApproval, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
81-
<SpecificVersion>False</SpecificVersion>
82-
<HintPath>..\packages\ObjectApproval.1.0.0\Lib\NET40\ObjectApproval.dll</HintPath>
84+
<Reference Include="ObjectApproval, Version=1.2.0.0, Culture=neutral, processorArchitecture=MSIL">
85+
<HintPath>..\packages\ObjectApproval.1.2.0\Lib\NET40\ObjectApproval.dll</HintPath>
86+
<Private>True</Private>
8387
</Reference>
8488
<Reference Include="Shouldly, Version=2.5.0.0, Culture=neutral, PublicKeyToken=6042cbcb05cbc941, processorArchitecture=MSIL">
8589
<HintPath>..\packages\Shouldly.2.5.0\lib\net40\Shouldly.dll</HintPath>

src/GitVersionTask.Tests/packages.config

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@
22
<packages>
33
<package id="ApprovalTests" version="3.0.8" targetFramework="net45" />
44
<package id="ApprovalUtilities" version="3.0.8" targetFramework="net45" />
5-
<package id="FluentDateTime" version="1.11.0" targetFramework="net45" />
5+
<package id="FluentDateTime" version="1.12.0" targetFramework="net45" />
66
<package id="Fody" version="1.29.2" targetFramework="net45" developmentDependency="true" />
77
<package id="LibGit2Sharp" version="0.20.1.0" targetFramework="net45" />
88
<package id="Microsoft.CodeAnalysis.Common" version="1.0.0.0-beta2" targetFramework="net45" />
99
<package id="Microsoft.CodeAnalysis.CSharp" version="1.0.0.0-beta2" targetFramework="net45" />
1010
<package id="Microsoft.Web.Xdt" version="1.0.0" targetFramework="net40" />
11-
<package id="ModuleInit.Fody" version="1.5.6.0" targetFramework="net45" developmentDependency="true" />
11+
<package id="ModuleInit.Fody" version="1.5.8.0" targetFramework="net45" developmentDependency="true" />
12+
<package id="Newtonsoft.Json" version="7.0.1" targetFramework="net45" />
1213
<package id="NUnit" version="2.6.4" targetFramework="net45" />
13-
<package id="ObjectApproval" version="1.0.0" targetFramework="net45" />
14+
<package id="ObjectApproval" version="1.2.0" targetFramework="net45" />
1415
<package id="Shouldly" version="2.5.0" targetFramework="net45" />
1516
<package id="System.Collections.Immutable" version="1.1.32-beta" targetFramework="net45" />
1617
<package id="System.Reflection.Metadata" version="1.0.17-beta" targetFramework="net45" />

src/GitVersionTask/packages.config

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>
3-
<package id="Caseless.Fody" version="1.3.3.0" targetFramework="net40" developmentDependency="true" />
3+
<package id="Caseless.Fody" version="1.3.7" targetFramework="net40" developmentDependency="true" />
44
<package id="Fody" version="1.29.2" targetFramework="net40" developmentDependency="true" />
55
<package id="LibGit2Sharp" version="0.20.1.0" targetFramework="net40" />
66
<package id="PepitaPackage" version="1.21.4" targetFramework="net40" developmentDependency="true" />

0 commit comments

Comments
 (0)