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

Commit

Permalink
Updated to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit Gazic committed May 15, 2016
1 parent 015f17d commit db94f62
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 1.1.1

- Fixed a bug with usings and see xml tags

Version 1.1

- Replaced NRefactory with Roslyn
Expand Down
2 changes: 1 addition & 1 deletion sharpDox SDK.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>sharpDoxSDK</id>
<version>1.1.1</version>
<version>1.1.2</version>
<title>sharpDox SDK</title>
<authors>Gerrit 'Geaz' Gazic</authors>
<owners>Gerrit 'Geaz' Gazic</owners>
Expand Down
2 changes: 1 addition & 1 deletion src/Core/SharpDox.Core/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]

0 comments on commit db94f62

Please sign in to comment.