-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The bug caused spaces between xml tags to disapear, if there was no text with them - so `<c f='yellow'>Yellow</c> <c f='green>Green</c>` was printed as `YellowGreen` instead of `Yellow Green`.
- Loading branch information
1 parent
66dead3
commit 8cab35f
Showing
36 changed files
with
70 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+0 Bytes
(100%)
ExtendedConsole/bin/Debug/netstandard2.0/ExtendedConsole.dll
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
ExtendedConsole/bin/Debug/netstandard2.0/ExtendedConsole.pdb
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+0 Bytes
(100%)
ExtendedConsole/bin/Release/netstandard2.0/ExtendedConsole.dll
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
ExtendedConsole/bin/Release/netstandard2.0/ExtendedConsole.pdb
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd"> | ||
<metadata> | ||
<id>ExtendedConsole</id> | ||
<version>1.0.5</version> | ||
<authors>Zohar Peled</authors> | ||
<owners>Zohar Peled</owners> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<licenseUrl>https://github.com/Peled-Zohar/ExtendedConsole/blob/master/LICENSE</licenseUrl> | ||
<projectUrl>https://peled-zohar.github.io/ExtendedConsole/</projectUrl> | ||
<iconUrl>https://raw.githubusercontent.com/Peled-Zohar/ExtendedConsole/master/ExtendedConsole.png</iconUrl> | ||
<description>Provides a set of methods to make your life as a programmer easier when writing a Console application.</description> | ||
<releaseNotes>Changes from previous version: | ||
|
||
1. Fixed a small bug in markup parser that caused spaces between xml tags to disapear.</releaseNotes> | ||
<repository url="https://github.com/Peled-Zohar/ExtendedConsole" /> | ||
<dependencies> | ||
<group targetFramework=".NETStandard2.0" /> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<file src="C:\Development\ExtendedConsole\ExtendedConsole\bin\Debug\netstandard2.0\ExtendedConsole.dll" target="lib\netstandard2.0\ExtendedConsole.dll" /> | ||
<file src="C:\Development\ExtendedConsole\ExtendedConsole\bin\Debug\netstandard2.0\ExtendedConsole.xml" target="lib\netstandard2.0\ExtendedConsole.xml" /> | ||
</files> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
ExtendedConsole/obj/Debug/netstandard2.0/ExtendedConsole.AssemblyInfoInputs.cache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
d4e9b18c81ea3d1b7f0899de54b851c4fdcd1301 | ||
3823e8b0ed10f5505ad13c7a328e0aa5a56e3eed |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+0 Bytes
(100%)
ExtendedConsole/obj/Debug/netstandard2.0/ExtendedConsole.dll
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
ExtendedConsole/obj/Debug/netstandard2.0/ExtendedConsole.pdb
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": 1, | ||
"dgSpecHash": "vgyhUp3vgXNocw33H49OmgGMU7HauO/Fei1GR6uDH5VjQDBA/H3h9zRNbYf3ty5+EfKFT3rFG9pf2UUylxrr/g==", | ||
"dgSpecHash": "+jpn8PeOMdH/lO9P0ukLX4xhBn/OOD/G7ih4ceJiTNmvUX1w12awpOmJUQBYk7kobQu7RzXla9cBwoaS18eTVg==", | ||
"success": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd"> | ||
<metadata> | ||
<id>ExtendedConsole</id> | ||
<version>1.0.5</version> | ||
<authors>Zohar Peled</authors> | ||
<owners>Zohar Peled</owners> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<licenseUrl>https://github.com/Peled-Zohar/ExtendedConsole/blob/master/LICENSE</licenseUrl> | ||
<projectUrl>https://peled-zohar.github.io/ExtendedConsole/</projectUrl> | ||
<iconUrl>https://raw.githubusercontent.com/Peled-Zohar/ExtendedConsole/master/ExtendedConsole.png</iconUrl> | ||
<description>Provides a set of methods to make your life as a programmer easier when writing a Console application.</description> | ||
<releaseNotes>Changes from previous version: | ||
|
||
1. Fixed a small bug in markup parser that caused spaces between xml tags to disapear.</releaseNotes> | ||
<repository url="https://github.com/Peled-Zohar/ExtendedConsole" /> | ||
<dependencies> | ||
<group targetFramework=".NETStandard2.0" /> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<file src="C:\Development\ExtendedConsole\ExtendedConsole\bin\Release\netstandard2.0\ExtendedConsole.dll" target="lib\netstandard2.0\ExtendedConsole.dll" /> | ||
<file src="C:\Development\ExtendedConsole\ExtendedConsole\bin\Release\netstandard2.0\ExtendedConsole.xml" target="lib\netstandard2.0\ExtendedConsole.xml" /> | ||
</files> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
ExtendedConsole/obj/Release/netstandard2.0/ExtendedConsole.AssemblyInfoInputs.cache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
134a40732e75f6a270450fad7d73d53e95c3a822 | ||
e541d4be9e131ca819ba3b0d96ad42e340783e60 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+0 Bytes
(100%)
ExtendedConsole/obj/Release/netstandard2.0/ExtendedConsole.dll
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
ExtendedConsole/obj/Release/netstandard2.0/ExtendedConsole.pdb
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
UsingExtendedConsole/obj/Debug/UsingExtendedConsole.csprojAssemblyReference.cache
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
UsingExtendedConsole/obj/Release/UsingExtendedConsole.csprojAssemblyReference.cache
Binary file not shown.
Binary file not shown.