Skip to content

Commit 759a8e3

Browse files
[C++] 0.1.1
1 parent 4df40cf commit 759a8e3

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

cpp/Platform.Exceptions/Platform.Exceptions.TemplateLibrary.nuspec

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
<title>LinksPlatform's Platform.Exceptions Template Library</title>
66
<summary>LinksPlatform's Platform.Exceptions is a Template Library what contains abstract class templates.</summary>
77
<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>
8-
<releaseNotes>Platform.Delegates.TemplateLibrary dependency updated from 0.0.15 to 0.1.3
9-
Modernized C++ code</releaseNotes>
10-
<version>0.1.0</version>
8+
<releaseNotes>Use unix path style</releaseNotes>
9+
<version>0.1.1</version>
1110
<authors>Konstantin Diachenko</authors>
1211
<owners>Konstantin Diachenko</owners>
1312
<copyright>Konstantin Diachenko</copyright>

cpp/Platform.Exceptions/Platform.Exceptions.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99

1010
#include <Platform.Delegates.h>
1111

12-
#include "ExtensionRoots\EnsureAlwaysExtensionRoot.h"
13-
#include "ExtensionRoots\EnsureOnDebugExtensionRoot.h"
14-
#include "ExtensionRoots\ThrowExtensionRoot.h"
12+
#include "ExtensionRoots/EnsureAlwaysExtensionRoot.h"
13+
#include "ExtensionRoots/EnsureOnDebugExtensionRoot.h"
14+
#include "ExtensionRoots/ThrowExtensionRoot.h"
1515
#include "Ensure.h"
1616
#include "EnsureExtensions.h"
1717
#include "IgnoredExceptions.h"

0 commit comments

Comments
 (0)