Skip to content

Commit 8c3b6f1

Browse files
committed
Make Nerdbank.GitVersioning applicable to more projects
In particular since this package is made up purely of build features, we apply to *all* projects.
1 parent 07fc42e commit 8c3b6f1

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

src/Nerdbank.GitVersioning.NuGet/Nerdbank.GitVersioning.NuGet.nuproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@
5252
<Content Include="..\NerdBank.GitVersioning\version.schema.json">
5353
<Link>tools\version.schema.json</Link>
5454
</Content>
55+
<Content Include="build\dotnet\Nerdbank.GitVersioning.targets" />
5556
<Content Include="build\NerdBank.GitVersioning.targets" />
57+
<Content Include="build\portable-net+win+wpa+wp+sl+net-cf+netmf+MonoAndroid+MonoTouch+Xamarin.iOS\Nerdbank.GitVersioning.targets" />
5658
<Content Include="tools\Get-Version.ps1" />
5759
<Content Include="tools\Get-CommitId.ps1" />
5860
<Content Include="tools\Create-VersionFile.ps1" />
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<Import Project="..\$(MSBuildThisFileName)$(MSBuildThisFileExtension)" />
4+
</Project>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<Import Project="..\$(MSBuildThisFileName)$(MSBuildThisFileExtension)" />
4+
</Project>

0 commit comments

Comments
 (0)