Skip to content

Commit e70d13d

Browse files
author
Gabe Stocco
committed
Adding NuGet explicit feed for custom ElectronNet CLI. To fix linux and mac tooling in pipeline.
1 parent c2c602d commit e70d13d

File tree

4 files changed

+27
-0
lines changed

4 files changed

+27
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"version": 1,
3+
"contentHash": "kBeAZtbYDz+GxTlqEdYmPBXWi3iIjwEBFXt1o6S4JZ9CLXMAuwanCT4/hooLYy/1nma0l+iDs7Ojul2kT/s78g=="
4+
}
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
kBeAZtbYDz+GxTlqEdYmPBXWi3iIjwEBFXt1o6S4JZ9CLXMAuwanCT4/hooLYy/1nma0l+iDs7Ojul2kT/s78g==
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
3+
<metadata>
4+
<id>ElectronNET.CLI</id>
5+
<version>0.0.11-custom</version>
6+
<authors>Gregor Biswanger, Robert Muehsig</authors>
7+
<owners>Gregor Biswanger, Robert Muehsig</owners>
8+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
9+
<license type="expression">MIT</license>
10+
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
11+
<projectUrl>https://github.com/ElectronNET/Electron.NET/</projectUrl>
12+
<iconUrl>https://raw.githubusercontent.com/ElectronNET/Electron.NET/master/assets/images/electron.net-logo-square.png</iconUrl>
13+
<description>Building cross platform electron based desktop apps with .NET Core and ASP.NET NET Core.
14+
This package contains the dotnet tooling to electronize your application.</description>
15+
<releaseNotes>Changelog: https://github.com/ElectronNET/Electron.NET/blob/master/Changelog.md</releaseNotes>
16+
<tags>electron aspnetcore</tags>
17+
<packageTypes>
18+
<packageType name="DotnetTool" />
19+
</packageTypes>
20+
<repository type="git" url="https://github.com/ElectronNET/Electron.NET/" commit="078ac990984dbe88ae644ffd8986695b824961e6" />
21+
</metadata>
22+
</package>

0 commit comments

Comments
 (0)