Skip to content

Commit

Permalink
Nuget packaging updates. Icon attribution added to readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
daverayment committed Aug 29, 2022
1 parent a44f10c commit 9cf37b5
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
22 changes: 22 additions & 0 deletions Cryptography.Fernet/Cryptography.Fernet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,28 @@
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PackageTags>fernet;cryptography;encrypt;decrypt;security;token</PackageTags>
<RepositoryUrl>https://github.com/daverayment/Cryptography.Fernet</RepositoryUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Authors>daverayment</Authors>
<Description>A .NET implementation of the Fernet symmetric encryption standard.</Description>
<Copyright>Copyright (c) 2022 David Rayment</Copyright>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageIcon>Images\001-key-lock-128x128.png</PackageIcon>
</PropertyGroup>

<ItemGroup>
<None Include="..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

<ItemGroup>
<None Update="Images\001-key-lock-128x128.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

</Project>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,6 @@ dotnet test
You should see results similar to this:

![image](https://user-images.githubusercontent.com/7127766/187106455-29046500-9a64-4cb0-8eeb-838fd110d04f.png)

## Attributions
<a href="https://www.flaticon.com/free-icons/file" title="file icons">File icons created by Payungkead - Flaticon</a>

0 comments on commit 9cf37b5

Please sign in to comment.