File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1-  [](https://github.com/aspose-cells/aspose-cells-go-cpp/blob/master/LICENSE?style=for-the-badge) [](https://products.aspose.com/cells/go-cpp/) [](https://docs.aspose.com/cells/go-cpp/) [](https://reference.aspose.com/cells/go-cpp/) [](https://github.com/aspose-cells/aspose-cells-go-cpp/tree/main/samples) [](https://blog.aspose.com/categories/aspose.cells-product-family/) [](https://forum.aspose.com/c/cells/9) 
1+  [](https://github.com/aspose-cells/aspose-cells-go-cpp/blob/master/LICENSE?style=for-the-badge) [](https://products.aspose.com/cells/go-cpp/) [](https://docs.aspose.com/cells/go-cpp/) [](https://reference.aspose.com/cells/go-cpp/) [](https://github.com/aspose-cells/aspose-cells-go-cpp/tree/main/samples) [](https://blog.aspose.com/categories/aspose.cells-product-family/) [](https://forum.aspose.com/c/cells/9) 
22
33# Aspose.Cells for Go via C++
44
@@ -65,22 +65,22 @@ If Aspose.Cells for Go via C++ is not installed in the development environment,
6565
6666``` cmd
6767
68- set PATH=%PATH%;%GOPATH%\github.com\aspose-cells\aspose-cells-go-cpp\v25@v25.11.0 \lib\win_x86_64\
68+ set PATH=%PATH%;%GOPATH%\github.com\aspose-cells\aspose-cells-go-cpp\v25@v25.11.1 \lib\win_x86_64\
6969
7070```
7171
7272Or in your powershell
7373
7474``` powershell
7575
76- $env:Path = $env:Path+ ";${env:GOPATH}\github.com\aspose-cells\aspose-cells-go-cpp\v25@v25.11.0 \lib\win_x86_64\"
76+ $env:Path = $env:Path+ ";${env:GOPATH}\github.com\aspose-cells\aspose-cells-go-cpp\v25@v25.11.1 \lib\win_x86_64\"
7777
7878```
7979
8080Or in your linux bash
8181
8282``` bash
83- export PATH=$PATH :$GOPATH /github.com/aspose-cells/aspose-cells-go-cpp/v25@v25.11.0 /lib/linux_x86_64/
83+ export PATH=$PATH :$GOPATH /github.com/aspose-cells/aspose-cells-go-cpp/v25@v25.11.1 /lib/linux_x86_64/
8484
8585```
8686
@@ -189,7 +189,7 @@ go install github.com/aspose-cells/aspose-cells-go-cpp/v25@latest
189189
190190``` go
191191
192- go get github.com /aspose-cells/aspose-cells-go -cpp/v25@v25.11.0
192+ go get github.com /aspose-cells/aspose-cells-go -cpp/v25@v25.11.1
193193
194194```
195195
You can’t perform that action at this time.
0 commit comments