Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
@@ -6,5 +6,5 @@ <?xml version="1.0" encoding="utf-8"?> | ||
| <Default Extension="dll" ContentType="application/octet" /> | ||
| <Default Extension="png" ContentType="application/octet" /> | ||
| <Default Extension="md" ContentType="application/octet" /> | ||
| <Default Extension="nuspec" ContentType="application/octet" /> | ||
| <Default Extension="png" ContentType="application/octet" /> | ||
| </Types> |
+7
-4
| <?xml version="1.0" encoding="utf-8"?> | ||
| <package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd"> | ||
| <package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd"> | ||
| <metadata> | ||
| <id>Silmoon</id> | ||
| <version>2.0.2</version> | ||
| <version>2.0.3-alpha</version> | ||
| <authors>SILMOON</authors> | ||
@@ -14,7 +14,10 @@ <license type="expression">MIT</license> | ||
| <tags>silmoon</tags> | ||
| <repository type="git" url="https://github.com/silmoonsone/Silmoon.git" commit="b9d183c06409132dc4eb1e72c404072af4d0654f" /> | ||
| <repository type="git" url="https://github.com/silmoonsone/Silmoon.git" commit="7493e7c1df42d48870c9d8758d6c8bac9900e213" /> | ||
| <dependencies> | ||
| <group targetFramework=".NETStandard2.0" /> | ||
| <group targetFramework="net10.0" /> | ||
| <group targetFramework=".NETStandard2.0"> | ||
| <dependency id="System.Memory" version="4.6.3" exclude="Build,Analyzers" /> | ||
| </group> | ||
| </dependencies> | ||
| </metadata> | ||
| </package> |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display