mirror of
https://github.com/Stone-Red-Code/Stone_Red-C-Sharp-Utilities.git
synced 2026-09-04 09:06:31 +02:00
removed not from summary
This commit is contained in:
Binary file not shown.
@@ -36,7 +36,7 @@
|
||||
</member>
|
||||
<member name="M:Stone_Red_Utilities.ArrListExtentions.ArrayListExt.Print(System.Array,System.Char,System.Boolean)">
|
||||
<summary>
|
||||
Prints items of array not
|
||||
Prints items of array
|
||||
</summary>
|
||||
<param name="array"></param>
|
||||
<param name="delimiter"></param>
|
||||
|
||||
@@ -39,7 +39,7 @@ namespace Stone_Red_Utilities.ArrListExtentions
|
||||
public static class ArrayListExt
|
||||
{
|
||||
/// <summary>
|
||||
/// Prints items of array not
|
||||
/// Prints items of array
|
||||
/// </summary>
|
||||
/// <param name="array"></param>
|
||||
/// <param name="delimiter"></param>
|
||||
|
||||
Binary file not shown.
+2
-2
@@ -7,7 +7,7 @@
|
||||
"targets": {
|
||||
".NETStandard,Version=v2.1": {},
|
||||
".NETStandard,Version=v2.1/": {
|
||||
"Stone_Red-C-Sharp-Utilities/1.0.0": {
|
||||
"Stone_Red-C-Sharp-Utilities/1.0.0.2": {
|
||||
"runtime": {
|
||||
"Stone_Red-C-Sharp-Utilities.dll": {}
|
||||
}
|
||||
@@ -15,7 +15,7 @@
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"Stone_Red-C-Sharp-Utilities/1.0.0": {
|
||||
"Stone_Red-C-Sharp-Utilities/1.0.0.2": {
|
||||
"type": "project",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
|
||||
Binary file not shown.
Binary file not shown.
+6
-6
@@ -36,7 +36,7 @@
|
||||
</member>
|
||||
<member name="M:Stone_Red_Utilities.ArrListExtentions.ArrayListExt.Print(System.Array,System.Char,System.Boolean)">
|
||||
<summary>
|
||||
Prints items of array not
|
||||
Prints items of array
|
||||
</summary>
|
||||
<param name="array"></param>
|
||||
<param name="delimiter"></param>
|
||||
@@ -68,14 +68,14 @@
|
||||
Sets value to true if input is true. If input is false the value will not change.
|
||||
</summary>
|
||||
<param name="bol"></param>
|
||||
<param name="bol1"></param>
|
||||
<param name="input"></param>
|
||||
</member>
|
||||
<member name="M:Stone_Red_Utilities.BoolExtentions.BoolExt.OneWayFalse(System.Boolean@,System.Boolean)">
|
||||
<summary>
|
||||
Sets value to false if input is false. If input is true the value will not change.
|
||||
</summary>
|
||||
<param name="bol"></param>
|
||||
<param name="bol1"></param>
|
||||
<param name="input"></param>
|
||||
</member>
|
||||
<member name="T:Stone_Red_Utilities.ColorConsole.ConsoleExt">
|
||||
<summary>
|
||||
@@ -103,7 +103,7 @@
|
||||
</member>
|
||||
<member name="M:Stone_Red_Utilities.StringExtentions.StringExt.EqualsIgnoreCase(System.String,System.String)">
|
||||
<summary>
|
||||
Determines whether this string and a specified <see cref="T:System.String"/> object have the same value regardless of upper and lower case. A parameter specifies the culture, case, and sort rules used in the comparison.
|
||||
Determines whether this instance and another specified <see cref="T:System.String"/> object have the same value regardless of upper and lower case.
|
||||
</summary>
|
||||
<param name="value"></param>
|
||||
<param name="str"></param>
|
||||
@@ -111,7 +111,7 @@
|
||||
</member>
|
||||
<member name="M:Stone_Red_Utilities.StringExtentions.StringExt.EqualsIgnoreSpaces(System.String,System.String)">
|
||||
<summary>
|
||||
Determines whether this string and a specified <see cref="T:System.String"/> object have the same value regardless of spaces. A parameter specifies the culture, case, and sort rules used in the comparison.
|
||||
Determines whether this instance and another specified <see cref="T:System.String"/> object have the same value regardless of spaces.
|
||||
</summary>
|
||||
<param name="value"></param>
|
||||
<param name="str"></param>
|
||||
@@ -119,7 +119,7 @@
|
||||
</member>
|
||||
<member name="M:Stone_Red_Utilities.StringExtentions.StringExt.EqualsIgnoreSpacesAndCase(System.String,System.String)">
|
||||
<summary>
|
||||
Determines whether this string and a specified <see cref="T:System.String"/> object have the same value regardless of upper and lower case and spaces. A parameter specifies the culture, case, and sort rules used in the comparison.
|
||||
Determines whether this instance and another specified <see cref="T:System.String"/> object have the same value regardless of upper and lower case and spaces.
|
||||
</summary>
|
||||
<param name="value"></param>
|
||||
<param name="str"></param>
|
||||
|
||||
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
+1
-1
@@ -36,7 +36,7 @@
|
||||
</member>
|
||||
<member name="M:Stone_Red_Utilities.ArrListExtentions.ArrayListExt.Print(System.Array,System.Char,System.Boolean)">
|
||||
<summary>
|
||||
Prints items of array not
|
||||
Prints items of array
|
||||
</summary>
|
||||
<param name="array"></param>
|
||||
<param name="delimiter"></param>
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>Stone_Red-C-Sharp-Utilities</id>
|
||||
<version>1.0.0.2</version>
|
||||
<authors>Stone_Red</authors>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<license type="file">LICENSE</license>
|
||||
<licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
|
||||
<description>Adds useful extentions.</description>
|
||||
<tags>Console, Table, Print</tags>
|
||||
<repository url="https://github.com/Stone-Red-Code/Stone_Red-C-Sharp-Utilities" />
|
||||
<dependencies>
|
||||
<group targetFramework=".NETStandard2.1" />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
<files>
|
||||
<file src="C:\Users\David\Google Drive\Programmieren\Stone_Red-C-Sharp-Utilities\Stone_Red-C-Sharp-Utilities\bin\Debug\netstandard2.1\Stone_Red-C-Sharp-Utilities.dll" target="lib\netstandard2.1\Stone_Red-C-Sharp-Utilities.dll" />
|
||||
<file src="C:\Users\David\Google Drive\Programmieren\Stone_Red-C-Sharp-Utilities\Stone_Red-C-Sharp-Utilities\bin\Debug\netstandard2.1\Stone_Red-C-Sharp-Utilities.xml" target="lib\netstandard2.1\Stone_Red-C-Sharp-Utilities.xml" />
|
||||
<file src="C:\Users\David\Google Drive\Programmieren\Stone_Red-C-Sharp-Utilities\LICENSE" target="LICENSE" />
|
||||
</files>
|
||||
</package>
|
||||
+3
-3
@@ -14,11 +14,11 @@ using System.Reflection;
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("Stone_Red")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyDescriptionAttribute("Adds useful extentions.")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.1")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.2")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0.2")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("Stone_Red-C-Sharp-Utilities")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("Stone_Red-C-Sharp-Utilities")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.1")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.2")]
|
||||
[assembly: System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "https://github.com/Stone-Red-Code/Stone_Red-C-Sharp-Utilities")]
|
||||
[assembly: System.Resources.NeutralResourcesLanguageAttribute("en")]
|
||||
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
79fea3c9f37b474e6f121f93359880517e33c033
|
||||
b9bbba780995045ee0e07cb8d0fe99b0882b90f8
|
||||
|
||||
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Reference in New Issue
Block a user