File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
22
33# NOTE:
4- # Until we'll set the version as an argument make sure to change the version in the 'nuget push' lines to matach the version in binaries.
4+ # Until we'll set the version as an argument make sure to change the version in the 'nuget push' lines to match the version in binaries.
55
66WORK_DIR=` pwd`
77
88pushd ./src/LanguageServer/Impl
99dotnet pack --configuration Release
10- dotnet nuget push $WORK_DIR /output/bin/Release/Microsoft.Python.LanguageServer.1.0.2 .nupkg --source " github" --skip-duplicate --no-symbols true
10+ dotnet nuget push $WORK_DIR /output/bin/Release/Microsoft.Python.LanguageServer.1.0.3 .nupkg --source " github" --skip-duplicate --no-symbols true
1111popd
1212
1313pushd ./src/Analysis/Ast/Impl
1414dotnet pack --configuration Release
15- dotnet nuget push $WORK_DIR /output/bin/Release/Microsoft.Python.Analysis.1.0.2 .nupkg --source " github" --skip-duplicate --no-symbols true
15+ dotnet nuget push $WORK_DIR /output/bin/Release/Microsoft.Python.Analysis.1.0.3 .nupkg --source " github" --skip-duplicate --no-symbols true
1616popd
1717
1818pushd ./src/Analysis/Core/Impl
1919dotnet pack --configuration Release
20- dotnet nuget push $WORK_DIR /output/bin/Release/Microsoft.Python.Analysis.Core.1.0.2 .nupkg --source " github" --skip-duplicate --no-symbols true
20+ dotnet nuget push $WORK_DIR /output/bin/Release/Microsoft.Python.Analysis.Core.1.0.3 .nupkg --source " github" --skip-duplicate --no-symbols true
2121popd
2222
2323pushd ./src/Parsing/Impl
2424dotnet pack --configuration Release
25- dotnet nuget push $WORK_DIR /output/bin/Release/Microsoft.Python.Parsing.1.0.2 .nupkg --source " github" --skip-duplicate --no-symbols true
25+ dotnet nuget push $WORK_DIR /output/bin/Release/Microsoft.Python.Parsing.1.0.3 .nupkg --source " github" --skip-duplicate --no-symbols true
2626popd
2727
2828pushd ./src/Core/Impl
2929dotnet pack --configuration Release
30- dotnet nuget push $WORK_DIR /output/bin/Release/Microsoft.Python.Core.1.0.2 .nupkg --source " github" --skip-duplicate --no-symbols true
30+ dotnet nuget push $WORK_DIR /output/bin/Release/Microsoft.Python.Core.1.0.3 .nupkg --source " github" --skip-duplicate --no-symbols true
3131popd
3232
Original file line number Diff line number Diff line change 44 <RootNamespace >Microsoft.Python.Analysis</RootNamespace >
55 <AssemblyName >Microsoft.Python.Analysis</AssemblyName >
66 <PackageId >Microsoft.Python.Analysis</PackageId >
7- <Version >1.0.2 </Version >
7+ <Version >1.0.3 </Version >
88 <Authors >Apiiro</Authors >
99 <Company >Apiiro</Company >
1010 <RepositoryUrl >https://github.com/apiiro/python-language-server</RepositoryUrl >
Original file line number Diff line number Diff line change 44 <RootNamespace >Microsoft.Python.Analysis</RootNamespace >
55 <AssemblyName >Microsoft.Python.Analysis.Core</AssemblyName >
66 <PackageId >Microsoft.Python.Analysis.Core</PackageId >
7- <Version >1.0.2 </Version >
7+ <Version >1.0.3 </Version >
88 <Authors >Apiiro</Authors >
99 <Company >Apiiro</Company >
1010 <RepositoryUrl >https://github.com/apiiro/python-language-server</RepositoryUrl >
Original file line number Diff line number Diff line change 44 <RootNamespace >Microsoft.Python.Core</RootNamespace >
55 <AssemblyName >Microsoft.Python.Core</AssemblyName >
66 <PackageId >Microsoft.Python.Core</PackageId >
7- <Version >1.0.2 </Version >
7+ <Version >1.0.3 </Version >
88 <Authors >Apiiro</Authors >
99 <Company >Apiiro</Company >
1010 <RepositoryUrl >https://github.com/apiiro/python-language-server</RepositoryUrl >
Original file line number Diff line number Diff line change 44 <RootNamespace >Microsoft.Python.LanguageServer</RootNamespace >
55 <AssemblyName >Microsoft.Python.LanguageServer</AssemblyName >
66 <PackageId >Microsoft.Python.LanguageServer</PackageId >
7- <Version >1.0.2 </Version >
7+ <Version >1.0.3 </Version >
88 <Authors >Apiiro</Authors >
99 <Company >Apiiro</Company >
1010 <PackageDescription >Apiiro Python Language Server</PackageDescription >
Original file line number Diff line number Diff line change 44 <RootNamespace >Microsoft.Python.Parsing</RootNamespace >
55 <AssemblyName >Microsoft.Python.Parsing</AssemblyName >
66 <PackageId >Microsoft.Python.Parsing</PackageId >
7- <Version >1.0.2 </Version >
7+ <Version >1.0.3 </Version >
88 <Authors >Apiiro</Authors >
99 <Company >Apiiro</Company >
1010 <RepositoryUrl >https://github.com/apiiro/python-language-server</RepositoryUrl >
You can’t perform that action at this time.
0 commit comments