Skip to content

Commit

Permalink
Licença e Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fosouzadev committed Sep 8, 2024
1 parent 54d5c79 commit 8eb5665
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions FoSouzaDev.Common.Domain.sln
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
README.md = README.md
EndProjectSection
EndProject
Global
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Elementos comuns de domínio

Pacote utilizado no estudo de Web Apis que utilizam isolamento de camadas.
3 changes: 2 additions & 1 deletion src/FoSouzaDev.Common.Domain/FoSouzaDev.Common.Domain.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
<IsPackable>true</IsPackable>
<PackageId>$(AssemblyName)</PackageId>
<Version>1.0.0</Version>
<Authors>https://github.com/fosouzadev</Authors>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Authors>Felipe Souza</Authors>
<RepositoryUrl>https://github.com/fosouzadev/common-domain</RepositoryUrl>
</PropertyGroup>

Expand Down

0 comments on commit 8eb5665

Please sign in to comment.