Skip to content

Commit 1c19b03

Browse files
committed
Organise packages
1 parent 5010b21 commit 1c19b03

File tree

5 files changed

+28
-1
lines changed

5 files changed

+28
-1
lines changed

src/Analysis/Ast/Impl/Microsoft.Python.Analysis.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
<TargetFramework>net5.0</TargetFramework>
44
<RootNamespace>Microsoft.Python.Analysis</RootNamespace>
55
<AssemblyName>Microsoft.Python.Analysis</AssemblyName>
6+
<PackageId>Microsoft.Python.Analysis</PackageId>
7+
<Version>1.0.0</Version>
8+
<Authors>Apiiro</Authors>
9+
<Company>Apiiro</Company>
10+
<RepositoryUrl>https://github.com/apiiro/python-language-server</RepositoryUrl>
611
</PropertyGroup>
712
<PropertyGroup>
813
<!--

src/Analysis/Core/Impl/Microsoft.Python.Analysis.Core.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
<TargetFramework>net5.0</TargetFramework>
44
<RootNamespace>Microsoft.Python.Analysis</RootNamespace>
55
<AssemblyName>Microsoft.Python.Analysis.Core</AssemblyName>
6+
<PackageId>Microsoft.Python.Analysis.Core</PackageId>
7+
<Version>1.0.0</Version>
8+
<Authors>Apiiro</Authors>
9+
<Company>Apiiro</Company>
10+
<RepositoryUrl>https://github.com/apiiro/python-language-server</RepositoryUrl>
611
</PropertyGroup>
712
<PropertyGroup>
813
<!--

src/Core/Impl/Microsoft.Python.Core.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
<TargetFramework>net5.0</TargetFramework>
44
<RootNamespace>Microsoft.Python.Core</RootNamespace>
55
<AssemblyName>Microsoft.Python.Core</AssemblyName>
6+
<PackageId>Microsoft.Python.Core</PackageId>
7+
<Version>1.0.0</Version>
8+
<Authors>Apiiro</Authors>
9+
<Company>Apiiro</Company>
10+
<RepositoryUrl>https://github.com/apiiro/python-language-server</RepositoryUrl>
611
</PropertyGroup>
712
<PropertyGroup>
813
<!--

src/LanguageServer/Impl/Microsoft.Python.LanguageServer.csproj

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
<Project>
22
<PropertyGroup>
3-
<TargetFramework>net5.0</TargetFramework>
3+
<TargetFramework>netcoreapp3.1</TargetFramework>
44
<RootNamespace>Microsoft.Python.LanguageServer</RootNamespace>
55
<AssemblyName>Microsoft.Python.LanguageServer</AssemblyName>
6+
<PackageId>Microsoft.Python.LanguageServer</PackageId>
7+
<Version>1.0.0</Version>
8+
<Authors>Apiiro</Authors>
9+
<Company>Apiiro</Company>
10+
<PackageDescription>Apiiro Python Language Server</PackageDescription>
11+
<RepositoryUrl>https://github.com/apiiro/python-language-server</RepositoryUrl>
12+
<PackageIconUrl>https://i.imgur.com/5fg74ch.png</PackageIconUrl>
613
</PropertyGroup>
714
<Import Project="..\..\..\build\NetStandard.settings" />
815
<Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk" />

src/Parsing/Impl/Microsoft.Python.Parsing.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
<TargetFramework>net5.0</TargetFramework>
44
<RootNamespace>Microsoft.Python.Parsing</RootNamespace>
55
<AssemblyName>Microsoft.Python.Parsing</AssemblyName>
6+
<PackageId>Microsoft.Python.Parsing</PackageId>
7+
<Version>1.0.0</Version>
8+
<Authors>Apiiro</Authors>
9+
<Company>Apiiro</Company>
10+
<RepositoryUrl>https://github.com/apiiro/python-language-server</RepositoryUrl>
611
</PropertyGroup>
712
<PropertyGroup>
813
<!--

0 commit comments

Comments
 (0)