Skip to content

Commit b71a47b

Browse files
authored
Release 25.4 (#70)
1 parent e2a3506 commit b71a47b

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/aspose-barcode-cloud/aspose-barcode-cloud-go?label=module&sort=semver)](https://pkg.go.dev/github.com/aspose-barcode-cloud/aspose-barcode-cloud-go)
66

77
- API version: 4.0
8-
- SDK version: 4.2503.0
8+
- SDK version: 4.2504.0
99

1010
## SDK and API Version Compatibility:
1111

@@ -38,7 +38,7 @@ To use Aspose.BarCode Cloud SDK for Go you need to register an account with [Asp
3838
1. Run `go get` command
3939

4040
```shell script
41-
go get -u github.com/aspose-barcode-cloud/aspose-barcode-cloud-go/v4@v4.2503.0
41+
go get -u github.com/aspose-barcode-cloud/aspose-barcode-cloud-go/v4@v4.2504.0
4242
```
4343

4444
### Using GOPATH (for Go < 1.11 )

barcode/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import (
2020
)
2121

2222
const (
23-
PACKAGE_VERSION = "4.2503.0"
23+
PACKAGE_VERSION = "4.2504.0"
2424
PACKAGE_NAME = "go sdk"
2525
X_ASPOSE_CLIENT = "x-aspose-client"
2626
X_ASPOSE_CLIENT_VERSION = "x-aspose-client-version"

barcode/configuration.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ func NewConfiguration() *Configuration {
5454
cfg := &Configuration{
5555
BasePath: "https://api.aspose.cloud/v4.0",
5656
DefaultHeader: make(map[string]string),
57-
UserAgent: "Aspose-Barcode-SDK/4.2503.0/go",
57+
UserAgent: "Aspose-Barcode-SDK/4.2504.0/go",
5858
}
5959
return cfg
6060
}

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/antihax/optional v1.0.0
77
github.com/google/uuid v1.6.0
88
github.com/stretchr/testify v1.10.0
9-
golang.org/x/oauth2 v0.28.0
9+
golang.org/x/oauth2 v0.29.0
1010
)
1111

1212
require (

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO
1919
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
2020
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
2121
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
22-
golang.org/x/oauth2 v0.28.0 h1:CrgCKl8PPAVtLnU3c+EDw6x11699EWlsDeWNWKdIOkc=
23-
golang.org/x/oauth2 v0.28.0/go.mod h1:onh5ek6nERTohokkhCD/y2cV4Do3fxFHFuAejCkRWT8=
22+
golang.org/x/oauth2 v0.29.0 h1:WdYw2tdTK1S8olAzWHdgeqfy+Mtm9XNhv/xJsY65d98=
23+
golang.org/x/oauth2 v0.29.0/go.mod h1:onh5ek6nERTohokkhCD/y2cV4Do3fxFHFuAejCkRWT8=
2424
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=
2525
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
2626
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=

0 commit comments

Comments
 (0)