Skip to content

Commit

Permalink
Merge pull request #8 from Telefonica/fix/package
Browse files Browse the repository at this point in the history
Fix package info
  • Loading branch information
jaesga authored Jul 19, 2024
2 parents 6e63038 + 4c18e7e commit 4056c66
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions LatchSDK.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,25 +24,26 @@
</ItemGroup>
<PropertyGroup>
<Title>Latch SDK</Title>
<Authors>Telefonica Digital</Authors>
<Authors>Telefónica Innovación Digital</Authors>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageLicenseUrl>http://www.gnu.org/licenses/lgpl-2.1.txt</PackageLicenseUrl>
<PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression>
<PackageTags>latch security protection 2factor authentication two factor telefonica</PackageTags>
<PackageVersion>1.2.0</PackageVersion>
<PackageVersion>1.2.1</PackageVersion>
<Product>Latch SDK</Product>
<Description>Latch is a service that lets you add an extra level of security to your online services to help prevent any unauthorized use.</Description>
<PackageId>Latch_SDK</PackageId>
<PackageId>Latch.SDK</PackageId>
<Company>Telefonica Digital</Company>
<Copyright>Copyright © 2024</Copyright>
<Version>1.2.0</Version>
<AssemblyVersion>1.2.0</AssemblyVersion>
<Version>1.2.1</Version>
<AssemblyVersion>1.2.1</AssemblyVersion>
<IncludeSourceRevisionInInformationalVersion>False</IncludeSourceRevisionInInformationalVersion>
<RepositoryUrl>https://github.com/Telefonica/latch-sdk-dotnet</RepositoryUrl>
<PackageProjectUrl>https://latch.tu.com</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageIcon>icon.png</PackageIcon>
</PropertyGroup>
<ItemGroup>
<None Include="README.md" Pack="true" PackagePath="\" />
<None Include="images\icon.png" Pack="true" PackagePath="\" />
</ItemGroup>

</Project>
Binary file added images/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4056c66

Please sign in to comment.