diff --git a/xmlrpcwsc/Properties/Resources.Designer.cs b/xmlrpcwsc/Properties/Resources.Designer.cs
new file mode 100644
index 0000000..fb2db23
--- /dev/null
+++ b/xmlrpcwsc/Properties/Resources.Designer.cs
@@ -0,0 +1,73 @@
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+// Runtime Version:4.0.30319.42000
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+namespace xmlrpcwsc.Properties {
+ using System;
+
+
+ ///
+ /// A strongly-typed resource class, for looking up localized strings, etc.
+ ///
+ // This class was auto-generated by the StronglyTypedResourceBuilder
+ // class via a tool like ResGen or Visual Studio.
+ // To add or remove a member, edit your .ResX file then rerun ResGen
+ // with the /str option, or rebuild your VS project.
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
+ internal class Resources {
+
+ private static global::System.Resources.ResourceManager resourceMan;
+
+ private static global::System.Globalization.CultureInfo resourceCulture;
+
+ [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
+ internal Resources() {
+ }
+
+ ///
+ /// Returns the cached ResourceManager instance used by this class.
+ ///
+ [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
+ internal static global::System.Resources.ResourceManager ResourceManager {
+ get {
+ if (object.ReferenceEquals(resourceMan, null)) {
+ global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("xmlrpcwsc.Properties.Resources", typeof(Resources).Assembly);
+ resourceMan = temp;
+ }
+ return resourceMan;
+ }
+ }
+
+ ///
+ /// Overrides the current thread's CurrentUICulture property for all
+ /// resource lookups using this strongly typed resource class.
+ ///
+ [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
+ internal static global::System.Globalization.CultureInfo Culture {
+ get {
+ return resourceCulture;
+ }
+ set {
+ resourceCulture = value;
+ }
+ }
+
+ ///
+ /// Looks up a localized resource of type System.Byte[].
+ ///
+ internal static byte[] iminetsoft {
+ get {
+ object obj = ResourceManager.GetObject("iminetsoft", resourceCulture);
+ return ((byte[])(obj));
+ }
+ }
+ }
+}
diff --git a/xmlrpcwsc/Properties/Resources.resx b/xmlrpcwsc/Properties/Resources.resx
new file mode 100644
index 0000000..77a2c16
--- /dev/null
+++ b/xmlrpcwsc/Properties/Resources.resx
@@ -0,0 +1,124 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+
+ ..\Resources\iminetsoft.png;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
\ No newline at end of file
diff --git a/xmlrpcwsc/Resources/iminetsoft.png b/xmlrpcwsc/Resources/iminetsoft.png
new file mode 100644
index 0000000..fe2f0f4
Binary files /dev/null and b/xmlrpcwsc/Resources/iminetsoft.png differ
diff --git a/xmlrpcwsc/xmlrpcwsc.csproj b/xmlrpcwsc/xmlrpcwsc.csproj
index 8e76475..df5eb4b 100644
--- a/xmlrpcwsc/xmlrpcwsc.csproj
+++ b/xmlrpcwsc/xmlrpcwsc.csproj
@@ -6,24 +6,48 @@
SAK
SAK
XmlRpc Web Service Client
-
- 1.4.0
+ Iminetspftoft
+ 1.4.1
+ 1.4.1
+ 1.4.1
xmlrpcwsc
true
- 1.4.0
- false
- false
- Iminetsoft.xmlrpcwsc
+ false
+ false
+ Iminetsoft.xmlrpcwsc
https://github.com/iminet/xmlrpcwsc-dotnet
https://github.com/iminet/xmlrpcwsc-dotnet
+ Added package icon
dotnet XML XMLRPC XML-RPC
- 1.4.0
- 1.4.0
+ iminetsoft.png
+ Readme.md
+ XML-RPC Web Service Client C# implementation
+ false
+
+
+
+
+
netstandard2.0;net35;net45;net5.0
..\bin
+
+
+ True
+ True
+ Resources.resx
+
+
+
+
+
+ ResXFileCodeGenerator
+ Resources.Designer.cs
+
+
+