mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2026-07-31 01:40:42 +00:00
README
This commit is contained in:
@@ -3,13 +3,12 @@
|
||||
<PropertyGroup>
|
||||
<Description>Esiur command-line tool</Description>
|
||||
<Copyright>Ahmed Kh. Zamil</Copyright>
|
||||
<PackageProjectUrl>http://www.esiur.com</PackageProjectUrl>
|
||||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
||||
<Version>3.0.0</Version>
|
||||
<PackageId>Esiur.CLI</PackageId>
|
||||
<Authors>Ahmed Kh. Zamil</Authors>
|
||||
<Company>Esiur Foundation</Company>
|
||||
|
||||
<PackageProjectUrl>http://www.esiur.com</PackageProjectUrl>
|
||||
<PackageProjectUrl>https://www.esiur.com/</PackageProjectUrl>
|
||||
<RepositoryUrl>https://github.com/esiur/esiur-dotnet/</RepositoryUrl>
|
||||
|
||||
<PackageReadmeFile>README.md</PackageReadmeFile>
|
||||
@@ -19,10 +18,10 @@
|
||||
<TargetFramework>net10.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
<AssemblyName>Esiur.Cli</AssemblyName>
|
||||
<AssemblyName>Esiur.CLI</AssemblyName>
|
||||
<RootNamespace>Esiur.CLI</RootNamespace>
|
||||
<PublishSingleFile>true</PublishSingleFile>
|
||||
<SelfContained>true</SelfContained>
|
||||
<PublishSingleFile Condition="'$(RuntimeIdentifier)' != ''">true</PublishSingleFile>
|
||||
<SelfContained Condition="'$(RuntimeIdentifier)' != ''">true</SelfContained>
|
||||
<PublishTrimmed>false</PublishTrimmed>
|
||||
<PublishAot>false</PublishAot>
|
||||
|
||||
|
||||
@@ -9,10 +9,10 @@ The project targets .NET 10:
|
||||
```console
|
||||
dotnet build Tools/Esiur.CLI/Esiur.CLI.csproj
|
||||
dotnet pack Tools/Esiur.CLI/Esiur.CLI.csproj -c Release
|
||||
dotnet tool install --global --add-source Tools/Esiur.CLI/nupkg Esiur.Cli
|
||||
dotnet tool install --global --add-source Tools/Esiur.CLI/nupkg Esiur.CLI
|
||||
```
|
||||
|
||||
The project is configured for self-contained, single-file, non-trimmed publishing. Platform release archives and installers are planned for the packaging phase.
|
||||
Runtime-specific publishes are configured as self-contained, single-file, and non-trimmed. The NuGet tool remains framework-dependent and requires .NET 10.
|
||||
|
||||
## Login and profiles
|
||||
|
||||
|
||||
Reference in New Issue
Block a user