Skip to content

Commit

Permalink
Merge pull request #2 from apiiro/ariel/pacjages
Browse files Browse the repository at this point in the history
Organise packages
  • Loading branch information
ohadApiiro authored Nov 15, 2021
2 parents 5010b21 + 1c19b03 commit 5434223
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/Analysis/Ast/Impl/Microsoft.Python.Analysis.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
<TargetFramework>net5.0</TargetFramework>
<RootNamespace>Microsoft.Python.Analysis</RootNamespace>
<AssemblyName>Microsoft.Python.Analysis</AssemblyName>
<PackageId>Microsoft.Python.Analysis</PackageId>
<Version>1.0.0</Version>
<Authors>Apiiro</Authors>
<Company>Apiiro</Company>
<RepositoryUrl>https://github.com/apiiro/python-language-server</RepositoryUrl>
</PropertyGroup>
<PropertyGroup>
<!--
Expand Down
5 changes: 5 additions & 0 deletions src/Analysis/Core/Impl/Microsoft.Python.Analysis.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
<TargetFramework>net5.0</TargetFramework>
<RootNamespace>Microsoft.Python.Analysis</RootNamespace>
<AssemblyName>Microsoft.Python.Analysis.Core</AssemblyName>
<PackageId>Microsoft.Python.Analysis.Core</PackageId>
<Version>1.0.0</Version>
<Authors>Apiiro</Authors>
<Company>Apiiro</Company>
<RepositoryUrl>https://github.com/apiiro/python-language-server</RepositoryUrl>
</PropertyGroup>
<PropertyGroup>
<!--
Expand Down
5 changes: 5 additions & 0 deletions src/Core/Impl/Microsoft.Python.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
<TargetFramework>net5.0</TargetFramework>
<RootNamespace>Microsoft.Python.Core</RootNamespace>
<AssemblyName>Microsoft.Python.Core</AssemblyName>
<PackageId>Microsoft.Python.Core</PackageId>
<Version>1.0.0</Version>
<Authors>Apiiro</Authors>
<Company>Apiiro</Company>
<RepositoryUrl>https://github.com/apiiro/python-language-server</RepositoryUrl>
</PropertyGroup>
<PropertyGroup>
<!--
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
<Project>
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>netcoreapp3.1</TargetFramework>
<RootNamespace>Microsoft.Python.LanguageServer</RootNamespace>
<AssemblyName>Microsoft.Python.LanguageServer</AssemblyName>
<PackageId>Microsoft.Python.LanguageServer</PackageId>
<Version>1.0.0</Version>
<Authors>Apiiro</Authors>
<Company>Apiiro</Company>
<PackageDescription>Apiiro Python Language Server</PackageDescription>
<RepositoryUrl>https://github.com/apiiro/python-language-server</RepositoryUrl>
<PackageIconUrl>https://i.imgur.com/5fg74ch.png</PackageIconUrl>
</PropertyGroup>
<Import Project="..\..\..\build\NetStandard.settings" />
<Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk" />
Expand Down
5 changes: 5 additions & 0 deletions src/Parsing/Impl/Microsoft.Python.Parsing.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
<TargetFramework>net5.0</TargetFramework>
<RootNamespace>Microsoft.Python.Parsing</RootNamespace>
<AssemblyName>Microsoft.Python.Parsing</AssemblyName>
<PackageId>Microsoft.Python.Parsing</PackageId>
<Version>1.0.0</Version>
<Authors>Apiiro</Authors>
<Company>Apiiro</Company>
<RepositoryUrl>https://github.com/apiiro/python-language-server</RepositoryUrl>
</PropertyGroup>
<PropertyGroup>
<!--
Expand Down

0 comments on commit 5434223

Please sign in to comment.