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 1
1
#! /bin/bash
2
2
3
3
# 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.
5
5
6
6
WORK_DIR=` pwd`
7
7
8
8
pushd ./src/LanguageServer/Impl
9
9
dotnet 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
11
11
popd
12
12
13
13
pushd ./src/Analysis/Ast/Impl
14
14
dotnet 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
16
16
popd
17
17
18
18
pushd ./src/Analysis/Core/Impl
19
19
dotnet 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
21
21
popd
22
22
23
23
pushd ./src/Parsing/Impl
24
24
dotnet 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
26
26
popd
27
27
28
28
pushd ./src/Core/Impl
29
29
dotnet 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
31
31
popd
32
32
Original file line number Diff line number Diff line change 4
4
<RootNamespace >Microsoft.Python.Analysis</RootNamespace >
5
5
<AssemblyName >Microsoft.Python.Analysis</AssemblyName >
6
6
<PackageId >Microsoft.Python.Analysis</PackageId >
7
- <Version >1.0.2 </Version >
7
+ <Version >1.0.3 </Version >
8
8
<Authors >Apiiro</Authors >
9
9
<Company >Apiiro</Company >
10
10
<RepositoryUrl >https://github.com/apiiro/python-language-server</RepositoryUrl >
Original file line number Diff line number Diff line change 4
4
<RootNamespace >Microsoft.Python.Analysis</RootNamespace >
5
5
<AssemblyName >Microsoft.Python.Analysis.Core</AssemblyName >
6
6
<PackageId >Microsoft.Python.Analysis.Core</PackageId >
7
- <Version >1.0.2 </Version >
7
+ <Version >1.0.3 </Version >
8
8
<Authors >Apiiro</Authors >
9
9
<Company >Apiiro</Company >
10
10
<RepositoryUrl >https://github.com/apiiro/python-language-server</RepositoryUrl >
Original file line number Diff line number Diff line change 4
4
<RootNamespace >Microsoft.Python.Core</RootNamespace >
5
5
<AssemblyName >Microsoft.Python.Core</AssemblyName >
6
6
<PackageId >Microsoft.Python.Core</PackageId >
7
- <Version >1.0.2 </Version >
7
+ <Version >1.0.3 </Version >
8
8
<Authors >Apiiro</Authors >
9
9
<Company >Apiiro</Company >
10
10
<RepositoryUrl >https://github.com/apiiro/python-language-server</RepositoryUrl >
Original file line number Diff line number Diff line change 4
4
<RootNamespace >Microsoft.Python.LanguageServer</RootNamespace >
5
5
<AssemblyName >Microsoft.Python.LanguageServer</AssemblyName >
6
6
<PackageId >Microsoft.Python.LanguageServer</PackageId >
7
- <Version >1.0.2 </Version >
7
+ <Version >1.0.3 </Version >
8
8
<Authors >Apiiro</Authors >
9
9
<Company >Apiiro</Company >
10
10
<PackageDescription >Apiiro Python Language Server</PackageDescription >
Original file line number Diff line number Diff line change 4
4
<RootNamespace >Microsoft.Python.Parsing</RootNamespace >
5
5
<AssemblyName >Microsoft.Python.Parsing</AssemblyName >
6
6
<PackageId >Microsoft.Python.Parsing</PackageId >
7
- <Version >1.0.2 </Version >
7
+ <Version >1.0.3 </Version >
8
8
<Authors >Apiiro</Authors >
9
9
<Company >Apiiro</Company >
10
10
<RepositoryUrl >https://github.com/apiiro/python-language-server</RepositoryUrl >
You can’t perform that action at this time.
0 commit comments