Skip to content

Commit e82c6a9

Browse files
committed
- v 0.2
1 parent b7ecd25 commit e82c6a9

File tree

7 files changed

+7
-9
lines changed

7 files changed

+7
-9
lines changed

Botticelli.sln

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,14 +80,12 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Botticelli.Server.Models",
8080
EndProject
8181
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "back", "back", "{05922003-7445-47CF-8496-7224F44E7768}"
8282
ProjectSection(SolutionItems) = preProject
83-
deploy\linux\server\back\build.sh = deploy\linux\server\back\build.sh
8483
deploy\linux\server\back\Dockerfile = deploy\linux\server\back\Dockerfile
8584
deploy\linux\server\back\run_standalone.sh = deploy\linux\server\back\run_standalone.sh
8685
EndProjectSection
8786
EndProject
8887
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "front", "front", "{7FF17C87-CC2B-4CD6-B667-18B7BED78850}"
8988
ProjectSection(SolutionItems) = preProject
90-
deploy\linux\server\front\build.sh = deploy\linux\server\front\build.sh
9189
deploy\linux\server\front\Dockerfile = deploy\linux\server\front\Dockerfile
9290
deploy\linux\server\front\run_standalone.sh = deploy\linux\server\front\run_standalone.sh
9391
EndProjectSection

TelegramAiSample/deploy/linux/run_standalone.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ sudo apt-get update && \ sudo apt-get install -y dotnet-sdk-7.0
33
rm -rf botticelli/
44
git clone https://github.com/devgopher/botticelli.git
55
pushd botticelli/
6-
git checkout mvp/0.1
6+
git checkout release/0.2
77
git pull
88

99
pushd TelegramAiSample

TelegramMessagingSample/deploy/run_standalone.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ sudo apt-get update && \ sudo apt-get install -y dotnet-sdk-7.0
33
rm -rf botticelli/
44
git clone https://github.com/devgopher/botticelli.git
55
pushd botticelli/
6-
git checkout mvp/0.1
6+
git checkout release/0.2
77
git pull
88

99
pushd TelegramMessagingSample

deploy/linux/server/back/run_standalone.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ sudo apt-get update && \ sudo apt-get install -y dotnet-sdk-7.0
33
rm -rf botticelli/
44
git clone https://github.com/devgopher/botticelli.git
55
pushd botticelli/
6-
git checkout mvp/0.1
6+
git checkout release/0.2
77
git pull
88

99
pushd Botticelli

deploy/linux/server/front/run_standalone.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ sudo apt-get update && \ sudo apt-get install -y dotnet-sdk-7.0
33
rm -rf botticelli/
44
git clone https://github.com/devgopher/botticelli.git
55
pushd botticelli/
6-
git checkout mvp/0.1
6+
git checkout release/0.2
77
git pull
88

99
pushd Botticelli.Server.FrontNew

docs/botticelli_docs_intro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ https://github.com/devgopher/botticelli
2222

2323
## Actual version
2424

25-
https://github.com/devgopher/botticelli/tree/mvp/0.1
25+
https://github.com/devgopher/botticelli/tree/release/0.2

docs/running.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ sudo apt-get update && \ sudo apt-get install -y dotnet-sdk-7.0
1212
rm -rf botticelli/
1313
git clone https://github.com/devgopher/botticelli.git
1414
pushd botticelli/
15-
git checkout mvp/0.1
15+
git checkout release/0.2
1616
git pull
1717

1818
pushd Botticelli
@@ -30,7 +30,7 @@ sudo apt-get update && \ sudo apt-get install -y dotnet-sdk-7.0
3030
rm -rf botticelli/
3131
git clone https://github.com/devgopher/botticelli.git
3232
pushd botticelli/
33-
git checkout mvp/0.1
33+
git checkout release/0.2
3434
git pull
3535

3636
pushd Botticelli.Server.FrontNew

0 commit comments

Comments
 (0)