Skip to content

Commit b4d8794

Browse files
author
Thomas Hambach
committed
Added license
1 parent cb786ee commit b4d8794

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CSharpDiff/CSharpDiff.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@
44
<TargetFramework>net6.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<PackageId>CSharpDiff</PackageId>
7-
<Version>0.0.1</Version>
7+
<Version>0.0.2</Version>
88
<Authors>ThomasHambach</Authors>
99
<Description>
1010
Unified Diff support for .NET. Based on the popular library JSDIFF.
1111
</Description>
1212
<PackageTags>Diff;UniDiff;Line Diff;Unified Diff</PackageTags>
13+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1314

1415
</PropertyGroup>
1516

0 commit comments

Comments
 (0)