Skip to content

Commit 8821ff9

Browse files
committed
package
1 parent d763fc9 commit 8821ff9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

DiffPlex.Wpf/DiffPlex.Wpf.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<TargetFrameworks>net9.0-windows;net8.0-windows;net6.0-windows;net46;net48</TargetFrameworks>
55
<UseWPF>true</UseWPF>
66
<UseWindowsForms>true</UseWindowsForms>
7-
<Version>1.5.0</Version>
7+
<Version>1.9.0</Version>
88
<RootNamespace>DiffPlex.Wpf</RootNamespace>
99
<AssemblyName>DiffPlex.Wpf</AssemblyName>
1010
<PackageTags>diff, wpf</PackageTags>
1111
<Description>DiffPlex.Wpf is a WPF control library that allows you to programatically render visual text diffs in your application. It also provide a diff viewer control used in Windows Forms application.</Description>
12-
<AssemblyVersion>1.5.0.0</AssemblyVersion>
13-
<FileVersion>1.5.0.0</FileVersion>
12+
<AssemblyVersion>1.9.0.0</AssemblyVersion>
13+
<FileVersion>1.9.0.0</FileVersion>
1414
<ApplicationIcon>..\DiffPlex.ico</ApplicationIcon>
1515
<EnableWindowsTargeting>true</EnableWindowsTargeting>
1616
</PropertyGroup>

DiffPlex/DiffPlex.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<Import Project="..\NuGet.props" />
33
<PropertyGroup>
44
<TargetFrameworks>net45;netstandard2.0;net6.0</TargetFrameworks>
5-
<Version>1.8</Version>
5+
<Version>1.9</Version>
66
<PackageTags>diff</PackageTags>
77
<Description>DiffPlex is a diffing library that allows you to programmatically create text diffs. DiffPlex is a fast and tested library.</Description>
8-
<PackageReleaseNotes>Added UnidiffRenderer class for rendering diffs in Unified Diff format.</PackageReleaseNotes>
8+
<PackageReleaseNotes>Added three-way merge and diff apis plus bug fixes.</PackageReleaseNotes>
99
<PackageReadmeFile>README.md</PackageReadmeFile>
1010
</PropertyGroup>
1111
<ItemGroup>

0 commit comments

Comments
 (0)