Skip to content

Commit

Permalink
Add license (MIT) - fix warning in NuGet upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Saibamen committed May 13, 2022
1 parent 6f28b05 commit c315dfb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gandalan.IDAS.Crypto/GDL.IDAS.Crypto.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Gandalan.IDAS.Crypto</description>
<copyright>Copyright © Gandalan GmbH &amp; Co. KG 2012-2020</copyright>
<license type="expression">MIT</license>
<dependencies>
<dependency id="BCrypt.Net-Next" version="4.0.3" />
</dependencies>
Expand Down
1 change: 1 addition & 0 deletions Gandalan.IDAS.Logging/GDL.IDAS.Logging.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Gandalan.IDAS.Logging</description>
<copyright>Copyright © Gandalan GmbH &amp; Co. KG 2012-2020</copyright>
<license type="expression">MIT</license>
<dependencies>
</dependencies>
</metadata>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Gandalan.IDAS.WebApi.Client.Wpf</description>
<copyright>Copyright © Gandalan GmbH &amp; Co. KG 2012-2020</copyright>
<license type="expression">MIT</license>
<dependencies>
<dependency id="GDL.IDAS.WebApi.Client" version="BUILDVERSION" />
</dependencies>
Expand Down
1 change: 1 addition & 0 deletions Gandalan.IDAS.WebApi.Client/GDL.IDAS.WebApi.Client.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Gandalan.IDAS.WebApi.Client</description>
<copyright>Copyright © Gandalan GmbH &amp; Co. KG 2012-2020</copyright>
<license type="expression">MIT</license>
<dependencies>
<dependency id="Newtonsoft.Json" version="12.0.3" />
</dependencies>
Expand Down

0 comments on commit c315dfb

Please sign in to comment.