File tree Expand file tree Collapse file tree 12 files changed +23
-24
lines changed Expand file tree Collapse file tree 12 files changed +23
-24
lines changed Original file line number Diff line number Diff line change @@ -83,3 +83,4 @@ Desktop.ini
83
83
84
84
_NCrunch_GitVersion
85
85
NuGetCommandLineBuild /
86
+ GitVersion.sln.ide /
Original file line number Diff line number Diff line change 12
12
<TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
13
13
<FileAlignment >512</FileAlignment >
14
14
<TargetFrameworkProfile />
15
- <NuGetPackageImportStamp >c2203629 </NuGetPackageImportStamp >
15
+ <NuGetPackageImportStamp >1123b588 </NuGetPackageImportStamp >
16
16
</PropertyGroup >
17
17
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
18
18
<DebugSymbols >true</DebugSymbols >
@@ -116,11 +116,11 @@ xcopy /s /y /d "$(SolutionDir)packages\LibGit2Sharp.0.19.0.0\lib\net40\NativeBin
116
116
if not exist "$(TargetDir)NativeBinaries\amd64" md "$(TargetDir)NativeBinaries\amd64"
117
117
xcopy /s /y /d "$(SolutionDir)packages\LibGit2Sharp.0.19.0.0\lib\net40\NativeBinaries\amd64\*.*" "$(TargetDir)NativeBinaries\amd64"</PostBuildEvent >
118
118
</PropertyGroup >
119
- <Import Project =" ..\packages\Fody.1.25.0 \build\Fody.targets" Condition =" Exists('..\packages\Fody.1.25.0 \build\Fody.targets')" />
119
+ <Import Project =" ..\packages\Fody.1.26.2 \build\Fody.targets" Condition =" Exists('..\packages\Fody.1.26.2 \build\Fody.targets')" />
120
120
<Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
121
121
<PropertyGroup >
122
- <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 >
122
+ <ErrorText >This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
123
123
</PropertyGroup >
124
- <Error Condition =" !Exists('..\packages\Fody.1.25.0 \build\Fody.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\Fody.1.25.0 \build\Fody.targets'))" />
124
+ <Error Condition =" !Exists('..\packages\Fody.1.26.2 \build\Fody.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\Fody.1.26.2 \build\Fody.targets'))" />
125
125
</Target >
126
126
</Project >
Original file line number Diff line number Diff line change 2
2
<packages >
3
3
<package id =" ApprovalTests" version =" 3.0.7" targetFramework =" net45" />
4
4
<package id =" ApprovalUtilities" version =" 3.0.7" targetFramework =" net45" />
5
- <package id =" Fody" version =" 1.25.0 " targetFramework =" net45" developmentDependency =" true" />
5
+ <package id =" Fody" version =" 1.26.2 " targetFramework =" net45" developmentDependency =" true" />
6
6
<package id =" LibGit2Sharp" version =" 0.19.0.0" targetFramework =" net45" />
7
7
<package id =" NUnit" version =" 2.6.3" targetFramework =" net45" />
8
8
<package id =" Shouldly" version =" 2.2.0" targetFramework =" net45" />
Original file line number Diff line number Diff line change 11
11
<AssemblyName >GitVersionCore</AssemblyName >
12
12
<TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
13
13
<FileAlignment >512</FileAlignment >
14
- <NuGetPackageImportStamp >1359e437 </NuGetPackageImportStamp >
14
+ <NuGetPackageImportStamp >17b2068e </NuGetPackageImportStamp >
15
15
</PropertyGroup >
16
16
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
17
17
<DebugSymbols >true</DebugSymbols >
135
135
<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 >
136
136
</PropertyGroup >
137
137
<Error Condition =" !Exists('..\packages\PepitaPackage.1.21.3\build\PepitaPackage.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\PepitaPackage.1.21.3\build\PepitaPackage.targets'))" />
138
- <Error Condition =" !Exists('..\packages\Fody.1.25.0 \build\Fody.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\Fody.1.25.0 \build\Fody.targets'))" />
138
+ <Error Condition =" !Exists('..\packages\Fody.1.26.2 \build\Fody.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\Fody.1.26.2 \build\Fody.targets'))" />
139
139
</Target >
140
140
<PropertyGroup >
141
141
<PostBuildEvent >
@@ -161,5 +161,5 @@ xcopy /s /y /d "$(SolutionDir)packages\LibGit2Sharp.0.19.0.0\lib\net40\NativeBin
161
161
<PepitaPackage .CreatePackageTask NuGetBuildDirectory =" $(SolutionDir)NuGetRefBuild" MetadataAssembly =" $(OutputPath)GitVersionCore.dll" />
162
162
</Target >
163
163
<Import Project =" ..\packages\PepitaPackage.1.21.3\build\PepitaPackage.targets" Condition =" Exists('..\packages\PepitaPackage.1.21.3\build\PepitaPackage.targets')" />
164
- <Import Project =" ..\packages\Fody.1.25.0 \build\Fody.targets" Condition =" Exists('..\packages\Fody.1.25.0 \build\Fody.targets')" />
164
+ <Import Project =" ..\packages\Fody.1.26.2 \build\Fody.targets" Condition =" Exists('..\packages\Fody.1.26.2 \build\Fody.targets')" />
165
165
</Project >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<packages >
3
3
<package id =" Caseless.Fody" version =" 1.3.3.0" targetFramework =" net40" developmentDependency =" true" />
4
- <package id =" Fody" version =" 1.25.0 " targetFramework =" net40" developmentDependency =" true" />
4
+ <package id =" Fody" version =" 1.26.2 " targetFramework =" net40" developmentDependency =" true" />
5
5
<package id =" JetBrainsAnnotations.Fody" version =" 1.0.2" targetFramework =" net40" developmentDependency =" true" />
6
6
<package id =" LibGit2Sharp" version =" 0.19.0.0" targetFramework =" net40" />
7
7
<package id =" PepitaPackage" version =" 1.21.3" targetFramework =" net40" developmentDependency =" true" />
Original file line number Diff line number Diff line change 11
11
<AssemblyName >GitVersion</AssemblyName >
12
12
<TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
13
13
<FileAlignment >512</FileAlignment >
14
- <NuGetPackageImportStamp >5d287010 </NuGetPackageImportStamp >
14
+ <NuGetPackageImportStamp >32f72d4e </NuGetPackageImportStamp >
15
15
</PropertyGroup >
16
16
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
17
17
<DebugSymbols >true</DebugSymbols >
172
172
<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 >
173
173
</PropertyGroup >
174
174
<Error Condition =" !Exists('..\packages\PepitaPackage.1.21.3\build\PepitaPackage.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\PepitaPackage.1.21.3\build\PepitaPackage.targets'))" />
175
- <Error Condition =" !Exists('..\packages\Fody.1.25.0 \build\Fody.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\Fody.1.25.0 \build\Fody.targets'))" />
175
+ <Error Condition =" !Exists('..\packages\Fody.1.26.2 \build\Fody.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\Fody.1.26.2 \build\Fody.targets'))" />
176
176
</Target >
177
177
<UsingTask TaskName =" CosturaCleanup" AssemblyFile =" $(MSBuildToolsPath)\Microsoft.Build.Tasks.v4.0.dll" TaskFactory =" CodeTaskFactory" >
178
178
<ParameterGroup >
@@ -219,5 +219,5 @@ if not exist "$(TargetDir)NativeBinaries\amd64" md "$(TargetDir)NativeBinaries\a
219
219
xcopy /s /y /d "$(SolutionDir)packages\LibGit2Sharp.0.19.0.0\lib\net40\NativeBinaries\amd64\*.*" "$(TargetDir)NativeBinaries\amd64"</PostBuildEvent >
220
220
</PropertyGroup >
221
221
<Import Project =" ..\packages\PepitaPackage.1.21.3\build\PepitaPackage.targets" Condition =" Exists('..\packages\PepitaPackage.1.21.3\build\PepitaPackage.targets')" />
222
- <Import Project =" ..\packages\Fody.1.25.0 \build\Fody.targets" Condition =" Exists('..\packages\Fody.1.25.0 \build\Fody.targets')" />
222
+ <Import Project =" ..\packages\Fody.1.26.2 \build\Fody.targets" Condition =" Exists('..\packages\Fody.1.26.2 \build\Fody.targets')" />
223
223
</Project >
Original file line number Diff line number Diff line change 2
2
<packages >
3
3
<package id =" Caseless.Fody" version =" 1.3.3.0" targetFramework =" net40" developmentDependency =" true" />
4
4
<package id =" Costura.Fody" version =" 1.1.0.0" targetFramework =" net40" developmentDependency =" true" />
5
- <package id =" Fody" version =" 1.25.0 " targetFramework =" net40" developmentDependency =" true" />
5
+ <package id =" Fody" version =" 1.26.2 " targetFramework =" net40" developmentDependency =" true" />
6
6
<package id =" JetBrainsAnnotations.Fody" version =" 1.0.2" targetFramework =" net40" developmentDependency =" true" />
7
7
<package id =" LibGit2Sharp" version =" 0.19.0.0" targetFramework =" net40" />
8
8
<package id =" PepitaPackage" version =" 1.21.3" targetFramework =" net40" developmentDependency =" true" />
Original file line number Diff line number Diff line change 13
13
<TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
14
14
<FileAlignment >512</FileAlignment >
15
15
<TargetFrameworkProfile />
16
- <NuGetPackageImportStamp >7a13d6bc </NuGetPackageImportStamp >
16
+ <NuGetPackageImportStamp >48585dbe </NuGetPackageImportStamp >
17
17
</PropertyGroup >
18
18
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
19
19
<DebugSymbols >true</DebugSymbols >
@@ -253,11 +253,11 @@ xcopy /s /y /d "$(SolutionDir)packages\LibGit2Sharp.0.19.0.0\lib\net40\NativeBin
253
253
if not exist "$(TargetDir)NativeBinaries\amd64" md "$(TargetDir)NativeBinaries\amd64"
254
254
xcopy /s /y /d "$(SolutionDir)packages\LibGit2Sharp.0.19.0.0\lib\net40\NativeBinaries\amd64\*.*" "$(TargetDir)NativeBinaries\amd64"</PostBuildEvent >
255
255
</PropertyGroup >
256
- <Import Project =" ..\packages\Fody.1.25.0 \build\Fody.targets" Condition =" Exists('..\packages\Fody.1.25.0 \build\Fody.targets')" />
256
+ <Import Project =" ..\packages\Fody.1.26.2 \build\Fody.targets" Condition =" Exists('..\packages\Fody.1.26.2 \build\Fody.targets')" />
257
257
<Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
258
258
<PropertyGroup >
259
- <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 >
259
+ <ErrorText >This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
260
260
</PropertyGroup >
261
- <Error Condition =" !Exists('..\packages\Fody.1.25.0 \build\Fody.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\Fody.1.25.0 \build\Fody.targets'))" />
261
+ <Error Condition =" !Exists('..\packages\Fody.1.26.2 \build\Fody.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\Fody.1.26.2 \build\Fody.targets'))" />
262
262
</Target >
263
263
</Project >
Original file line number Diff line number Diff line change 3
3
<package id =" ApprovalTests" version =" 3.0.7" targetFramework =" net45" />
4
4
<package id =" ApprovalUtilities" version =" 3.0.7" targetFramework =" net45" />
5
5
<package id =" FluentDateTime" version =" 1.11.0" targetFramework =" net45" />
6
- <package id =" Fody" version =" 1.25.0 " targetFramework =" net45" developmentDependency =" true" />
6
+ <package id =" Fody" version =" 1.26.2 " targetFramework =" net45" developmentDependency =" true" />
7
7
<package id =" LibGit2Sharp" version =" 0.19.0.0" targetFramework =" net45" />
8
8
<package id =" Microsoft.Web.Xdt" version =" 1.0.0" targetFramework =" net40" />
9
9
<package id =" ModuleInit.Fody" version =" 1.5.6.0" targetFramework =" net45" developmentDependency =" true" />
Original file line number Diff line number Diff line change 11
11
<AssemblyName >GitVersionTask</AssemblyName >
12
12
<TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
13
13
<FileAlignment >512</FileAlignment >
14
- <NuGetPackageImportStamp >a6227ddc </NuGetPackageImportStamp >
14
+ <NuGetPackageImportStamp >a4bc02b5 </NuGetPackageImportStamp >
15
15
</PropertyGroup >
16
16
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
17
17
<DebugSymbols >true</DebugSymbols >
123
123
<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 >
124
124
</PropertyGroup >
125
125
<Error Condition =" !Exists('..\packages\PepitaPackage.1.21.3\build\PepitaPackage.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\PepitaPackage.1.21.3\build\PepitaPackage.targets'))" />
126
- <Error Condition =" !Exists('..\packages\Fody.1.25.0 \build\Fody.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\Fody.1.25.0 \build\Fody.targets'))" />
126
+ <Error Condition =" !Exists('..\packages\Fody.1.26.2 \build\Fody.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\Fody.1.26.2 \build\Fody.targets'))" />
127
127
</Target >
128
128
<PropertyGroup >
129
129
<PostBuildEvent >
@@ -136,5 +136,5 @@ xcopy /s /y /d "$(SolutionDir)packages\LibGit2Sharp.0.19.0.0\lib\net40\NativeBin
136
136
<Target Name =" ILMerge" BeforeTargets =" AfterCompile" >
137
137
</Target >
138
138
<Import Project =" ..\packages\PepitaPackage.1.21.3\build\PepitaPackage.targets" Condition =" Exists('..\packages\PepitaPackage.1.21.3\build\PepitaPackage.targets')" />
139
- <Import Project =" ..\packages\Fody.1.25.0 \build\Fody.targets" Condition =" Exists('..\packages\Fody.1.25.0 \build\Fody.targets')" />
139
+ <Import Project =" ..\packages\Fody.1.26.2 \build\Fody.targets" Condition =" Exists('..\packages\Fody.1.26.2 \build\Fody.targets')" />
140
140
</Project >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<packages >
3
3
<package id =" Caseless.Fody" version =" 1.3.3.0" targetFramework =" net40" developmentDependency =" true" />
4
- <package id =" Fody" version =" 1.25.0 " targetFramework =" net40" developmentDependency =" true" />
4
+ <package id =" Fody" version =" 1.26.2 " targetFramework =" net40" developmentDependency =" true" />
5
5
<package id =" LibGit2Sharp" version =" 0.19.0.0" targetFramework =" net40" />
6
6
<package id =" PepitaPackage" version =" 1.21.3" targetFramework =" net40" developmentDependency =" true" />
7
7
<package id =" YamlDotNet" version =" 3.3.0" targetFramework =" net40" />
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<repositories >
3
- <repository path =" ..\AcceptanceTests\packages.config" />
4
3
<repository path =" ..\GitVersionCore.Tests\packages.config" />
5
4
<repository path =" ..\GitVersionCore\packages.config" />
6
5
<repository path =" ..\GitVersionExe.Tests\packages.config" />
7
6
<repository path =" ..\GitVersionExe\packages.config" />
8
7
<repository path =" ..\GitVersionTask.Tests\packages.config" />
9
8
<repository path =" ..\GitVersionTask\packages.config" />
10
- <repository path =" ..\Tests\packages.config" />
11
9
</repositories >
You can’t perform that action at this time.
0 commit comments