Skip to content

Commit b4df944

Browse files
stazzasbjornu
authored andcommitted
Partially changed UtilPack names to NuGetUtils.MSBuild.Exec. Need more thorough check later though.
1 parent 6f80b34 commit b4df944

File tree

4 files changed

+7
-13
lines changed

4 files changed

+7
-13
lines changed

src/GitVersionTask/GitVersionTask.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project Sdk="Microsoft.NET.Sdk">
33

4-
<Import Project="$(MSBuildThisFileDirectory)\UtilPack.Version.props" Condition="exists('$(MSBuildThisFileDirectory)\UtilPack.Version.props')" />
4+
<Import Project="$(MSBuildThisFileDirectory)\NuGetUtils.MSBuild.Exec.Version.props" Condition="exists('$(MSBuildThisFileDirectory)\NuGetUtils.MSBuild.Exec.Version.props')" />
55

66
<PropertyGroup>
77
<TargetFrameworks>net461;netstandard2.0</TargetFrameworks>
@@ -24,10 +24,10 @@
2424

2525
</PropertyGroup>
2626
<ItemGroup>
27-
<None Remove="UtilPack.Version.props" />
27+
<None Remove="NuGetUtils.MSBuild.Exec.Version.props" />
2828
</ItemGroup>
2929
<ItemGroup>
30-
<Content Include="UtilPack.Version.props">
30+
<Content Include="NuGetUtils.MSBuild.Exec.Version.props">
3131
<PackagePath>build\</PackagePath>
3232
</Content>
3333
</ItemGroup>
@@ -38,7 +38,7 @@
3838
<PackageReference Include="YamlDotNet" Version="$(PackageVersion_YamlDotNet)">
3939
<PrivateAssets>All</PrivateAssets>
4040
</PackageReference>
41-
<PackageReference Include="NuGetUtils.MSBuild.Exec" Version="$(PackageVersion_UtilPackNuGetMSBuild)">
41+
<PackageReference Include="NuGetUtils.MSBuild.Exec" Version="$(PackageVersion_NuGetUtilsMSBuildExec)">
4242
<PrivateAssets>all</PrivateAssets>
4343
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
4444
</PackageReference>

src/GitVersionTask/NugetAssets/GitVersionTask.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
<file src="..\NugetAssets\build\**" target="build" />
3434
<file src="..\NugetAssets\build\GitVersionTask.targets" target="buildMultiTargeting" />
3535
<file src="..\bin\$configuration$\**" target="build" />
36-
<file src="..\UtilPack.Version.props" target="build" />
36+
<file src="..\NuGetUtils.MSBuild.Exec.Version.props" target="build" />
3737
</files>
3838
</package>

src/GitVersionTask/NugetAssets/build/Infrastructure.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2-
<Import Project="$(MSBuildThisFileDirectory)\UtilPack.Version.props" Condition="exists('$(MSBuildThisFileDirectory)\UtilPack.Version.props')" />
2+
<Import Project="$(MSBuildThisFileDirectory)\NuGetUtils.MSBuild.Exec.Version.props" Condition="exists('$(MSBuildThisFileDirectory)\NuGetUtils.MSBuild.Exec.Version.props')" />
33

44
<!-- Properties containing paths to functionality files and directories. -->
55
<PropertyGroup>
@@ -10,7 +10,7 @@
1010
</PropertyGroup>
1111

1212
<PropertyGroup Condition=" '$(NuGetUtilsMSBuildExecAssemblyPath)' == ''">
13-
<UtilPackVersion>$(PackageVersion_UtilPackNuGetMSBuild)</UtilPackVersion>
13+
<UtilPackVersion>$(PackageVersion_NuGetUtilsMSBuildExec)</UtilPackVersion>
1414
<UtilPackNuGetMSBuildPropsPath Condition=" '$(UtilPackNuGetMSBuildPropsPath)' == ''">$(MSBuildThisFileDirectory)../../../nugetutils.msbuild.exec/$(UtilPackVersion)/build/NuGetUtils.MSBuild.Exec.props</UtilPackNuGetMSBuildPropsPath>
1515
<UtilPackNuGetMSBuildPropsAbsolutePath>$([System.IO.Path]::GetFullPath('$(UtilPackNuGetMSBuildPropsPath)'))</UtilPackNuGetMSBuildPropsAbsolutePath>
1616
<!-- Set absolute path to empty string if automatic deduction failed. -->

src/GitVersionTask/UtilPack.Version.props

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)