Skip to content

Commit edb1da9

Browse files
committed
Working on documentation
1 parent 8aff088 commit edb1da9

10 files changed

Lines changed: 24 additions & 10 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Benutzerdefinierte Designs und Akzente
2+
3+
Seit der Version 1.5.0.0 können Sie benutzerdefinierte Designs und Akzente erstellen, die mit [MahApps.Metro](https://github.com/MahApps/MahApps.Metro) kompatible sind.
4+
5+
Designs und Akzente können im Programmordner unter `themes` abgelegt werden.
6+
7+
8+
9+

Documentation/de-DE/HowTo/Install_RDP_8dot1_on_Windows6dot1.md renamed to Documentation/de-DE/Help/Install_RDP_8dot1_on_Windows6dot1.md

File renamed without changes.

Documentation/de-DE/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Dokumentation
22

33
## Hilfe
4-
- [Wie installiere ich RDP 8.1 unter Windows 7 / Server 2008 R2?](HowTo/Install_RDP_8dot1_on_Windows6dot1.md)
4+
- [Wie installiere ich RDP 8.1 unter Windows 7 / Server 2008 R2?](Help/Install_RDP_8dot1_on_Windows6dot1.md)
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Custom themes and accents
2+
3+
Since version 1.5.0.0, you can create custom themes and accents.
4+
5+
The design is based on the libary [MahApps.Metro](https://github.com/MahApps/MahApps.Metro)

Documentation/en-US/HowTo/Install_RDP_8dot1_on_Windows6dot1.md renamed to Documentation/en-US/Help/Install_RDP_8dot1_on_Windows6dot1.md

File renamed without changes.

Documentation/en-US/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Documentation
22

33
## Help
4-
- [How to install RDP 8.1 on Windows 7/Server 2008 R2?](HowTo/Install_RDP_8dot1_on_Windows6dot1.md)
4+
- [How to install RDP 8.1 on Windows 7/Server 2008 R2?](Help/Install_RDP_8dot1_on_Windows6dot1.md)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ _On Windows 10 systems, SmartScreen may prevent the execution of the_ `NETworkMa
5252

5353
- Windows 7 or later
5454
- .NET-Framework 4.6
55-
- RDP 8.1 ([How to install RDP 8.1 on Windows 7/Server 2008 R2?](Documentation/en-US/HowTo/Install_RDP_8dot1_on_Windows6dot1.md))
55+
- RDP 8.1 ([How to install RDP 8.1 on Windows 7/Server 2008 R2?](Documentation/en-US/Help/Install_RDP_8dot1_on_Windows6dot1.md))
5656

5757
<h2>Documentation</h2>
5858

Source/NETworkManager/Models/Documentation/DocumentationManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public static List<DocumentationInfo> List
1818
{
1919
return new List<DocumentationInfo>
2020
{
21-
new DocumentationInfo(00001, @"/HowTo/Install_RDP_8dot1_on_Windows6dot1.md", GetLocalizationInfoList("en-US", "de-DE"))
21+
new DocumentationInfo(00001, @"/Help/Install_RDP_8dot1_on_Windows6dot1.md", GetLocalizationInfoList("en-US", "de-DE"))
2222
};
2323
}
2424
}

Source/NETworkManager/NETworkManager.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@
6868
<Reference Include="Dragablz, Version=0.0.3.197, Culture=neutral, processorArchitecture=MSIL">
6969
<HintPath>..\packages\Dragablz.0.0.3.197\lib\net45\Dragablz.dll</HintPath>
7070
</Reference>
71-
<Reference Include="MahApps.Metro, Version=1.6.0.184, Culture=neutral, processorArchitecture=MSIL">
72-
<HintPath>..\packages\MahApps.Metro.1.6.0-alpha0184\lib\net45\MahApps.Metro.dll</HintPath>
71+
<Reference Include="MahApps.Metro, Version=1.6.0.362, Culture=neutral, processorArchitecture=MSIL">
72+
<HintPath>..\packages\MahApps.Metro.1.6.0\lib\net45\MahApps.Metro.dll</HintPath>
7373
</Reference>
7474
<Reference Include="MahApps.Metro.IconPacks, Version=2.0.0.31, Culture=neutral, processorArchitecture=MSIL">
7575
<HintPath>..\packages\MahApps.Metro.IconPacks.2.0.0\lib\net46\MahApps.Metro.IconPacks.dll</HintPath>
@@ -79,8 +79,8 @@
7979
<EmbedInteropTypes>True</EmbedInteropTypes>
8080
<HintPath>obj\Debug\MSTSCLib.dll</HintPath>
8181
</Reference>
82-
<Reference Include="Octokit, Version=0.28.0.0, Culture=neutral, processorArchitecture=MSIL">
83-
<HintPath>..\packages\Octokit.0.28.0\lib\net45\Octokit.dll</HintPath>
82+
<Reference Include="Octokit, Version=0.29.0.0, Culture=neutral, processorArchitecture=MSIL">
83+
<HintPath>..\packages\Octokit.0.29.0\lib\net45\Octokit.dll</HintPath>
8484
</Reference>
8585
<Reference Include="SharpSnmpLib, Version=10.0.3.0, Culture=neutral, PublicKeyToken=4c00852d3788e005, processorArchitecture=MSIL">
8686
<HintPath>..\packages\Lextm.SharpSnmpLib.10.0.3\lib\net452\SharpSnmpLib.dll</HintPath>

Source/NETworkManager/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package id="ControlzEx" version="3.0.2.4" targetFramework="net46" />
44
<package id="Dragablz" version="0.0.3.197" targetFramework="net46" />
55
<package id="Lextm.SharpSnmpLib" version="10.0.3" targetFramework="net46" />
6-
<package id="MahApps.Metro" version="1.6.0-alpha0184" targetFramework="net46" />
6+
<package id="MahApps.Metro" version="1.6.0" targetFramework="net46" />
77
<package id="MahApps.Metro.IconPacks" version="2.0.0" targetFramework="net46" />
8-
<package id="Octokit" version="0.28.0" targetFramework="net46" />
8+
<package id="Octokit" version="0.29.0" targetFramework="net46" />
99
</packages>

0 commit comments

Comments
 (0)