Skip to content

Commit

Permalink
Merge pull request #3 from apiiro/ohad/apiiro-nuget
Browse files Browse the repository at this point in the history
Bump the version to 1.0.1
  • Loading branch information
ohadApiiro authored Nov 17, 2021
2 parents 5434223 + 0a835ab commit 41149cd
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/Analysis/Ast/Impl/Microsoft.Python.Analysis.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<RootNamespace>Microsoft.Python.Analysis</RootNamespace>
<AssemblyName>Microsoft.Python.Analysis</AssemblyName>
<PackageId>Microsoft.Python.Analysis</PackageId>
<Version>1.0.0</Version>
<Version>1.0.1</Version>
<Authors>Apiiro</Authors>
<Company>Apiiro</Company>
<RepositoryUrl>https://github.com/apiiro/python-language-server</RepositoryUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<RootNamespace>Microsoft.Python.Analysis</RootNamespace>
<AssemblyName>Microsoft.Python.Analysis.Core</AssemblyName>
<PackageId>Microsoft.Python.Analysis.Core</PackageId>
<Version>1.0.0</Version>
<Version>1.0.1</Version>
<Authors>Apiiro</Authors>
<Company>Apiiro</Company>
<RepositoryUrl>https://github.com/apiiro/python-language-server</RepositoryUrl>
Expand Down
2 changes: 1 addition & 1 deletion src/Core/Impl/Microsoft.Python.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<RootNamespace>Microsoft.Python.Core</RootNamespace>
<AssemblyName>Microsoft.Python.Core</AssemblyName>
<PackageId>Microsoft.Python.Core</PackageId>
<Version>1.0.0</Version>
<Version>1.0.1</Version>
<Authors>Apiiro</Authors>
<Company>Apiiro</Company>
<RepositoryUrl>https://github.com/apiiro/python-language-server</RepositoryUrl>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<Project>
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net5.0</TargetFramework>
<RootNamespace>Microsoft.Python.LanguageServer</RootNamespace>
<AssemblyName>Microsoft.Python.LanguageServer</AssemblyName>
<PackageId>Microsoft.Python.LanguageServer</PackageId>
<Version>1.0.0</Version>
<Version>1.0.1</Version>
<Authors>Apiiro</Authors>
<Company>Apiiro</Company>
<PackageDescription>Apiiro Python Language Server</PackageDescription>
Expand Down
2 changes: 1 addition & 1 deletion src/Parsing/Impl/Microsoft.Python.Parsing.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<RootNamespace>Microsoft.Python.Parsing</RootNamespace>
<AssemblyName>Microsoft.Python.Parsing</AssemblyName>
<PackageId>Microsoft.Python.Parsing</PackageId>
<Version>1.0.0</Version>
<Version>1.0.1</Version>
<Authors>Apiiro</Authors>
<Company>Apiiro</Company>
<RepositoryUrl>https://github.com/apiiro/python-language-server</RepositoryUrl>
Expand Down

0 comments on commit 41149cd

Please sign in to comment.