-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumps [NuGetizer](https://github.com/devlooped/nugetizer) from 1.2.2 to 1.2.3. - [Release notes](https://github.com/devlooped/nugetizer/releases) - [Changelog](https://github.com/devlooped/nugetizer/blob/main/changelog.md) - [Commits](devlooped/nugetizer@v1.2.2...v1.2.3) --- updated-dependencies: - dependency-name: NuGetizer dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
004b2da
commit 1df5465
Showing
1 changed file
with
44 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,45 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<OutputType>Exe</OutputType> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<RootNamespace>Devlooped</RootNamespace> | ||
<GenerateDocumentationFile>false</GenerateDocumentationFile> | ||
<RollForward>Major</RollForward> | ||
<ToolCommandName>trx</ToolCommandName> | ||
<PackageId>dotnet-trx</PackageId> | ||
<Description>Pretty-print test results in TRX format</Description> | ||
<PackageTags>dotnet tests dotnet-tools</PackageTags> | ||
<PackageLicenseExpression>MIT</PackageLicenseExpression> | ||
<PackAsTool>true</PackAsTool> | ||
<BuildDate>$([System.DateTime]::Now.ToString("yyyy-MM-dd"))</BuildDate> | ||
<BuildRef>$(GITHUB_REF_NAME)</BuildRef> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="NuGetizer" Version="1.2.2" /> | ||
<PackageReference Include="Devlooped.Web" Version="1.2.2" /> | ||
<PackageReference Include="Humanizer.Core" Version="2.14.1" /> | ||
<PackageReference Include="NuGet.Protocol" Version="6.11.0" /> | ||
<PackageReference Include="Spectre.Console.Cli" Version="0.49.1" /> | ||
<PackageReference Include="ThisAssembly.Git" Version="1.5.0" PrivateAssets="all" /> | ||
<PackageReference Include="ThisAssembly.Project" Version="1.5.0" PrivateAssets="all" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectProperty Include="ToolCommandName" /> | ||
<ProjectProperty Include="BuildDate" /> | ||
<ProjectProperty Include="BuildRef" /> | ||
<ProjectProperty Include="PackageId" /> | ||
<ProjectProperty Include="PackageVersion" /> | ||
<ProjectProperty Include="PackageProjectUrl" /> | ||
</ItemGroup> | ||
|
||
<Target Name="RenderHelp" AfterTargets="Build" Condition="$(DesignTimeBuild) != 'true'"> | ||
<WriteLinesToFile Lines="```shell" Overwrite="true" Encoding="UTF-8" File="help.md" /> | ||
<Exec Command="dotnet run --no-build -- --help >> help.md" StdOutEncoding="UTF-8" | ||
EnvironmentVariables="NO_COLOR=true" /> | ||
<WriteLinesToFile Lines="```" Overwrite="false" Encoding="UTF-8" File="help.md" /> | ||
</Target> | ||
|
||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<OutputType>Exe</OutputType> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<RootNamespace>Devlooped</RootNamespace> | ||
<GenerateDocumentationFile>false</GenerateDocumentationFile> | ||
<RollForward>Major</RollForward> | ||
<ToolCommandName>trx</ToolCommandName> | ||
<PackageId>dotnet-trx</PackageId> | ||
<Description>Pretty-print test results in TRX format</Description> | ||
<PackageTags>dotnet tests dotnet-tools</PackageTags> | ||
<PackageLicenseExpression>MIT</PackageLicenseExpression> | ||
<PackAsTool>true</PackAsTool> | ||
<BuildDate>$([System.DateTime]::Now.ToString("yyyy-MM-dd"))</BuildDate> | ||
<BuildRef>$(GITHUB_REF_NAME)</BuildRef> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="NuGetizer" Version="1.2.3" /> | ||
<PackageReference Include="Devlooped.Web" Version="1.2.2" /> | ||
<PackageReference Include="Humanizer.Core" Version="2.14.1" /> | ||
<PackageReference Include="NuGet.Protocol" Version="6.11.0" /> | ||
<PackageReference Include="Spectre.Console.Cli" Version="0.49.1" /> | ||
<PackageReference Include="ThisAssembly.Git" Version="1.5.0" PrivateAssets="all" /> | ||
<PackageReference Include="ThisAssembly.Project" Version="1.5.0" PrivateAssets="all" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectProperty Include="ToolCommandName" /> | ||
<ProjectProperty Include="BuildDate" /> | ||
<ProjectProperty Include="BuildRef" /> | ||
<ProjectProperty Include="PackageId" /> | ||
<ProjectProperty Include="PackageVersion" /> | ||
<ProjectProperty Include="PackageProjectUrl" /> | ||
</ItemGroup> | ||
|
||
<Target Name="RenderHelp" AfterTargets="Build" Condition="$(DesignTimeBuild) != 'true'"> | ||
<WriteLinesToFile Lines="```shell" Overwrite="true" Encoding="UTF-8" File="help.md" /> | ||
<Exec Command="dotnet run --no-build -- --help >> help.md" StdOutEncoding="UTF-8" | ||
EnvironmentVariables="NO_COLOR=true" /> | ||
<WriteLinesToFile Lines="```" Overwrite="false" Encoding="UTF-8" File="help.md" /> | ||
</Target> | ||
|
||
</Project> |