Skip to content

Commit

Permalink
Add NuGet package generation to File Key Store and change license of …
Browse files Browse the repository at this point in the history
…this plugin to LGPL-3.0
  • Loading branch information
Maxhy committed Feb 26, 2024
1 parent 7c61991 commit 4276eab
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,24 @@
<RootNamespace>Leosac.$(MSBuildProjectName.Replace(" ", "_"))</RootNamespace>
</PropertyGroup>

<PropertyGroup>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageId>Leosac.$(AssemblyName)</PackageId>
<Version>1.13.1</Version>
<Title>Leosac Key Manager File Key Store Library</Title>
<Company>Leosac SAS</Company>
<Product>Leosac Key Manager</Product>
<Authors>leosac</Authors>
<Description>File Key Store Library for Leosac Key Manager</Description>
<Copyright>Copyright ©2024 Leosac SAS</Copyright>
<PackageProjectUrl>https://github.com/leosac/key-manager</PackageProjectUrl>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/leosac/key-manager.git</RepositoryUrl>
<PackageTags>leosac key manager management file store</PackageTags>
<PackageLicenseExpression>LGPL-3.0-only</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="log4net" Version="2.0.15">
<ExcludeAssets>runtime</ExcludeAssets>
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ The source code of this software is distributed under the **GPLv3** license exce
* KeyManager.Library.Plugin library
* KeyManager.Library.Plugin.UI library
* KeyManager.Library.UI library
* KeyManager.Library.KeyStore.File library

Please contact Leosac SAS ([email protected]) for licensing and legal questions.

Expand Down

0 comments on commit 4276eab

Please sign in to comment.