TODO features:
Application: V Export comments now respects "Code in Hex" checkbox on the main form Bugs: V Frame modified flag persists when switching to another frame after rejected to save previous frame V Ctrl-C, Ctrl-V doesn't work in the Note editbox because it tries to copy/paste the frame! V Post "Backslash" instead of \ in comments
This commit is contained in:
@@ -20,9 +20,9 @@
|
||||
<UseWindowsForms>true</UseWindowsForms>
|
||||
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
|
||||
<ApplicationIcon>icon_64.ico</ApplicationIcon>
|
||||
<AssemblyVersion>2.9.0.0</AssemblyVersion>
|
||||
<FileVersion>2.9.0.0</FileVersion>
|
||||
<Version>$(VersionPrefix)2.9.0</Version>
|
||||
<AssemblyVersion>2.10.0.0</AssemblyVersion>
|
||||
<FileVersion>2.10.0.0</FileVersion>
|
||||
<Version>$(VersionPrefix)2.10.0</Version>
|
||||
<Copyright>Anton Mukhin</Copyright>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
||||
|
Reference in New Issue
Block a user