Skip to content

Commit

Permalink
Change message importance
Browse files Browse the repository at this point in the history
  • Loading branch information
wazzamatazz committed May 23, 2021
1 parent a09e64e commit a1d9aaf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Import Project=".\build\Dependencies.props" Condition="Exists('.\build\Dependencies.props')" />

<PropertyGroup>
<VersionPrefix>1.0.3</VersionPrefix>
<VersionPrefix>1.0.4</VersionPrefix>
<Authors>Graham Watts</Authors>
<PackageProjectUrl>https://github.com/wazzamatazz/msbuild-extensions</PackageProjectUrl>
<PackageOutputPath>$(MSBuildThisFileDirectory)artifacts\packages\$(Configuration)</PackageOutputPath>
Expand Down
2 changes: 1 addition & 1 deletion samples/ExampleProject/ExampleProject.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Jaahas.MSBuild.Extensions" Version="1.0.3-build.*" />
<PackageReference Include="Jaahas.MSBuild.Extensions" Version="1.0.4-build.*" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
<Output TaskParameter="PackageVersion" PropertyName="Version" />
</SetVersionProperties>

<Message Text="Assembly Version: $(AssemblyVersion)" Importance="high"/>
<Message Text="File Version: $(FileVersion)" Importance="high"/>
<Message Text="Informational Version: $(InformationalVersion)" Importance="high"/>
<Message Text="Package Version: $(PackageVersion)" Importance="high"/>
<Message Text="Assembly Version: $(AssemblyVersion)" Importance="normal"/>
<Message Text="File Version: $(FileVersion)" Importance="normal"/>
<Message Text="Informational Version: $(InformationalVersion)" Importance="normal"/>
<Message Text="Package Version: $(PackageVersion)" Importance="normal"/>
</Target>
</Project>

0 comments on commit a1d9aaf

Please sign in to comment.