Skip to content

Commit

Permalink
[C++] 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
uselessgoddess committed Jul 25, 2021
1 parent 4df40cf commit 759a8e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
<title>LinksPlatform's Platform.Exceptions Template Library</title>
<summary>LinksPlatform's Platform.Exceptions is a Template Library what contains abstract class templates.</summary>
<description>LinksPlatform's Platform.Exceptions is a Template Library what contains set of C++ abstract class templates. Use Platform.Exceptions.h file to include the library.</description>
<releaseNotes>Platform.Delegates.TemplateLibrary dependency updated from 0.0.15 to 0.1.3
Modernized C++ code</releaseNotes>
<version>0.1.0</version>
<releaseNotes>Use unix path style</releaseNotes>
<version>0.1.1</version>
<authors>Konstantin Diachenko</authors>
<owners>Konstantin Diachenko</owners>
<copyright>Konstantin Diachenko</copyright>
Expand Down
6 changes: 3 additions & 3 deletions cpp/Platform.Exceptions/Platform.Exceptions.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@

#include <Platform.Delegates.h>

#include "ExtensionRoots\EnsureAlwaysExtensionRoot.h"
#include "ExtensionRoots\EnsureOnDebugExtensionRoot.h"
#include "ExtensionRoots\ThrowExtensionRoot.h"
#include "ExtensionRoots/EnsureAlwaysExtensionRoot.h"
#include "ExtensionRoots/EnsureOnDebugExtensionRoot.h"
#include "ExtensionRoots/ThrowExtensionRoot.h"
#include "Ensure.h"
#include "EnsureExtensions.h"
#include "IgnoredExceptions.h"
Expand Down

0 comments on commit 759a8e3

Please sign in to comment.