Skip to content

Commit

Permalink
Release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaS-nu committed May 30, 2023
1 parent 9223ba6 commit f61cf16
Show file tree
Hide file tree
Showing 45 changed files with 2,395 additions and 1,575 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
[assembly: AssemblyDescription("NuGet importer for Unity.")]
[assembly: AssemblyCompany("kumaS")]
[assembly: AssemblyCopyright("Apache 2.0 Copyright 2021 kumaS")]
[assembly: AssemblyVersion("3.3.0.2")]
[assembly: AssemblyVersion("4.0.0.0")]

[assembly: InternalsVisibleTo("kumaS.NuGetImporter.Editor.Tests")]
2 changes: 1 addition & 1 deletion NuGetImporterForUnity/Packages/NuGet Importer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "org.kumas.nuget-importer",
"version": "3.3.2",
"version": "4.0.0",
"displayName": "NuGet Importer",
"description": "Editor extension for importing NuGet packages.",
"unity": "2020.3",
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -102,19 +102,19 @@ <h3 id="fields">Fields
<thead>
<tbody>
<tr>
<td id="kumaS_NuGetImporter_Editor_DataClasses_ArchitectureType_arm">arm</td>
<td id="kumaS_NuGetImporter_Editor_DataClasses_ArchitectureType_ARM">ARM</td>
<td></td>
</tr>
<tr>
<td id="kumaS_NuGetImporter_Editor_DataClasses_ArchitectureType_arm64">arm64</td>
<td id="kumaS_NuGetImporter_Editor_DataClasses_ArchitectureType_ARM64">ARM64</td>
<td></td>
</tr>
<tr>
<td id="kumaS_NuGetImporter_Editor_DataClasses_ArchitectureType_x64">x64</td>
<td id="kumaS_NuGetImporter_Editor_DataClasses_ArchitectureType_X64">X64</td>
<td></td>
</tr>
<tr>
<td id="kumaS_NuGetImporter_Editor_DataClasses_ArchitectureType_x86">x86</td>
<td id="kumaS_NuGetImporter_Editor_DataClasses_ArchitectureType_X86">X86</td>
<td></td>
</tr>
</tbody>
Expand Down
6 changes: 3 additions & 3 deletions docs/api/kumaS.NuGetImporter.Editor.DataClasses.Catalog.html
Original file line number Diff line number Diff line change
Expand Up @@ -356,13 +356,13 @@ <h5 class="returns">Returns</h5>
</table>
<h3 id="extensionmethods">Extension Methods</h3>
<div>
<a class="xref" href="kumaS.NuGetImporter.Editor.PackageDataExtentionToGUI.html#kumaS_NuGetImporter_Editor_PackageDataExtentionToGUI_ToGUI_kumaS_NuGetImporter_Editor_DataClasses_Catalog_UnityEngine_GUIStyle_kumaS_NuGetImporter_Editor_NuGetImporterWindow_System_Boolean_System_String_">PackageDataExtentionToGUI.ToGUI(Catalog, GUIStyle, NuGetImporterWindow, Boolean, String)</a>
<a class="xref" href="kumaS.NuGetImporter.Editor.PackageDataExtensionToGUI.html#kumaS_NuGetImporter_Editor_PackageDataExtensionToGUI_ToGUI_kumaS_NuGetImporter_Editor_DataClasses_Catalog_UnityEngine_GUIStyle_kumaS_NuGetImporter_Editor_NuGetImporterWindow_System_Boolean_System_String_">PackageDataExtensionToGUI.ToGUI(Catalog, GUIStyle, NuGetImporterWindow, Boolean, String)</a>
</div>
<div>
<a class="xref" href="kumaS.NuGetImporter.Editor.PackageDataExtentionToGUI.html#kumaS_NuGetImporter_Editor_PackageDataExtentionToGUI_ToDetailGUI_kumaS_NuGetImporter_Editor_DataClasses_Catalog_UnityEngine_GUIStyle_System_String_">PackageDataExtentionToGUI.ToDetailGUI(Catalog, GUIStyle, String)</a>
<a class="xref" href="kumaS.NuGetImporter.Editor.PackageDataExtensionToGUI.html#kumaS_NuGetImporter_Editor_PackageDataExtensionToGUI_ToDetailGUI_kumaS_NuGetImporter_Editor_DataClasses_Catalog_UnityEngine_GUIStyle_System_String_">PackageDataExtensionToGUI.ToDetailGUI(Catalog, GUIStyle, String)</a>
</div>
<div>
<a class="xref" href="kumaS.NuGetImporter.Editor.PackageDataExtentionToGUI.html#kumaS_NuGetImporter_Editor_PackageDataExtentionToGUI_GetIcon_kumaS_NuGetImporter_Editor_DataClasses_Catalog_System_String_">PackageDataExtentionToGUI.GetIcon(Catalog, String)</a>
<a class="xref" href="kumaS.NuGetImporter.Editor.PackageDataExtensionToGUI.html#kumaS_NuGetImporter_Editor_PackageDataExtensionToGUI_GetIcon_kumaS_NuGetImporter_Editor_DataClasses_Catalog_System_String_">PackageDataExtensionToGUI.GetIcon(Catalog, String)</a>
</div>
</article>
</div>
Expand Down
8 changes: 4 additions & 4 deletions docs/api/kumaS.NuGetImporter.Editor.DataClasses.Datum.html
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ <h4 id="kumaS_NuGetImporter_Editor_DataClasses_Datum_totalDownloads" data-uid="k
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public int totalDownloads</code></pre>
<pre><code class="lang-csharp hljs">public long totalDownloads</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
Expand All @@ -457,7 +457,7 @@ <h5 class="fieldValue">Field Value</h5>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="xref">System.Int64</span></td>
<td></td>
</tr>
</tbody>
Expand Down Expand Up @@ -566,10 +566,10 @@ <h5 class="returns">Returns</h5>
</table>
<h3 id="extensionmethods">Extension Methods</h3>
<div>
<a class="xref" href="kumaS.NuGetImporter.Editor.PackageDataExtentionToGUI.html#kumaS_NuGetImporter_Editor_PackageDataExtentionToGUI_ToGUI_kumaS_NuGetImporter_Editor_DataClasses_Datum_UnityEngine_GUIStyle_kumaS_NuGetImporter_Editor_NuGetImporterWindow_System_Boolean_System_Boolean_">PackageDataExtentionToGUI.ToGUI(Datum, GUIStyle, NuGetImporterWindow, Boolean, Boolean)</a>
<a class="xref" href="kumaS.NuGetImporter.Editor.PackageDataExtensionToGUI.html#kumaS_NuGetImporter_Editor_PackageDataExtensionToGUI_ToGUI_kumaS_NuGetImporter_Editor_DataClasses_Datum_UnityEngine_GUIStyle_kumaS_NuGetImporter_Editor_NuGetImporterWindow_System_Boolean_System_Boolean_">PackageDataExtensionToGUI.ToGUI(Datum, GUIStyle, NuGetImporterWindow, Boolean, Boolean)</a>
</div>
<div>
<a class="xref" href="kumaS.NuGetImporter.Editor.PackageDataExtentionToGUI.html#kumaS_NuGetImporter_Editor_PackageDataExtentionToGUI_GetIcon_kumaS_NuGetImporter_Editor_DataClasses_Datum_">PackageDataExtentionToGUI.GetIcon(Datum)</a>
<a class="xref" href="kumaS.NuGetImporter.Editor.PackageDataExtensionToGUI.html#kumaS_NuGetImporter_Editor_PackageDataExtensionToGUI_GetIcon_kumaS_NuGetImporter_Editor_DataClasses_Datum_">PackageDataExtensionToGUI.GetIcon(Datum)</a>
</div>
</article>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,12 @@ <h3 id="fields">Fields
</h3>


<h4 id="kumaS_NuGetImporter_Editor_DataClasses_DefaultIgnorePackages_names" data-uid="kumaS.NuGetImporter.Editor.DataClasses.DefaultIgnorePackages.names">names</h4>
<h4 id="kumaS_NuGetImporter_Editor_DataClasses_DefaultIgnorePackages__names" data-uid="kumaS.NuGetImporter.Editor.DataClasses.DefaultIgnorePackages._names">_names</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">static readonly IReadOnlyList&lt;string&gt; names</code></pre>
<pre><code class="lang-csharp hljs">static readonly IReadOnlyList&lt;string&gt; _names</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,12 +134,12 @@ <h3 id="fields">Fields
</h3>


<h4 id="kumaS_NuGetImporter_Editor_DataClasses_DependencyNode_dependedNode" data-uid="kumaS.NuGetImporter.Editor.DataClasses.DependencyNode.dependedNode">dependedNode</h4>
<h4 id="kumaS_NuGetImporter_Editor_DataClasses_DependencyNode_DependedNode" data-uid="kumaS.NuGetImporter.Editor.DataClasses.DependencyNode.DependedNode">DependedNode</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">readonly List&lt;DependencyNode&gt; dependedNode</code></pre>
<pre><code class="lang-csharp hljs">readonly List&lt;DependencyNode&gt; DependedNode</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
Expand All @@ -158,12 +158,12 @@ <h5 class="fieldValue">Field Value</h5>
</table>


<h4 id="kumaS_NuGetImporter_Editor_DataClasses_DependencyNode_dependingNode" data-uid="kumaS.NuGetImporter.Editor.DataClasses.DependencyNode.dependingNode">dependingNode</h4>
<h4 id="kumaS_NuGetImporter_Editor_DataClasses_DependencyNode_DependingNode" data-uid="kumaS.NuGetImporter.Editor.DataClasses.DependencyNode.DependingNode">DependingNode</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">readonly List&lt;DependencyNode&gt; dependingNode</code></pre>
<pre><code class="lang-csharp hljs">readonly List&lt;DependencyNode&gt; DependingNode</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
Expand Down Expand Up @@ -209,13 +209,13 @@ <h5 class="propertyValue">Property Value</h5>
</table>


<a id="kumaS_NuGetImporter_Editor_DataClasses_DependencyNode_TragetFramework_" data-uid="kumaS.NuGetImporter.Editor.DataClasses.DependencyNode.TragetFramework*"></a>
<h4 id="kumaS_NuGetImporter_Editor_DataClasses_DependencyNode_TragetFramework" data-uid="kumaS.NuGetImporter.Editor.DataClasses.DependencyNode.TragetFramework">TragetFramework</h4>
<a id="kumaS_NuGetImporter_Editor_DataClasses_DependencyNode_TargetFramework_" data-uid="kumaS.NuGetImporter.Editor.DataClasses.DependencyNode.TargetFramework*"></a>
<h4 id="kumaS_NuGetImporter_Editor_DataClasses_DependencyNode_TargetFramework" data-uid="kumaS.NuGetImporter.Editor.DataClasses.DependencyNode.TargetFramework">TargetFramework</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">string TragetFramework { }</code></pre>
<pre><code class="lang-csharp hljs">string TargetFramework { }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,12 @@ <h3 id="fields">Fields
</h3>


<h4 id="kumaS_NuGetImporter_Editor_DataClasses_InstalledPackages_packageField" data-uid="kumaS.NuGetImporter.Editor.DataClasses.InstalledPackages.packageField">packageField</h4>
<h4 id="kumaS_NuGetImporter_Editor_DataClasses_InstalledPackages__packageField" data-uid="kumaS.NuGetImporter.Editor.DataClasses.InstalledPackages._packageField">_packageField</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">List&lt;Package&gt; packageField</code></pre>
<pre><code class="lang-csharp hljs">List&lt;Package&gt; _packageField</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
Expand All @@ -127,13 +127,13 @@ <h3 id="properties">Properties
</h3>


<a id="kumaS_NuGetImporter_Editor_DataClasses_InstalledPackages_package_" data-uid="kumaS.NuGetImporter.Editor.DataClasses.InstalledPackages.package*"></a>
<h4 id="kumaS_NuGetImporter_Editor_DataClasses_InstalledPackages_package" data-uid="kumaS.NuGetImporter.Editor.DataClasses.InstalledPackages.package">package</h4>
<a id="kumaS_NuGetImporter_Editor_DataClasses_InstalledPackages_Package_" data-uid="kumaS.NuGetImporter.Editor.DataClasses.InstalledPackages.Package*"></a>
<h4 id="kumaS_NuGetImporter_Editor_DataClasses_InstalledPackages_Package" data-uid="kumaS.NuGetImporter.Editor.DataClasses.InstalledPackages.Package">Package</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public List&lt;Package&gt; package { get; set; }</code></pre>
<pre><code class="lang-csharp hljs">public List&lt;Package&gt; Package { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
Expand Down
44 changes: 34 additions & 10 deletions docs/api/kumaS.NuGetImporter.Editor.DataClasses.NativePlatform.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,12 @@ <h3 id="fields">Fields
</h3>


<h4 id="kumaS_NuGetImporter_Editor_DataClasses_NativePlatform_architecture" data-uid="kumaS.NuGetImporter.Editor.DataClasses.NativePlatform.architecture">architecture</h4>
<h4 id="kumaS_NuGetImporter_Editor_DataClasses_NativePlatform_Architecture" data-uid="kumaS.NuGetImporter.Editor.DataClasses.NativePlatform.Architecture">Architecture</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public readonly string architecture</code></pre>
<pre><code class="lang-csharp hljs">public readonly string Architecture</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
Expand All @@ -155,12 +155,12 @@ <h5 class="fieldValue">Field Value</h5>
</table>


<h4 id="kumaS_NuGetImporter_Editor_DataClasses_NativePlatform_defaultArch" data-uid="kumaS.NuGetImporter.Editor.DataClasses.NativePlatform.defaultArch">defaultArch</h4>
<h4 id="kumaS_NuGetImporter_Editor_DataClasses_NativePlatform_DefaultArch" data-uid="kumaS.NuGetImporter.Editor.DataClasses.NativePlatform.DefaultArch">DefaultArch</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">static readonly Dictionary&lt;string, string&gt; defaultArch</code></pre>
<pre><code class="lang-csharp hljs">static readonly Dictionary&lt;string, string&gt; DefaultArch</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
Expand All @@ -179,12 +179,12 @@ <h5 class="fieldValue">Field Value</h5>
</table>


<h4 id="kumaS_NuGetImporter_Editor_DataClasses_NativePlatform_os" data-uid="kumaS.NuGetImporter.Editor.DataClasses.NativePlatform.os">os</h4>
<h4 id="kumaS_NuGetImporter_Editor_DataClasses_NativePlatform_OS" data-uid="kumaS.NuGetImporter.Editor.DataClasses.NativePlatform.OS">OS</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public readonly string os</code></pre>
<pre><code class="lang-csharp hljs">public readonly string OS</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
Expand All @@ -203,12 +203,12 @@ <h5 class="fieldValue">Field Value</h5>
</table>


<h4 id="kumaS_NuGetImporter_Editor_DataClasses_NativePlatform_osPriority" data-uid="kumaS.NuGetImporter.Editor.DataClasses.NativePlatform.osPriority">osPriority</h4>
<h4 id="kumaS_NuGetImporter_Editor_DataClasses_NativePlatform_OSPriority" data-uid="kumaS.NuGetImporter.Editor.DataClasses.NativePlatform.OSPriority">OSPriority</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public readonly int osPriority</code></pre>
<pre><code class="lang-csharp hljs">public readonly int OSPriority</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
Expand All @@ -227,12 +227,12 @@ <h5 class="fieldValue">Field Value</h5>
</table>


<h4 id="kumaS_NuGetImporter_Editor_DataClasses_NativePlatform_path" data-uid="kumaS.NuGetImporter.Editor.DataClasses.NativePlatform.path">path</h4>
<h4 id="kumaS_NuGetImporter_Editor_DataClasses_NativePlatform_Path" data-uid="kumaS.NuGetImporter.Editor.DataClasses.NativePlatform.Path">Path</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public readonly string path</code></pre>
<pre><code class="lang-csharp hljs">public readonly string Path</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
Expand All @@ -249,6 +249,30 @@ <h5 class="fieldValue">Field Value</h5>
</tr>
</tbody>
</table>


<h4 id="kumaS_NuGetImporter_Editor_DataClasses_NativePlatform_PriorityTable" data-uid="kumaS.NuGetImporter.Editor.DataClasses.NativePlatform.PriorityTable">PriorityTable</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">static readonly List&lt;(string, int)&gt; PriorityTable</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Collections.Generic.List</span>&lt;<span class="xref">System.ValueTuple</span>&lt;<span class="xref">System.String</span>, <span class="xref">System.Int32</span>&gt;&gt;</td>
<td></td>
</tr>
</tbody>
</table>
<h3 id="methods">Methods
</h3>

Expand Down
Loading

0 comments on commit f61cf16

Please sign in to comment.