We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb786ee commit b4d8794Copy full SHA for b4d8794
CSharpDiff/CSharpDiff.csproj
@@ -4,12 +4,13 @@
4
<TargetFramework>net6.0</TargetFramework>
5
<ImplicitUsings>enable</ImplicitUsings>
6
<PackageId>CSharpDiff</PackageId>
7
- <Version>0.0.1</Version>
+ <Version>0.0.2</Version>
8
<Authors>ThomasHambach</Authors>
9
<Description>
10
Unified Diff support for .NET. Based on the popular library JSDIFF.
11
</Description>
12
<PackageTags>Diff;UniDiff;Line Diff;Unified Diff</PackageTags>
13
+ <PackageLicenseExpression>MIT</PackageLicenseExpression>
14
15
</PropertyGroup>
16
0 commit comments