Skip to content
This repository was archived by the owner on Apr 13, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions DtoGenerator/DtoGenerator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
</PropertyGroup>

<PropertyGroup>
<Version>0.1.6</Version>
<Version>0.1.7</Version>
<Title>Dto Generator Library</Title>
<Description>Generate your Dtos and mappers with simple attributes on Enity</Description>
<PackageProjectUrl>https://github.com/Ten-James/DtoGenerator</PackageProjectUrl>
<PackageProjectUrl>https://ten-james.github.io/DtoGenerator/</PackageProjectUrl>
<RepositoryUrl>https://github.com/Ten-James/DtoGenerator</RepositoryUrl>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Authors>Jakub Indrák</Authors>
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Stop writing boilerplate code for your DTOs. This package will generate them for you.

[Read more in Our Docs](https://ten-james.github.io/DtoGenerator/)

# Example

```csharp
Expand Down