-
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.
fixed a small bug in multiple select menu
- Loading branch information
1 parent
97b572b
commit f88fc71
Showing
38 changed files
with
72 additions
and
38 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.
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
+28 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
+24 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd"> | ||
<metadata> | ||
<id>ExtendedConsole</id> | ||
<version>1.1.1</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 multiple select menu</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 @@ | ||
3117071fe27058d273a9afca6345afe471e458d0 | ||
4349561554698d22fa31286b2368ed1c91d47e96 |
Binary file modified
BIN
+0 Bytes
(100%)
ExtendedConsole/obj/Debug/netstandard2.0/ExtendedConsole.dll
Binary file not shown.
Binary file modified
BIN
+28 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": "eulTI3NxcRthT6ZYCczhKpZtx40s+WbaU/0e2ObWuMVVr0vCY94KV3EjArtkzomIvO1U1/X4mpFvKkqz2xaUWg==", | ||
"dgSpecHash": "N/lMtwEriST3T1rqfbi3vBhzcz6LoaXgtUsmOG3F7rbvO1BOoKZ/4FB/E1reZhm/ok8zdn36UT4LgrKFUEg+Vg==", | ||
"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,24 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd"> | ||
<metadata> | ||
<id>ExtendedConsole</id> | ||
<version>1.1.1</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 multiple select menu</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 @@ | ||
a3ffde1c2a832d8a1682964c38782fff5eea5de9 | ||
822ad2fb0315b9c1501c5ac09a5cef82125fb1c2 |
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
+24 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
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 not shown.
Binary file not shown.
Binary file modified
BIN
+212 Bytes
(100%)
UsingExtendedConsole/obj/Debug/UsingExtendedConsole.csprojAssemblyReference.cache
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+212 Bytes
(100%)
UsingExtendedConsole/obj/Release/UsingExtendedConsole.csprojAssemblyReference.cache
Binary file not shown.
Binary file not shown.
Binary file not shown.