Skip to content

Commit 97cbf65

Browse files
committed
release wpf fix
1 parent a0553d7 commit 97cbf65

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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.9.0</Version>
7+
<Version>1.9.1</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.9.0.0</AssemblyVersion>
13-
<FileVersion>1.9.0.0</FileVersion>
12+
<AssemblyVersion>1.9.1.0</AssemblyVersion>
13+
<FileVersion>1.9.1.0</FileVersion>
1414
<ApplicationIcon>..\DiffPlex.ico</ApplicationIcon>
1515
<EnableWindowsTargeting>true</EnableWindowsTargeting>
1616
</PropertyGroup>

0 commit comments

Comments
 (0)