File tree 10 files changed +12
-26
lines changed 10 files changed +12
-26
lines changed Original file line number Diff line number Diff line change 70
70
<ItemGroup >
71
71
<Service Include =" {82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
72
72
</ItemGroup >
73
-
74
73
</Project >
Original file line number Diff line number Diff line change @@ -36,16 +36,6 @@ public IEnumerable<LogEntry> QueryBy(string path)
36
36
{
37
37
throw new NotImplementedException ( ) ;
38
38
}
39
-
40
- public Commit FindMergeBase ( Commit first , Commit second )
41
- {
42
- return null ;
43
- }
44
-
45
- public Commit FindMergeBase ( IEnumerable < Commit > commits , MergeBaseFindingStrategy strategy )
46
- {
47
- throw new NotImplementedException ( ) ;
48
- }
49
39
50
40
public IEnumerable < LogEntry > QueryBy ( string path , CommitFilter filter )
51
41
{
Original file line number Diff line number Diff line change 3
3
4
4
[ assembly: AssemblyTitle ( "GitVersionCore" ) ]
5
5
[ assembly: AssemblyProduct ( "GitVersion" ) ]
6
- [ assembly: AssemblyVersion ( "4.0.0 .0" ) ]
7
- [ assembly: AssemblyFileVersion ( "4.0.0 .0" ) ]
6
+ [ assembly: AssemblyVersion ( "4.0.1 .0" ) ]
7
+ [ assembly: AssemblyFileVersion ( "4.0.1 .0" ) ]
8
8
[ assembly: InternalsVisibleTo ( "GitVersionTask.Tests" ) ]
9
9
[ assembly: InternalsVisibleTo ( "GitVersion" ) ]
10
10
[ assembly: InternalsVisibleTo ( "GitVersionCore.Tests" ) ]
11
11
[ assembly: InternalsVisibleTo ( "GitVersionExe.Tests" ) ]
12
12
13
- [ assembly: AssemblyInformationalVersion ( "4.0.0-netstandard .1+1538 .Branch.feature/netstandard .Sha.91536c107ba91f755f14904fc69965a9ad70fcb0 " ) ]
13
+ [ assembly: AssemblyInformationalVersion ( "4.0.1-feat-UpgradeLibGit2Sharp .1+3 .Branch.feat/UpgradeLibGit2Sharp .Sha.5662c303d7f2fd45c73b890f785338fdeee6b19d " ) ]
Original file line number Diff line number Diff line change 105
105
<SubType >Designer</SubType >
106
106
</None >
107
107
</ItemGroup >
108
-
109
108
</Project >
Original file line number Diff line number Diff line change 3
3
4
4
[ assembly: AssemblyTitle ( "GitVersion" ) ]
5
5
[ assembly: AssemblyProduct ( "GitVersion" ) ]
6
- [ assembly: AssemblyVersion ( "4.0.0 .0" ) ]
7
- [ assembly: AssemblyFileVersion ( "4.0.0 .0" ) ]
6
+ [ assembly: AssemblyVersion ( "4.0.1 .0" ) ]
7
+ [ assembly: AssemblyFileVersion ( "4.0.1 .0" ) ]
8
8
[ assembly: InternalsVisibleTo ( "GitVersionTask.Tests" ) ]
9
9
[ assembly: InternalsVisibleTo ( "AcceptanceTests" ) ]
10
10
[ assembly: InternalsVisibleTo ( "GitVersionExe.Tests" ) ]
11
11
12
- [ assembly: AssemblyInformationalVersion ( "4.0.0-netstandard .1+1538 .Branch.feature/netstandard .Sha.91536c107ba91f755f14904fc69965a9ad70fcb0 " ) ]
12
+ [ assembly: AssemblyInformationalVersion ( "4.0.1-feat-UpgradeLibGit2Sharp .1+3 .Branch.feat/UpgradeLibGit2Sharp .Sha.5662c303d7f2fd45c73b890f785338fdeee6b19d " ) ]
Original file line number Diff line number Diff line change 6
6
<OutputType >Exe</OutputType >
7
7
<RootNamespace >GitVersion</RootNamespace >
8
8
<AssemblyName >GitVersion</AssemblyName >
9
- <TargetFrameworks >net40;netcoreapp20 </TargetFrameworks >
9
+ <TargetFrameworks >net40;netcoreapp2.0 </TargetFrameworks >
10
10
<BuildDir >$(SolutionDir)..\build\</BuildDir >
11
11
12
12
<GenerateAssemblyFileVersionAttribute Condition =" '$(GenerateAssemblyFileVersionAttribute)' == ''" >false</GenerateAssemblyFileVersionAttribute >
Original file line number Diff line number Diff line change 85
85
<PostBuildEvent >
86
86
</PostBuildEvent >
87
87
</PropertyGroup >
88
-
89
88
</Project >
Original file line number Diff line number Diff line change 16
16
</dependentAssembly >
17
17
<dependentAssembly >
18
18
<assemblyIdentity name =" LibGit2Sharp" publicKeyToken =" 7cbde695407f0333" culture =" neutral" />
19
- <bindingRedirect oldVersion =" 0.0.0.0-0.24 .0.0" newVersion =" 0.24 .0.0" />
19
+ <bindingRedirect oldVersion =" 0.0.0.0-0.25 .0.0" newVersion =" 0.25 .0.0" />
20
20
</dependentAssembly >
21
21
</assemblyBinding >
22
22
</runtime >
23
- </configuration >
23
+ <startup >< supportedRuntime version = " v4.0 " sku = " .NETFramework,Version=v4.5.2 " /></ startup >< /configuration >
Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" utf-8" ?>
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<packages >
3
3
<package id =" FluentDateTime" version =" 1.13.0" targetFramework =" net45" />
4
4
<package id =" Fody" version =" 2.0.8" targetFramework =" net45" developmentDependency =" true" />
5
5
<package id =" GitTools.Core" version =" 1.3.0" targetFramework =" net45" />
6
6
<package id =" JetBrains.Annotations" version =" 10.4.0" targetFramework =" net45" />
7
- <package id =" LibGit2Sharp" version =" 0.24.0 " targetFramework =" net45" />
7
+ <package id =" LibGit2Sharp" version =" 0.25.0-preview-0033 " targetFramework =" net45" />
8
8
<package id =" LibGit2Sharp.NativeBinaries" version =" 1.0.185" targetFramework =" net45" />
9
9
<package id =" Microsoft.CodeAnalysis.Analyzers" version =" 1.1.0" targetFramework =" net45" />
10
10
<package id =" Microsoft.CodeAnalysis.Common" version =" 1.3.2" targetFramework =" net45" />
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<packages >
3
- <package id =" Cake" version =" 0.27.2" />
4
- <package id =" Cake.CoreCLR" version =" 0.27.2" />
3
+ <package id =" Cake" version =" 0.28.1" />
5
4
</packages >
You can’t perform that action at this time.
0 commit comments