Skip to content

Commit f5b89bc

Browse files
committed
Release 2.3.7
1 parent ae1a942 commit f5b89bc

109 files changed

Lines changed: 29294 additions & 15485 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,3 +114,4 @@ UpgradeLog*.XML
114114
#LocalHistory VS plugin
115115
.localhistory/
116116
.settings/launch.json
117+
/.vs/GraphX for .NET/v15/Server/sqlite3

Documents/AIV.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
[assembly: AssemblyTrademark("")]
99
[assembly: AssemblyCulture("")]
1010

11-
[assembly: AssemblyVersion("2.3.6.0")]
12-
[assembly: AssemblyFileVersion("2.3.6.0")]
11+
[assembly: AssemblyVersion("2.3.7.0")]
12+
[assembly: AssemblyFileVersion("2.3.7.0")]

Documents/CHANGELOG.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
WIP 2.3.7
1+
RELEASE 2.3.7
22
- Added edge drag functionality to be able to reattach edge to another vertex (thanks to LaborJos)
33
- Fixed SimpleTreeLayout vertex sizes supplement (thanks to edgardozoppi)
44
- Fixed and improved parallel edge handling (thanks to perturbare)
55
- Fixed RemoveEdge() method were not removing edges from data graph (thanks to perturbare)
6+
- Removed METRO support and example
7+
- Added UAP (UWP) support for Windows 10+ platform (VS2017)
8+
- Minor bugfixes
69

710
RELEASE 2.3.6
811
DETAILED CHANGELOG:

Examples/METRO.SimpleGraph/METRO.SimpleGraph.csproj

Lines changed: 0 additions & 230 deletions
This file was deleted.
-2.4 KB
Binary file not shown.

Examples/METRO.SimpleGraph/Package.appxmanifest

Lines changed: 0 additions & 37 deletions
This file was deleted.

Examples/METRO.SimpleGraph/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 16 deletions
This file was deleted.

Examples/METRO.SimpleGraph/packages.config

Lines changed: 0 additions & 4 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Application
2-
x:Class="METRO.SimpleGraph.App"
2+
x:Class="UAP.SimpleGraph.App"
33
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
44
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
55
>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
// The Blank Application template is documented at http://go.microsoft.com/fwlink/?LinkId=234227
88

9-
namespace METRO.SimpleGraph
9+
namespace UAP.SimpleGraph
1010
{
1111
/// <summary>
1212
/// Provides application-specific behavior to supplement the default Application class.

0 commit comments

Comments
 (0)