Skip to content

Commit 9ed9360

Browse files
committed
Correct nuproj names
Signed-off-by: José Simões <jose.simoes@eclo.solutions>
1 parent 7f3283b commit 9ed9360

3 files changed

Lines changed: 17 additions & 17 deletions

File tree

source/Nuget.nanoFramework.System.Net.Http.DELIVERABLES/Nuget.Windows.Storage.Streams.DELIVERABLES.nuproj renamed to source/Nuget.nanoFramework.System.Net.Http.DELIVERABLES/Nuget.nanoFramework.System.Net.Http.DELIVERABLES.nuproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@
4949
</PropertyGroup>
5050
<Import Project="$(NuProjPath)\NuProj.props" Condition="Exists('$(NuProjPath)\NuProj.props')" />
5151
<PropertyGroup Label="Configuration">
52-
<Id>nanoFramework.nanoFramework.System.Net.Http.DELIVERABLES</Id>
52+
<Id>nanoFramework.System.Net.Http.DELIVERABLES</Id>
5353
<Version>$(GitVersion_NuGetVersionV2)</Version>
54-
<Title>nanoFramework.nanoFramework.System.Net.Http.DELIVERABLES</Title>
54+
<Title>nanoFramework.System.Net.Http.DELIVERABLES</Title>
5555
<Authors>nanoFramework project contributors</Authors>
5656
<Owners>nanoFramework project contributors</Owners>
57-
<Summary>nanoFramework.nanoFramework.System.Net.Http.DELIVERABLES is not meant for development.</Summary>
57+
<Summary>nanoFramework.System.Net.Http.DELIVERABLES is not meant for development.</Summary>
5858
<Description>** DON'T REFERENCE THIS PACKAGE ** Not meant for development. This package includes the deliverable artifacts of the nanoFramework.System.Net.Http assembly for nanoFramework. These are for testing purposes and for updating the native code base of the core library.</Description>
5959
<ReleaseNotes>
6060
</ReleaseNotes>

source/Nuget.nanoFramework.System.Net.Http/Nuget.Windows.Storage.Streams.nuproj renamed to source/Nuget.nanoFramework.System.Net.Http/Nuget.nanoFramework.System.Net.Http.nuproj

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,20 @@
1414
<GitVersion_NuGetVersionV2 Condition=" '$(GitVersion_NuGetVersionV2)' == '' ">1.0.0-preview001</GitVersion_NuGetVersionV2>
1515
</PropertyGroup>
1616
<ItemGroup>
17-
<Content Include="..\nanoFramework.System.Net.Http\bin\$(Configuration)\nanoFramework.System.Net.Http.dll">
18-
<Link>lib\nanoFramework.System.Net.Http.dll</Link>
17+
<Content Include="..\nanoFramework.System.Net.Http\bin\$(Configuration)\System.Net.Http.dll">
18+
<Link>lib\System.Net.Http.dll</Link>
1919
</Content>
20-
<Content Include="..\nanoFramework.System.Net.Http\bin\$(Configuration)\nanoFramework.System.Net.Http.pdb">
21-
<Link>lib\nanoFramework.System.Net.Http.pdb</Link>
20+
<Content Include="..\nanoFramework.System.Net.Http\bin\$(Configuration)\System.Net.Http.pdb">
21+
<Link>lib\System.Net.Http.pdb</Link>
2222
</Content>
23-
<Content Include="..\nanoFramework.System.Net.Http\bin\$(Configuration)\nanoFramework.System.Net.Http.pdbx">
24-
<Link>lib\nanoFramework.System.Net.Http.pdbx</Link>
23+
<Content Include="..\nanoFramework.System.Net.Http\bin\$(Configuration)\System.Net.Http.pdbx">
24+
<Link>lib\System.Net.Http.pdbx</Link>
2525
</Content>
26-
<Content Include="..\nanoFramework.System.Net.Http\bin\$(Configuration)\nanoFramework.System.Net.Http.pe">
27-
<Link>lib\nanoFramework.System.Net.Http.pe</Link>
26+
<Content Include="..\nanoFramework.System.Net.Http\bin\$(Configuration)\System.Net.Http.pe">
27+
<Link>lib\System.Net.Http.pe</Link>
2828
</Content>
29-
<Content Include="..\nanoFramework.System.Net.Http\bin\$(Configuration)\nanoFramework.System.Net.Http.xml">
30-
<Link>lib\nanoFramework.System.Net.Http.xml</Link>
29+
<Content Include="..\nanoFramework.System.Net.Http\bin\$(Configuration)\System.Net.Http.xml">
30+
<Link>lib\System.Net.Http.xml</Link>
3131
</Content>
3232
</ItemGroup>
3333
<ItemGroup>
@@ -52,9 +52,9 @@
5252
</PropertyGroup>
5353
<Import Project="$(NuProjPath)\NuProj.props" Condition="Exists('$(NuProjPath)\NuProj.props')" />
5454
<PropertyGroup Label="Configuration">
55-
<Id>nanoFramework.nanoFramework.System.Net.Http</Id>
55+
<Id>nanoFramework.System.Net.Http</Id>
5656
<Version>$(GitVersion_NuGetVersionV2)</Version>
57-
<Title>nanoFramework.nanoFramework.System.Net.Http</Title>
57+
<Title>nanoFramework.System.Net.Http</Title>
5858
<Authors>nanoFramework project contributors</Authors>
5959
<Owners>nanoFramework project contributors</Owners>
6060
<Summary>nanoFramework.System.Net.Http assembly for nanoFramework C# projects</Summary>

source/nanoFramework.System.Net.Http.sln

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ VisualStudioVersion = 15.0.28010.2041
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "System.Net.Http", "nanoFramework.System.Net.Http\System.Net.Http.nfproj", "{C3ABA656-9831-4006-A3B3-EA842A3C508E}"
77
EndProject
8-
Project("{FF286327-C783-4F7A-AB73-9BCBAD0D4460}") = "Nuget.Windows.Storage.Streams", "Nuget.nanoFramework.System.Net.Http\Nuget.Windows.Storage.Streams.nuproj", "{DEA3BF64-3B74-473D-B8A4-0232756F5477}"
8+
Project("{FF286327-C783-4F7A-AB73-9BCBAD0D4460}") = "Nuget.nanoFramework.System.Net.Http", "Nuget.nanoFramework.System.Net.Http\Nuget.nanoFramework.System.Net.Http.nuproj", "{DEA3BF64-3B74-473D-B8A4-0232756F5477}"
99
ProjectSection(ProjectDependencies) = postProject
1010
{C3ABA656-9831-4006-A3B3-EA842A3C508E} = {C3ABA656-9831-4006-A3B3-EA842A3C508E}
1111
EndProjectSection
1212
EndProject
13-
Project("{FF286327-C783-4F7A-AB73-9BCBAD0D4460}") = "Nuget.Windows.Storage.Streams.DELIVERABLES", "Nuget.nanoFramework.System.Net.Http.DELIVERABLES\Nuget.Windows.Storage.Streams.DELIVERABLES.nuproj", "{F81B4DAC-449C-48E4-80EA-4360C8F8C2DD}"
13+
Project("{FF286327-C783-4F7A-AB73-9BCBAD0D4460}") = "Nuget.nanoFramework.System.Net.Http.DELIVERABLES", "Nuget.nanoFramework.System.Net.Http.DELIVERABLES\Nuget.nanoFramework.System.Net.Http.DELIVERABLES.nuproj", "{F81B4DAC-449C-48E4-80EA-4360C8F8C2DD}"
1414
ProjectSection(ProjectDependencies) = postProject
1515
{C3ABA656-9831-4006-A3B3-EA842A3C508E} = {C3ABA656-9831-4006-A3B3-EA842A3C508E}
1616
EndProjectSection

0 commit comments

Comments
 (0)