This repository was archived by the owner on Nov 3, 2023. It is now read-only.
File tree 4 files changed +15
-1692
lines changed
4 files changed +15
-1692
lines changed Original file line number Diff line number Diff line change
1
+ bin
2
+ obj
3
+ * .userprefs
4
+
Original file line number Diff line number Diff line change 5
5
<PackageId >Mono.Terminal</PackageId >
6
6
<PackageVersion >5.4.0</PackageVersion >
7
7
<Authors >Miguel de Icaza</Authors >
8
- <PackageIconUrl >https://xamarin-component-icons.s3.amazonaws. com/mono.terminal .png</PackageIconUrl >
9
- <PackageLicenseUrl >https://components.xamarin. com/license/ mono.terminal </PackageLicenseUrl >
8
+ <PackageIconUrl >https://github. com/mono/LineEditor/raw/master/icon_128x128 .png</PackageIconUrl >
9
+ <PackageLicenseUrl >https://github. com/mono/LineEditor/blob/master/LICENSE </PackageLicenseUrl >
10
10
<Owners >Xamarin</Owners >
11
11
<PackageProjectUrl >https://github.com/mono/LineEditor</PackageProjectUrl >
12
12
<PackageReleaseNotes >Release 5.4.0 includes new documentation.</PackageReleaseNotes >
13
13
<Summary >An interactive commmand line editor</Summary >
14
14
<Title >Mono.Terminal - LineEdit, GetLine</Title >
15
15
<Description >Interactive Command Line Editor</Description >
16
+ <InferPackageContents >false</InferPackageContents >
16
17
</PropertyGroup >
17
18
18
19
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
23
24
<DocumentationFile >bin\Release\netstandard2.0\LineEditor.xml</DocumentationFile >
24
25
</PropertyGroup >
25
26
<ItemGroup >
26
- <PackageReference Include =" NuGet.Build.Packaging" Version =" 0.1.276" />
27
+ <PackageReference Include =" NuGet.Build.Packaging" Version =" 0.2.0" />
28
+ </ItemGroup >
29
+
30
+ <!-- Workaround for 'Nugetizer packs reference assemblies into NuGet package' issue -->
31
+ <!-- https://github.com/NuGet/Home/issues/5800 -->
32
+ <ItemGroup >
33
+ <PackageFile Include =" $(OutputPath)LineEditor.dll" PackagePath =" lib/netstandard2.0/LineEditor.dll" />
34
+ <PackageFile Include =" $(OutputPath)LineEditor.xml" PackagePath =" lib/netstandard2.0/LineEditor.xml" />
27
35
</ItemGroup >
28
36
</Project >
You can’t perform that action at this time.
0 commit comments