Skip to content

Commit 5edab63

Browse files
committed
added GitVersion.Abstractions
1 parent 83dbf0e commit 5edab63

File tree

12 files changed

+23
-0
lines changed

12 files changed

+23
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<PackageId>GitVersion.Abstractions</PackageId>
5+
<Title>GitVersion</Title>
6+
<Description>Derives SemVer information from a repository following GitFlow or GitHubFlow. This is the Core library which both GitVersion cli and Task use allowing programatic usage of GitVersion.</Description>
7+
8+
<Product>$(AssemblyName)</Product>
9+
</PropertyGroup>
10+
11+
</Project>

src/GitVersion.App.Tests/GitVersion.App.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<PackageReference Include="Mono.Cecil" />
55
</ItemGroup>
66
<ItemGroup>
7+
<ProjectReference Include="..\GitVersion.Abstractions\GitVersion.Abstractions.csproj" />
78
<ProjectReference Include="..\GitVersion.Core\GitVersion.Core.csproj" />
89
<ProjectReference Include="..\GitVersion.App\GitVersion.App.csproj" />
910
</ItemGroup>

src/GitVersion.Core.Tests/GitVersion.Core.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<PackageReference Include="YamlDotNet" />
1414
</ItemGroup>
1515
<ItemGroup>
16+
<ProjectReference Include="..\GitVersion.Abstractions\GitVersion.Abstractions.csproj" />
1617
<ProjectReference Include="..\GitVersion.BuildAgents\GitVersion.BuildAgents.csproj" />
1718
<ProjectReference Include="..\GitVersion.LibGit2Sharp\GitVersion.LibGit2Sharp.csproj" />
1819
<ProjectReference Include="..\GitVersion.Core\GitVersion.Core.csproj" />

0 commit comments

Comments
 (0)