Skip to content

Commit

Permalink
[C++] 0.0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
Konard committed Mar 16, 2020
1 parent e4360cd commit a04c3ba
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 16 deletions.
2 changes: 1 addition & 1 deletion cpp/Platform.Converters/Convert.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ namespace Platform
}
}

#endif // Platform_Converters_Convert
#endif
2 changes: 1 addition & 1 deletion cpp/Platform.Converters/Converter.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ namespace Platform
}
}

#endif // Platform_Converters_Converter
#endif
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,31 @@
<title>LinksPlatform's Platform.Converters Template Library</title>
<summary>LinksPlatform's Platform.Converters is a Template Library what contains abstract class templates.</summary>
<description>LinksPlatform's Platform.Converters is a Template Library what contains set of C++ abstract class templates. Use Platform.Converters.h file to include the library.</description>
<releaseNotes>License fix.</releaseNotes>
<version>0.0.2</version>
<releaseNotes>Package files structure updated.
Icon embedded in the package.
Target framework of the package set to native.</releaseNotes>
<version>0.0.3</version>
<authors>Konstantin Diachenko</authors>
<owners>Konstantin Diachenko</owners>
<copyright>Konstantin Diachenko</copyright>
<projectUrl>https://linksplatform.github.io/Converters</projectUrl>
<repository type="git" url="https://github.com/linksplatform/Converters" />
<iconUrl>https://raw.githubusercontent.com/linksplatform/Documentation/18469f4d033ee9a5b7b84caab9c585acab2ac519/doc/Avatar-rainbow-icon-64x64.png</iconUrl>
<icon>images/icon.png</icon>
<tags>C++ Native Converters</tags>
<license type="expression">MIT</license>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<dependencies>
<group targetFramework="native"></group>
</dependencies>
</metadata>
<files>
<file src="build\native\Platform.Converters.TemplateLibrary.targets" target="build\native\Platform.Converters.TemplateLibrary.targets" />
<file src="..\Platform.Converters.h" target="lib\native\include\Platform.Converters.h" />
<file src="..\Convert.h" target="lib\native\include\Convert.h" />
<file src="..\Converter.h" target="lib\native\include\Converter.h" />
<file src="..\is_detected.h" target="lib\native\include\is_detected.h" />
<file src="..\StringConverter.h" target="lib\native\include\StringConverter.h" />
<file src="..\To.h" target="lib\native\include\To.h" />
<file src="icon.png" target="images/icon.png" />
<file src="Platform.Converters.TemplateLibrary.targets" target="build\native\Platform.Converters.TemplateLibrary.targets" />
<file src="Platform.Converters.h" target="lib\native\include\Platform.Converters.h" />
<file src="Convert.h" target="lib\native\include\Convert.h" />
<file src="Converter.h" target="lib\native\include\Converter.h" />
<file src="is_detected.h" target="lib\native\include\is_detected.h" />
<file src="StringConverter.h" target="lib\native\include\StringConverter.h" />
<file src="To.h" target="lib\native\include\To.h" />
</files>
</package>
2 changes: 1 addition & 1 deletion cpp/Platform.Converters/Platform.Converters.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
#include "To.h"
#include "StringConverter.h"

#endif // Platform_Converters
#endif
2 changes: 1 addition & 1 deletion cpp/Platform.Converters/StringConverter.h
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,4 @@ namespace Platform
}
}

#endif // Platform_Converters_StringConverter
#endif
2 changes: 1 addition & 1 deletion cpp/Platform.Converters/To.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ namespace Platform
}
}

#endif // Platform_Converters_To
#endif
2 changes: 1 addition & 1 deletion cpp/Platform.Converters/is_detected.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ namespace Platform
}
}

#endif Platform_Converters_is_detected
#endif

0 comments on commit a04c3ba

Please sign in to comment.