-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add XML documentation and generate files
* **PrsianDate/PersianDate.csproj** - Add `<GenerateDocumentationFile>true</GenerateDocumentationFile>` to generate XML documentation. - Add `<IncludeSymbols>true</IncludeSymbols>` to generate symbol files. - Add `<ReadmeFile>README.md</ReadmeFile>` to include the readme file in the NuGet package. * **PrsianDate/PersianDateShamsi.cs** - Add XML documentation comments to all public methods and properties. - Add `<summary>` tags to describe the purpose of each method. - Add `<param>` tags to describe each parameter. - Add `<returns>` tags to describe the return value. * **PrsianDate/ToShamsi.cs** - Add XML documentation comments to all public methods and properties. - Add `<summary>` tags to describe the purpose of each method. - Add `<param>` tags to describe each parameter. - Add `<returns>` tags to describe the return value.
- Loading branch information
Showing
3 changed files
with
62 additions
and
34 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
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
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