Skip to content

Commit ce2bcaf

Browse files
committed
Aspose.Cells for Go via C++ v25.11.1
1 parent 0cd64c3 commit ce2bcaf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![](https://img.shields.io/badge/aspose.cells%20for%20Go%20via%20C++-v25.11.0-green?style=for-the-badge&logo=go) [![License](https://img.shields.io/github/license/aspose-cells/aspose-cells-go-cpp?style=for-the-badge&logo=rocket&logoColor=white)](https://github.com/aspose-cells/aspose-cells-go-cpp/blob/master/LICENSE?style=for-the-badge) [![Product Page](https://img.shields.io/badge/Product-0288d1?style=for-the-badge&logo=Google-Chrome&logoColor=white)](https://products.aspose.com/cells/go-cpp/) [![Documentation](https://img.shields.io/badge/Documentation-388e3c?style=for-the-badge&logo=Hugo&logoColor=white)](https://docs.aspose.com/cells/go-cpp/) [![API Ref](https://img.shields.io/badge/Reference-f39c12?style=for-the-badge&logo=html5&logoColor=white)](https://reference.aspose.com/cells/go-cpp/) [![Examples](https://img.shields.io/badge/Examples-1565c0?style=for-the-badge&logo=Github&logoColor=white)](https://github.com/aspose-cells/aspose-cells-go-cpp/tree/main/samples) [![Blog](https://img.shields.io/badge/Blog-d32f2f?style=for-the-badge&logo=WordPress&logoColor=white)](https://blog.aspose.com/categories/aspose.cells-product-family/) [![Support](https://img.shields.io/badge/Support-7b1fa2?style=for-the-badge&logo=Discourse&logoColor=white)](https://forum.aspose.com/c/cells/9) ![GitHub commits since latest release (by date)](https://img.shields.io/github/commits-since/aspose-cells/aspose-cells-go-cpp/v25.11.0?style=for-the-badge)
1+
![](https://img.shields.io/badge/aspose.cells%20for%20Go%20via%20C++-v25.11.1-green?style=for-the-badge&logo=go) [![License](https://img.shields.io/github/license/aspose-cells/aspose-cells-go-cpp?style=for-the-badge&logo=rocket&logoColor=white)](https://github.com/aspose-cells/aspose-cells-go-cpp/blob/master/LICENSE?style=for-the-badge) [![Product Page](https://img.shields.io/badge/Product-0288d1?style=for-the-badge&logo=Google-Chrome&logoColor=white)](https://products.aspose.com/cells/go-cpp/) [![Documentation](https://img.shields.io/badge/Documentation-388e3c?style=for-the-badge&logo=Hugo&logoColor=white)](https://docs.aspose.com/cells/go-cpp/) [![API Ref](https://img.shields.io/badge/Reference-f39c12?style=for-the-badge&logo=html5&logoColor=white)](https://reference.aspose.com/cells/go-cpp/) [![Examples](https://img.shields.io/badge/Examples-1565c0?style=for-the-badge&logo=Github&logoColor=white)](https://github.com/aspose-cells/aspose-cells-go-cpp/tree/main/samples) [![Blog](https://img.shields.io/badge/Blog-d32f2f?style=for-the-badge&logo=WordPress&logoColor=white)](https://blog.aspose.com/categories/aspose.cells-product-family/) [![Support](https://img.shields.io/badge/Support-7b1fa2?style=for-the-badge&logo=Discourse&logoColor=white)](https://forum.aspose.com/c/cells/9) ![GitHub commits since latest release (by date)](https://img.shields.io/github/commits-since/aspose-cells/aspose-cells-go-cpp/v25.11.1?style=for-the-badge)
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

7272
Or 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

8080
Or 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

0 commit comments

Comments
 (0)