Skip to content

Commit

Permalink
Newest Elmah.Io.Client
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasArdal committed Jan 13, 2025
1 parent 980d9a6 commit 0d08855
Showing 1 changed file with 39 additions and 39 deletions.
78 changes: 39 additions & 39 deletions src/Elmah.Io.Cli/Elmah.Io.Cli.csproj
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>
<AssemblyName>elmahio</AssemblyName>
<RuntimeIdentifiers>win-x64;linux-x64;osx-x64</RuntimeIdentifiers>
<Platforms>x64</Platforms>
<ApplicationIcon>..\..\logo.ico</ApplicationIcon>
<LangVersion>12</LangVersion>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<!-- NuGet package -->
<Description>A CLI to execute common tasks against elmah.io.</Description>
<Authors>elmah.io</Authors>
<PackageId>Elmah.Io.Cli</PackageId>
<PackageTags>Error;Exception;Reporting;Management;Logging;ELMAH;Diagnostics;Tracing</PackageTags>
<PackageIconUrl>https://secure.gravatar.com/avatar/5c4cb3646528821117abde6d2d5ee22d?s=64</PackageIconUrl>
<PackageIcon>icon.png</PackageIcon>
<PackageProjectUrl>https://elmah.io</PackageProjectUrl>
<RepositoryUrl>https://github.com/elmahio/Elmah.Io.Cli</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageReadmeFile>README.md</PackageReadmeFile>
<!-- .NET Core tool -->
<PackAsTool>true</PackAsTool>
<ToolCommandName>elmahio</ToolCommandName>
<PackageOutputPath>./nupkg</PackageOutputPath>
</PropertyGroup>
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<AssemblyName>elmahio</AssemblyName>
<RuntimeIdentifiers>win-x64;linux-x64;osx-x64</RuntimeIdentifiers>
<Platforms>x64</Platforms>
<ApplicationIcon>..\..\logo.ico</ApplicationIcon>
<LangVersion>12</LangVersion>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<!-- NuGet package -->
<Description>A CLI to execute common tasks against elmah.io.</Description>
<Authors>elmah.io</Authors>
<PackageId>Elmah.Io.Cli</PackageId>
<PackageTags>Error;Exception;Reporting;Management;Logging;ELMAH;Diagnostics;Tracing</PackageTags>
<PackageIconUrl>https://secure.gravatar.com/avatar/5c4cb3646528821117abde6d2d5ee22d?s=64</PackageIconUrl>
<PackageIcon>icon.png</PackageIcon>
<PackageProjectUrl>https://elmah.io</PackageProjectUrl>
<RepositoryUrl>https://github.com/elmahio/Elmah.Io.Cli</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageReadmeFile>README.md</PackageReadmeFile>
<!-- .NET Core tool -->
<PackAsTool>true</PackAsTool>
<ToolCommandName>elmahio</ToolCommandName>
<PackageOutputPath>./nupkg</PackageOutputPath>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Elmah.Io.Client" Version="5.1.76" />
<PackageReference Include="GuerrillaNtp" Version="3.1.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Spectre.Console" Version="0.49.1" />
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
<PackageReference Include="Tx.Windows" Version="3.0.6" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Elmah.Io.Client" Version="5.2.118" />
<PackageReference Include="GuerrillaNtp" Version="3.1.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Spectre.Console" Version="0.49.1" />
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
<PackageReference Include="Tx.Windows" Version="3.0.6" />
</ItemGroup>

<ItemGroup>
<None Include="images\icon.png" Pack="true" PackagePath="\" />
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
</ItemGroup>
<ItemGroup>
<None Include="images\icon.png" Pack="true" PackagePath="\" />
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
</ItemGroup>

</Project>

0 comments on commit 0d08855

Please sign in to comment.