Procházet zdrojové kódy

Add remaining nuspecs

Oren Novotny před 9 roky
rodič
revize
1764e5a7ce

+ 24 - 0
Rx.NET/Source/NuSpecs/System.Reactive.Runtime.Remoting.nuspec

@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
+    <metadata>
+        <id>System.Reactive.Runtime.Remoting</id>
+        <version>$version$</version>
+        <title>Reactive Extensions - .NET Remoting Support</title>
+        <authors>Microsoft</authors>
+        <owners>Microsoft</owners>
+        <licenseUrl>http://go.microsoft.com/fwlink/?LinkID=261272</licenseUrl>
+        <projectUrl>http://go.microsoft.com/fwlink/?LinkId=261273</projectUrl>
+        <iconUrl>http://go.microsoft.com/fwlink/?LinkId=261274</iconUrl>
+        <requireLicenseAcceptance>true</requireLicenseAcceptance>
+        <description>Reactive Extensions Remoting Library used to expose observable sequences through .NET Remoting.</description>
+        <copyright>Copyright (C) Microsoft Corporation</copyright>
+        <language>en-US</language>
+        <tags>Rx Reactive Extensions Observable LINQ Events</tags>
+        <dependencies>
+            <dependency id="System.Reactive" version="$version$" />
+        </dependencies>
+    </metadata>
+    <files>
+        <file src="..\System.Reactive.Runtime.Remoting\bin\$configuration$\**\*.*" target="lib" />
+    </files>
+</package>

+ 27 - 0
Rx.NET/Source/NuSpecs/System.Reactive.Windows.Forms.nuspec

@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
+    <metadata>
+        <id>System.Reactive.Windows.Forms</id>
+        <version>$version$</version>
+        <title>Reactive Extensions - Windows Forms Helpers</title>
+        <authors>Microsoft</authors>
+        <owners>Microsoft</owners>
+        <licenseUrl>http://go.microsoft.com/fwlink/?LinkID=261272</licenseUrl>
+        <projectUrl>http://go.microsoft.com/fwlink/?LinkId=261273</projectUrl>
+        <iconUrl>http://go.microsoft.com/fwlink/?LinkId=261274</iconUrl>
+        <requireLicenseAcceptance>true</requireLicenseAcceptance>
+        <description>Windows Forms extensions library for Rx. Contains scheduler functionality for the Windows Forms UI loop.</description>
+        <copyright>Copyright (C) Microsoft Corporation</copyright>
+        <language>en-US</language>
+        <tags>Rx Reactive Extensions Observable LINQ Events</tags>
+        <dependencies>
+            <dependency id="System.Reactive" version="$version$" />
+        </dependencies>
+        <frameworkAssemblies>
+            <frameworkAssembly assemblyName="System.Windows.Forms" targetFramework="net4" />
+        </frameworkAssemblies>
+    </metadata>
+    <files>
+        <file src="..\System.Reactive.Windows.Forms\bin\$configuration$\**\*.*" target="lib" />
+    </files>
+</package>

+ 34 - 0
Rx.NET/Source/NuSpecs/System.Reactive.Windows.Threading.nuspec

@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="utf-8"?>
+<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
+    <metadata>
+        <id>System.Reactive.Windows.Threading</id>
+        <version>$version$</version>
+        <title>Reactive Extensions - XAML Support Library</title>
+        <authors>Microsoft</authors>
+        <owners>Microsoft</owners>
+        <licenseUrl>http://go.microsoft.com/fwlink/?LinkID=261272</licenseUrl>
+        <projectUrl>http://go.microsoft.com/fwlink/?LinkId=261273</projectUrl>
+        <iconUrl>http://go.microsoft.com/fwlink/?LinkId=261274</iconUrl>
+        <requireLicenseAcceptance>true</requireLicenseAcceptance>
+        <description>XAML support library for Rx. Contains scheduler functionality for the UI dispatcher.</description>
+        <copyright>Copyright (C) Microsoft Corporation</copyright>
+        <language>en-US</language>
+        <tags>Rx Reactive Extensions Observable LINQ Events</tags>
+        <dependencies>
+          <group>
+            <dependency id="System.Reactive" version="$version$" />
+          </group>
+          <group targetFramework="uap10.0">
+            <dependency id="System.Reactive" version="$version$" />
+            <dependency id="Microsoft.NETCore.UniversalWindowsPlatform" version="5.2.0-rc2-24027" />
+          </group>
+        </dependencies>
+        <frameworkAssemblies>
+            <frameworkAssembly assemblyName="WindowsBase" targetFramework="net4" />
+            <frameworkAssembly assemblyName="System.Windows" targetFramework="sl5" />
+        </frameworkAssemblies>
+    </metadata>
+    <files>
+        <file src="..\System.Reactive.Windows.Threading\bin\$configuration$\**\*.*" target="lib" />
+    </files>
+</package>

+ 30 - 0
Rx.NET/Source/NuSpecs/System.Reactive.WindowsRuntime.nuspec

@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8"?>
+<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
+    <metadata>
+        <id>System.Reactive.WindowsRuntime</id>
+        <version>$version$</version>
+        <title>Reactive Extensions - Windows Runtime Helpers</title>
+        <authors>Microsoft</authors>
+        <owners>Microsoft</owners>
+        <licenseUrl>http://go.microsoft.com/fwlink/?LinkID=261272</licenseUrl>
+        <projectUrl>http://go.microsoft.com/fwlink/?LinkId=261273</projectUrl>
+        <iconUrl>http://go.microsoft.com/fwlink/?LinkId=261274</iconUrl>
+        <requireLicenseAcceptance>true</requireLicenseAcceptance>
+        <description>Windows Runtime extensions library for Rx. Contains scheduler functionality and various bridges for the Windows Runtime.</description>
+        <copyright>Copyright (C) Microsoft Corporation</copyright>
+        <language>en-US</language>
+        <tags>Rx Reactive Extensions Observable LINQ Events</tags>
+        <dependencies>
+          <group>
+            <dependency id="System.Reactive.Linq" version="$version$" />
+          </group>
+          <group targetFramework="uap10.0">
+            <dependency id="System.Reactive.Linq" version="$version$" />
+            <dependency id="Microsoft.NETCore.UniversalWindowsPlatform" version="5.2.0-rc2-24027" />
+          </group>
+        </dependencies>
+    </metadata>
+    <files>
+        <file src="..\System.Reactive.WindowsRuntime\bin\$configuration$\**\*.*" target="lib" />
+    </files>
+</package>