Skip to content

Commit 6cd29e2

Browse files
authored
bump version to v1.2.0 (#2223)
1 parent df0bf8f commit 6cd29e2

File tree

17 files changed

+54
-54
lines changed

17 files changed

+54
-54
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if (NOT CMAKE_BUILD_TYPE)
99
endif ()
1010

1111
cmake_minimum_required(VERSION 3.14)
12-
project(MMDeploy VERSION 1.1.0)
12+
project(MMDeploy VERSION 1.2.0)
1313

1414
set(CMAKE_CXX_STANDARD 17)
1515

csrc/mmdeploy/apis/csharp/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ There are two methods to build the nuget package.
3333

3434
(*option 1*) Use the command.
3535

36-
If your environment is well prepared, you can just go to the `csrc\apis\csharp` folder, open a terminal and type the following command, the nupkg will be built in `csrc\apis\csharp\MMDeploy\bin\Release\MMDeployCSharp.1.1.0.nupkg`.
36+
If your environment is well prepared, you can just go to the `csrc\apis\csharp` folder, open a terminal and type the following command, the nupkg will be built in `csrc\apis\csharp\MMDeploy\bin\Release\MMDeployCSharp.1.2.0.nupkg`.
3737

3838
```shell
39-
dotnet build --configuration Release -p:Version=1.1.0
39+
dotnet build --configuration Release -p:Version=1.2.0
4040
```
4141

4242
(*option 2*) Open MMDeploy.sln && Build.
4343

44-
You can set the package-version through `Properties -> Package Version`. The default version is 1.1.0 if you don't set it.
44+
You can set the package-version through `Properties -> Package Version`. The default version is 1.2.0 if you don't set it.
4545

4646
If you encounter missing dependencies, follow the instructions for MSVC.

demo/csharp/image_classification/image_classification.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</PropertyGroup>
1515

1616
<ItemGroup>
17-
<PackageReference Include="MMDeployCSharp" Version="1.1.0" />
17+
<PackageReference Include="MMDeployCSharp" Version="1.2.0" />
1818
<PackageReference Include="OpenCvSharp4" Version="4.5.5.20211231" />
1919
<PackageReference Include="OpenCvSharp4.Extensions" Version="4.5.5.20211231" />
2020
<PackageReference Include="OpenCvSharp4.runtime.win" Version="4.5.5.20211231" />

demo/csharp/image_restorer/image_restorer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</PropertyGroup>
1515

1616
<ItemGroup>
17-
<PackageReference Include="MMDeployCSharp" Version="1.1.0" />
17+
<PackageReference Include="MMDeployCSharp" Version="1.2.0" />
1818
<PackageReference Include="OpenCvSharp4" Version="4.5.5.20211231" />
1919
<PackageReference Include="OpenCvSharp4.runtime.win" Version="4.5.5.20211231" />
2020
</ItemGroup>

demo/csharp/image_segmentation/image_segmentation.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</PropertyGroup>
1515

1616
<ItemGroup>
17-
<PackageReference Include="MMDeployCSharp" Version="1.1.0" />
17+
<PackageReference Include="MMDeployCSharp" Version="1.2.0" />
1818
<PackageReference Include="OpenCvSharp4" Version="4.5.5.20211231" />
1919
<PackageReference Include="OpenCvSharp4.runtime.win" Version="4.5.5.20211231" />
2020
</ItemGroup>

demo/csharp/object_detection/object_detection.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</PropertyGroup>
1515

1616
<ItemGroup>
17-
<PackageReference Include="MMDeployCSharp" Version="1.1.0" />
17+
<PackageReference Include="MMDeployCSharp" Version="1.2.0" />
1818
<PackageReference Include="OpenCvSharp4" Version="4.5.5.20211231" />
1919
<PackageReference Include="OpenCvSharp4.runtime.win" Version="4.5.5.20211231" />
2020
</ItemGroup>

demo/csharp/ocr_detection/ocr_detection.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</PropertyGroup>
1515

1616
<ItemGroup>
17-
<PackageReference Include="MMDeployCSharp" Version="1.1.0" />
17+
<PackageReference Include="MMDeployCSharp" Version="1.2.0" />
1818
<PackageReference Include="OpenCvSharp4" Version="4.5.5.20211231" />
1919
<PackageReference Include="OpenCvSharp4.runtime.win" Version="4.5.5.20211231" />
2020
</ItemGroup>

demo/csharp/ocr_recognition/ocr_recognition.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</PropertyGroup>
1515

1616
<ItemGroup>
17-
<PackageReference Include="MMDeployCSharp" Version="1.1.0" />
17+
<PackageReference Include="MMDeployCSharp" Version="1.2.0" />
1818
<PackageReference Include="OpenCvSharp4" Version="4.5.5.20211231" />
1919
<PackageReference Include="OpenCvSharp4.runtime.win" Version="4.5.5.20211231" />
2020
</ItemGroup>

demo/csharp/pose_detection/pose_detection.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</PropertyGroup>
1515

1616
<ItemGroup>
17-
<PackageReference Include="MMDeployCSharp" Version="1.1.0" />
17+
<PackageReference Include="MMDeployCSharp" Version="1.2.0" />
1818
<PackageReference Include="OpenCvSharp4" Version="4.5.5.20211231" />
1919
<PackageReference Include="OpenCvSharp4.runtime.win" Version="4.5.5.20211231" />
2020
</ItemGroup>

docs/en/01-how-to-build/build_from_docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This document guides how to install mmdeploy with [Docker](https://docs.docker.c
55
## Get prebuilt docker images
66

77
MMDeploy provides prebuilt docker images for the convenience of its users on [Docker Hub](https://hub.docker.com/r/openmmlab/mmdeploy). The docker images are built on
8-
the latest and released versions. For instance, the image with tag `openmmlab/mmdeploy:ubuntu20.04-cuda11.3-mmdeploy` is built on the latest mmdeploy and the image with tag `openmmlab/mmdeploy:ubuntu20.04-cuda11.3-mmdeploy1.1.0` is for `mmdeploy==1.1.0`.
8+
the latest and released versions. For instance, the image with tag `openmmlab/mmdeploy:ubuntu20.04-cuda11.3-mmdeploy` is built on the latest mmdeploy and the image with tag `openmmlab/mmdeploy:ubuntu20.04-cuda11.3-mmdeploy1.2.0` is for `mmdeploy==1.2.0`.
99
The specifications of the Docker Image are shown below.
1010

1111
| Item | Version |

0 commit comments

Comments
 (0)