Skip to content

Commit

Permalink
Added license file to packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm360 committed Jul 15, 2020
1 parent 599e94c commit dd56c2c
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 0 deletions.
File renamed without changes.
2 changes: 2 additions & 0 deletions MongODM.sln
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{03C64D98-FF9F-4760-AE82-203953FF4940}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE.txt = LICENSE.txt
MongODM.sln.licenseheader = MongODM.sln.licenseheader
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{D4BB5972-5F7B-43ED-81C1-69ECF0E62D1E}"
Expand Down
8 changes: 8 additions & 0 deletions src/ExecutionContext/ExecutionContext.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<LangVersion>8.0</LangVersion>
<Nullable>enable</Nullable>
<RepositoryUrl>https://github.com/Etherna/mongodm</RepositoryUrl>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
</PropertyGroup>

<ItemGroup>
Expand All @@ -22,4 +23,11 @@
</PackageReference>
</ItemGroup>

<ItemGroup>
<None Include="..\..\LICENSE.txt">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>

</Project>
8 changes: 8 additions & 0 deletions src/MongODM.AspNetCore/MongODM.AspNetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<LangVersion>8.0</LangVersion>
<Nullable>enable</Nullable>
<RepositoryUrl>https://github.com/Etherna/mongodm</RepositoryUrl>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
</PropertyGroup>

<ItemGroup Condition="'$(TargetFramework)'=='netstandard2.0'">
Expand Down Expand Up @@ -36,4 +37,11 @@
<ProjectReference Include="..\MongODM.Core\MongODM.Core.csproj" />
</ItemGroup>

<ItemGroup>
<None Include="..\..\LICENSE.txt">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>

</Project>
8 changes: 8 additions & 0 deletions src/MongODM.Core/MongODM.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<LangVersion>8.0</LangVersion>
<Nullable>enable</Nullable>
<RepositoryUrl>https://github.com/Etherna/mongodm</RepositoryUrl>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
</PropertyGroup>

<ItemGroup>
Expand All @@ -26,4 +27,11 @@
<ProjectReference Include="..\ExecutionContext\ExecutionContext.csproj" />
</ItemGroup>

<ItemGroup>
<None Include="..\..\LICENSE.txt">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>

</Project>
8 changes: 8 additions & 0 deletions src/MongODM.Hangfire/MongODM.Hangfire.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<LangVersion>8.0</LangVersion>
<Nullable>enable</Nullable>
<RepositoryUrl>https://github.com/Etherna/mongodm</RepositoryUrl>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
</PropertyGroup>

<ItemGroup>
Expand All @@ -27,4 +28,11 @@
<ProjectReference Include="..\MongODM.Core\MongODM.Core.csproj" />
</ItemGroup>

<ItemGroup>
<None Include="..\..\LICENSE.txt">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>

</Project>

0 comments on commit dd56c2c

Please sign in to comment.