[C#] Set license URL to the deprecated marker, fix file path
authorMatt Corallo <git@bluematt.me>
Sat, 11 Nov 2023 03:27:57 +0000 (03:27 +0000)
committerMatt Corallo <git@bluematt.me>
Sat, 11 Nov 2023 03:35:07 +0000 (03:35 +0000)
Apparently this is required when using a LICENSE file for nuget.org

c_sharp/packaging_artifacts/org.ldk.nuspec

index 35937cb04e23a64e789e256c6ab6aecbe628a228..74129edd346447e8aacd80dec7bd608838da8640 100644 (file)
@@ -4,8 +4,8 @@
     <id>org.ldk</id>
     <version>Set in genbindings.sh automagically</version>
     <authors>LDK</authors>
-    <license type="file">LICENSE</license>
-    <licenseUrl>https://github.com/lightningdevkit/rust-lightning/blob/main/LICENSE.md</licenseUrl>
+    <license type="file">LICENSE.md</license>
+    <licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
     <readme>README.md</readme>
     <projectUrl>https://lightningdevkit.org/</projectUrl>
     <description>LDK C# Bindings</description>