Skip to content
This repository has been archived by the owner on Apr 30, 2020. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit Gazic committed May 13, 2016
2 parents 78febcc + f8c1e0a commit d6a270d
Show file tree
Hide file tree
Showing 159 changed files with 3,243 additions and 3,197 deletions.
23 changes: 15 additions & 8 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Version 1.1

- Replaced NRefactory with Roslyn
- Reworked HTML Output (using Angular 2 together with FSC.js)
- Added a small http server for the HTML Output, if running from file system (start.exe)
- Added a top menu in the GUI - replacing the old file menu
- Code tweaks and bug fixes

Version 1.0rc2

- GUI bugfixes
Expand Down Expand Up @@ -25,7 +33,6 @@ Version 0.9.9.*

- added a search box in html export
- added favicon support in html export
- html output now usable in IE8
- references in navigation files are no longer case-sensitive
- fixed some bugs in the 'Excluded Identifiers' window
- changed the functionality of the hide/show buttons in the 'Excluded Identifiers' window
Expand Down Expand Up @@ -165,25 +172,25 @@ Version 0.9

Version 0.8.5

- Es wurde eine Auto-Update Funktionalit�t eingebaut, diese kann ebenfalls von Plugins genutzt werden (siehe dazu auf sharpdox.geaz.de die Tutorials)
- Es wurde ein Fortschrittsbalken f�r den Bauvorgang eingebaut
- Die Sequenzdiagramme wurden etwas �berarbeitet
- Es wurde eine Auto-Update Funktionalit�t eingebaut, diese kann ebenfalls von Plugins genutzt werden (siehe dazu auf sharpdox.geaz.de die Tutorials)
- Es wurde ein Fortschrittsbalken f�r den Bauvorgang eingebaut
- Die Sequenzdiagramme wurden etwas �berarbeitet
- Die Beschreibung von Parametern wurde in die Dokumentation eingebaut
- Logos werden nun von der HTML Dokumentation verwendet
- Ein Fehler wurde behoben, welcher den erneuten Bau einer Dokumentation verhinderte
- Probleme mit der GUI Performance wurden behoben
- Eine �berpr�fung, ob notwendige Daten eingeben wurden, wurde eingebaut
- Eine �berpr�fung, ob notwendige Daten eingeben wurden, wurde eingebaut
- Namespaces werden nun korrekt ausgeschlossen
- Einige Bugs in der HTML Dokumentation wurden entfernt

Version 0.8.1

- Einen Fehler in der HTML-Dokumentation behoben, welcher die korrekte Ausf�hrung im IE verhindert hat
- Einen Fehler in der HTML-Dokumentation behoben, welcher die korrekte Ausf�hrung im IE verhindert hat
- Die Bauvorgangsausgabe zeigt nun korrekt an, falls es beim Bauvorgang einen Fehler gab.
- Die Bauvorgangsausgabe zeigt nun an, welche Klasse aktuell eingelesen wird.
- Die Logeintr�ge sind nun mit Zeiten gekennzeichnet.
- Die Logeintr�ge sind nun mit Zeiten gekennzeichnet.
- Ein Fehler wurde behoben, welches das Beenden von sharpDox verhindert hat.

Version 0.8

- Erste Ver�ffentlichung
- Erste Ver�ffentlichung
2 changes: 1 addition & 1 deletion build.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
call nuget.exe restore src

set msBuildDir=%WINDIR%\Microsoft.NET\Framework\v4.0.30319
set msBuildDir="C:\Program Files (x86)\MSBuild\14.0\Bin"
call %msBuildDir%\msbuild "msbuild.config" /p:Configuration=Build
Binary file removed libs/ICSharpCode.NRefactory.CSharp.dll
Binary file not shown.
Binary file removed libs/ICSharpCode.NRefactory.Cecil.dll
Binary file not shown.
Binary file removed libs/ICSharpCode.NRefactory.Xml.dll
Binary file not shown.
Binary file removed libs/ICSharpCode.NRefactory.dll
Binary file not shown.
30 changes: 22 additions & 8 deletions msbuild.config
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,32 @@
src/Shells/SharpDox.Console/bin/Release/SharpDox.Console.exe.config"/>

<LibraryFiles Include="src/Core/SharpDox.Core/bin/Release/Autofac.dll;
src/Core/SharpDox.Core/bin/Release/ICSharpCode.NRefactory.Cecil.dll;
src/Core/SharpDox.Core/bin/Release/ICSharpCode.NRefactory.CSharp.dll;
src/Core/SharpDox.Core/bin/Release/ICSharpCode.NRefactory.dll;
src/Core/SharpDox.Core/bin/Release/ICSharpCode.NRefactory.Xml.dll;
src/Core/SharpDox.Core/bin/Release/log4net.dll;
src/Core/SharpDox.Core/bin/Release/Mono.Cecil.dll;
src/Core/SharpDox.Core/bin/Release/SharpDox.Build.dll;
src/Core/SharpDox.Core/bin/Release/SharpDox.Build.NRefactory.dll;
src/Core/SharpDox.Core/bin/Release/SharpDox.Build.Roslyn.dll;
src/Core/SharpDox.Core/bin/Release/SharpDox.Model.dll;
src/Core/SharpDox.Core/bin/Release/SharpDox.Sdk.dll;
src/Core/SharpDox.Core/bin/Release/SharpDox.Core.dll;
src/Libraries/SharpDox.UML/bin/Release/SharpDox.UML.dll;"/>
src/Libraries/SharpDox.UML/bin/Release/SharpDox.UML.dll;
src/Shells/SharpDox.GUI/bin/Release/NLog.dll;
src/Shells/SharpDox.GUI/bin/Release/System.Reflection.Metadata.dll;
src/Shells/SharpDox.GUI/bin/Release/System.Composition.TypedParts.dll;
src/Shells/SharpDox.GUI/bin/Release/System.Composition.Hosting.dll;
src/Shells/SharpDox.GUI/bin/Release/System.Composition.Runtime.dll;
src/Shells/SharpDox.GUI/bin/Release/System.Composition.Convention.dll;
src/Shells/SharpDox.GUI/bin/Release/System.Composition.AttributedModel.dll;
src/Shells/SharpDox.GUI/bin/Release/System.Collections.Immutable.dll;
src/Shells/SharpDox.GUI/bin/Release/Microsoft.Build.dll;
src/Shells/SharpDox.GUI/bin/Release/Microsoft.Build.Engine.dll;
src/Shells/SharpDox.GUI/bin/Release/Microsoft.Build.Framework.dll;
src/Shells/SharpDox.GUI/bin/Release/Microsoft.Build.Tasks.Core.dll;
src/Shells/SharpDox.GUI/bin/Release/Microsoft.Build.Utilities.Core.dll;
src/Shells/SharpDox.GUI/bin/Release/Microsoft.CodeAnalysis.dll;
src/Shells/SharpDox.GUI/bin/Release/Microsoft.CodeAnalysis.CSharp.dll;
src/Shells/SharpDox.GUI/bin/Release/Microsoft.CodeAnalysis.CSharp.Workspaces.dll;
src/Shells/SharpDox.GUI/bin/Release/Microsoft.CodeAnalysis.VisualBasic.dll;
src/Shells/SharpDox.GUI/bin/Release/Microsoft.CodeAnalysis.VisualBasic.Workspaces.dll;
src/Shells/SharpDox.GUI/bin/Release/Microsoft.CodeAnalysis.Workspaces.dll;
src/Shells/SharpDox.GUI/bin/Release/Microsoft.CodeAnalysis.Workspaces.Desktop.dll"/>

<AdditionalFiles Include="CHANGELOG.txt"/>

Expand Down
Binary file modified nuget.exe
Binary file not shown.
4 changes: 2 additions & 2 deletions sharpDox SDK-beta.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>sharpDoxSDK</id>
<version>0.9.11.14-beta</version>
<version>1.2-beta</version>
<title>sharpDox SDK</title>
<authors>Gerrit 'Geaz' Gazic</authors>
<owners>Gerrit 'Geaz' Gazic</owners>
<projectUrl>http://sharpdox.de</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>This package contains all files necessary to create you own plugins for sharpDox.</description>
<copyright>Copyright © 2014</copyright>
<copyright>Copyright © 2016</copyright>
</metadata>
</package>
4 changes: 2 additions & 2 deletions sharpDox SDK.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>sharpDoxSDK</id>
<version>1.0</version>
<version>1.1.1</version>
<title>sharpDox SDK</title>
<authors>Gerrit 'Geaz' Gazic</authors>
<owners>Gerrit 'Geaz' Gazic</owners>
<projectUrl>http://sharpdox.de</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>This package contains all files necessary to create you own plugins for sharpDox.</description>
<copyright>Copyright © 2014</copyright>
<copyright>Copyright © 2016</copyright>
</metadata>
</package>
Loading

0 comments on commit d6a270d

Please sign in to comment.