From db94f622e2de991408d83fed8c3b29edece94a38 Mon Sep 17 00:00:00 2001 From: Gerrit Gazic Date: Sun, 15 May 2016 23:29:32 +0200 Subject: [PATCH] Updated to 1.1.1 --- CHANGELOG.txt | 4 ++++ sharpDox SDK.nuspec | 2 +- src/Core/SharpDox.Core/Properties/AssemblyInfo.cs | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 910c9595..93e70131 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,7 @@ +Version 1.1.1 + +- Fixed a bug with usings and see xml tags + Version 1.1 - Replaced NRefactory with Roslyn diff --git a/sharpDox SDK.nuspec b/sharpDox SDK.nuspec index 45444bb4..0f96c2f7 100644 --- a/sharpDox SDK.nuspec +++ b/sharpDox SDK.nuspec @@ -2,7 +2,7 @@ sharpDoxSDK - 1.1.1 + 1.1.2 sharpDox SDK Gerrit 'Geaz' Gazic Gerrit 'Geaz' Gazic diff --git a/src/Core/SharpDox.Core/Properties/AssemblyInfo.cs b/src/Core/SharpDox.Core/Properties/AssemblyInfo.cs index ec787e98..72c429f9 100644 --- a/src/Core/SharpDox.Core/Properties/AssemblyInfo.cs +++ b/src/Core/SharpDox.Core/Properties/AssemblyInfo.cs @@ -33,6 +33,6 @@ // übernehmen, indem Sie "*" eingeben: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0")] +[assembly: AssemblyFileVersion("1.1.0")] [assembly: InternalsVisibleTo("SharpDox.Config.Tests")]