Skip to content

Commit 042a39b

Browse files
updated readme and license
1 parent 60a55ae commit 042a39b

File tree

4 files changed

+13
-46
lines changed

4 files changed

+13
-46
lines changed

MD5CSharp/MD5.csproj

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,27 @@
1010
<ApplicationIcon>logo.ico</ApplicationIcon>
1111
<PackageIcon>logo.png</PackageIcon>
1212
<PackageIconUrl />
13-
<RepositoryUrl>https://github.com/oalexandrefreire/MD5CSharp</RepositoryUrl>
14-
<Version>2.0.2</Version>
13+
<RepositoryUrl>https://github.com/oalexandrefreire/MD5</RepositoryUrl>
14+
<Version>2.0.3</Version>
1515
<RepositoryType>git</RepositoryType>
16-
<AssemblyVersion>2.0.2</AssemblyVersion>
17-
<FileVersion>2.0.2</FileVersion>
18-
<PackageReadmeFile>readme.md</PackageReadmeFile>
19-
<PackageProjectUrl>https://github.com/oalexandrefreire/MD5CSharp</PackageProjectUrl>
16+
<AssemblyVersion>2.0.3</AssemblyVersion>
17+
<FileVersion>2.0.3</FileVersion>
18+
<PackageReadmeFile>README.md</PackageReadmeFile>
19+
<PackageProjectUrl>https://github.com/oalexandrefreire/MD5</PackageProjectUrl>
2020
</PropertyGroup>
2121

2222
<ItemGroup>
2323
<Content Include="logo.ico" />
2424
</ItemGroup>
2525

2626
<ItemGroup>
27-
<None Include="license.txt">
27+
<None Include="..\license.txt">
2828
<Pack>True</Pack>
29-
<PackagePath></PackagePath>
29+
<PackagePath>\</PackagePath>
30+
</None>
31+
<None Include="..\README.md">
32+
<Pack>True</Pack>
33+
<PackagePath>\</PackagePath>
3034
</None>
3135
</ItemGroup>
3236

MD5CSharp/README.md

Lines changed: 0 additions & 36 deletions
This file was deleted.

MD5CSharp/license.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To use the library, you can call the `GetMD5` method on a string to get the MD5
1616
```csharp
1717
string hash = "hello world".GetMD5();
1818
```
19-
## You can also call the Content method on the MD5Hash.Hash class to get the hash from a string:
19+
You can also call the Content method on the MD5Hash.Hash class to get the hash from a string:
2020

2121
```csharp
2222
string hash = MD5Hash.Hash.Content("hello world");

0 commit comments

Comments
 (0)