Skip to content

Commit

Permalink
edited csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
oalexandrefreire committed Mar 25, 2022
1 parent adfab52 commit d27ecd9
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions MD5CSharp/MD5.csproj
Expand Up @@ -3,18 +3,20 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Authors>Alexandre Freire</Authors>
<Company>AF</Company>
<Company>Alexandre Freire</Company>
<PackageTags>Hash, MD5, MD5Hash, Encryptor</PackageTags>
<Description>Encrypt strings easily, using helper or extension. Example: string password = MD5Hash.Hash.Content("123");</Description>
<PackageLicenseFile>license.txt</PackageLicenseFile>
<ApplicationIcon>logo.ico</ApplicationIcon>
<PackageIcon>logo.png</PackageIcon>
<PackageIconUrl />
<RepositoryUrl>https://github.com/oalexandrefreire/MD5CSharp</RepositoryUrl>
<Version>2.0.0</Version>
<Version>2.0.2</Version>
<RepositoryType>git</RepositoryType>
<AssemblyVersion>2.0.1</AssemblyVersion>
<FileVersion>2.0.1</FileVersion>
<AssemblyVersion>2.0.2</AssemblyVersion>
<FileVersion>2.0.2</FileVersion>
<PackageReadmeFile>readme.md</PackageReadmeFile>
<PackageProjectUrl>https://github.com/oalexandrefreire/MD5CSharp</PackageProjectUrl>
</PropertyGroup>

<ItemGroup>
Expand All @@ -33,6 +35,10 @@
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Update="readme.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

</Project>

0 comments on commit d27ecd9

Please sign in to comment.