Prepare NuGet v3 release metadata

This commit is contained in:
2026-07-17 02:24:17 +03:00
parent dbd5715578
commit 3e8fb50110
3 changed files with 10 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
<PropertyGroup>
<Description>Distributed Resources Platform</Description>
<Copyright>Ahmed Kh. Zamil</Copyright>
<PackageProjectUrl>http://www.esiur.com</PackageProjectUrl>
<PackageProjectUrl>https://www.esiur.com</PackageProjectUrl>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>3.0.0</Version>
<RepositoryUrl>https://github.com/esiur/esiur-dotnet</RepositoryUrl>
+7 -1
View File
@@ -44,11 +44,17 @@ Esiur has implementations in C#, JavaScript, and Dart, making it highly versatil
Esiurs robust, feature-rich approach allows developers to focus on building applications without worrying about the complexities of distributed systems, while its self-describing API and broad data type support enable flexible and scalable application design.
## Installation
- Nuget
- NuGet
```Install-Package Esiur```
- Command-line
``` dotnet add package Esiur ```
## Compatibility
The Esiur runtime targets .NET Standard 2.0. Projects that use Esiur's source
generator require .NET SDK 8.0 or newer, or Visual Studio 2022 version 17.8 or
newer (Roslyn 4.8+). Newer supported .NET SDKs can consume the same package.
## Getting Started
Esiur for C# uses source generator feature of .Net framework to implement the necessary calls for property modification, which means a class must be marked as "partial" so the library automatically creates setters and getters for every property exported to the public.