Skip to content

Commit 7114aad

Browse files
chore(release): 3.0.0-pre.7 [skip ci]
# [3.0.0-pre.7](v3.0.0-pre.6...v3.0.0-pre.7) (2022-06-13) ### Features * **accounts:** add `MinBalance` constructor that takes an `AlgoSdk.Indexer.Account` result ([03dc71a](03dc71a))
1 parent 03dc71a commit 7114aad

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

.docfx/docfx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
}
118118
],
119119
"sitemap": {
120-
"baseUrl": "https://careboo.github.io/unity-algorand-sdk/3.0.0-pre.6",
120+
"baseUrl": "https://careboo.github.io/unity-algorand-sdk/3.0.0-pre.7",
121121
"changefreq": "monthly",
122122
"fileOptions": {
123123
"api/*": {

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77

8+
# [3.0.0-pre.7](https://github.com/CareBoo/unity-algorand-sdk/compare/v3.0.0-pre.6...v3.0.0-pre.7) (2022-06-13)
9+
10+
11+
### Features
12+
13+
* **accounts:** add `MinBalance` constructor that takes an `AlgoSdk.Indexer.Account` result ([03dc71a](https://github.com/CareBoo/unity-algorand-sdk/commit/03dc71a8653a242a6a81d831db76122bc6299233))
14+
815
# [3.0.0-pre.6](https://github.com/CareBoo/unity-algorand-sdk/compare/v3.0.0-pre.5...v3.0.0-pre.6) (2022-06-12)
916

1017

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.careboo.unity-algorand-sdk",
33
"displayName": "AlgoSdk",
4-
"version": "3.0.0-pre.6",
4+
"version": "3.0.0-pre.7",
55
"unity": "2020.3",
66
"keywords": [
77
"algorand",
@@ -20,9 +20,9 @@
2020
"access": "public"
2121
},
2222
"repository": "github:CareBoo/unity-algorand-sdk",
23-
"changelogUrl": "https://careboo.github.io/unity-algorand-sdk/3.0.0-pre.6/changelog",
24-
"documentationUrl": "https://careboo.github.io/unity-algorand-sdk/3.0.0-pre.6",
25-
"licensesUrl": "https://careboo.github.io/unity-algorand-sdk/3.0.0-pre.6/license",
23+
"changelogUrl": "https://careboo.github.io/unity-algorand-sdk/3.0.0-pre.7/changelog",
24+
"documentationUrl": "https://careboo.github.io/unity-algorand-sdk/3.0.0-pre.7",
25+
"licensesUrl": "https://careboo.github.io/unity-algorand-sdk/3.0.0-pre.7/license",
2626
"author": {
2727
"name": "CareBoo",
2828
"url": "https://github.com/CareBoo"

0 commit comments

Comments
 (0)