Skip to content

Commit

Permalink
chore(release): 5.0.0-exp.1 [skip ci]
Browse files Browse the repository at this point in the history
# [5.0.0-exp.1](v4.2.0-exp.2...v5.0.0-exp.1) (2023-09-14)

### Code Refactoring

* 🔥 remove .NET SDK support ([34c9d39](34c9d39))
* 🔥 remove WalletConnect support from this SDK ([76c48bb](76c48bb))

### BREAKING CHANGES

* Remove compatibility with .NET Algorand SDK
* WalletConnect is no longer supported. All related samples have been removed.
  • Loading branch information
semantic-release-bot committed Sep 14, 2023
1 parent 34c9d39 commit ae39ab4
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .docfx/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
}
],
"sitemap": {
"baseUrl": "https://careboo.github.io/unity-algorand-sdk/4.2",
"baseUrl": "https://careboo.github.io/unity-algorand-sdk/5.0",
"changefreq": "monthly",
"fileOptions": {
"api/*": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.careboo.unity-algorand-sdk",
"displayName": "Algorand.Unity",
"version": "4.2.0-exp.2",
"version": "5.0.0-exp.1",
"unity": "2021.3",
"keywords": [
"algorand",
Expand All @@ -11,7 +11,7 @@
"blockchain"
],
"license": "MIT",
"description": "Integrate your game with Algorand, a Pure Proof-of-Stake blockchain overseen by the Algorand Foundation. Create and sign Algorand transactions, use Algorand's REST APIs, and connect to any Algorand wallet supporting WalletConnect.",
"description": "Integrate your game with Algorand, a Pure Proof-of-Stake blockchain overseen by the Algorand Foundation.\nCreate Algorand transactions, Algorand accounts, and use Algorand's REST APIs.",
"dependencies": {
"com.unity.collections": "1.5.1",
"com.cysharp.unitask": "2.3.1",
Expand All @@ -21,9 +21,9 @@
"access": "public"
},
"repository": "github:CareBoo/unity-algorand-sdk",
"changelogUrl": "https://careboo.github.io/unity-algorand-sdk/4.2/changelog",
"documentationUrl": "https://careboo.github.io/unity-algorand-sdk/4.2",
"licensesUrl": "https://careboo.github.io/unity-algorand-sdk/4.2/license",
"changelogUrl": "https://careboo.github.io/unity-algorand-sdk/5.0/changelog",
"documentationUrl": "https://careboo.github.io/unity-algorand-sdk/5.0",
"licensesUrl": "https://careboo.github.io/unity-algorand-sdk/5.0/license",
"author": {
"name": "CareBoo",
"url": "https://github.com/CareBoo"
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).


# [5.0.0-exp.1](https://github.com/CareBoo/unity-algorand-sdk/compare/v4.2.0-exp.2...v5.0.0-exp.1) (2023-09-14)


### Code Refactoring

* :fire: remove .NET SDK support ([34c9d39](https://github.com/CareBoo/unity-algorand-sdk/commit/34c9d39eea41c14281fdb0fb21ae3c6eea40d377))
* :fire: remove WalletConnect support from this SDK ([76c48bb](https://github.com/CareBoo/unity-algorand-sdk/commit/76c48bb06a170aeb0caea296b8149233051556ac))


### BREAKING CHANGES

* Remove compatibility with .NET Algorand SDK
* WalletConnect is no longer supported. All related samples have been removed.

# [4.2.0-exp.2](https://github.com/CareBoo/unity-algorand-sdk/compare/v4.2.0-exp.1...v4.2.0-exp.2) (2023-09-06)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ Read [Getting Started](docs/getting_started.md) to learn the basic workflows for

### Documentation Site

Docs for this version were generated at https://careboo.github.io/unity-algorand-sdk/4.2.
Docs for this version were generated at https://careboo.github.io/unity-algorand-sdk/5.0.

### Samples

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.careboo.unity-algorand-sdk",
"displayName": "Algorand.Unity",
"version": "4.2.0-exp.2",
"version": "5.0.0-exp.1",
"unity": "2021.3",
"keywords": [
"algorand",
Expand All @@ -21,9 +21,9 @@
"access": "public"
},
"repository": "github:CareBoo/unity-algorand-sdk",
"changelogUrl": "https://careboo.github.io/unity-algorand-sdk/4.2/changelog",
"documentationUrl": "https://careboo.github.io/unity-algorand-sdk/4.2",
"licensesUrl": "https://careboo.github.io/unity-algorand-sdk/4.2/license",
"changelogUrl": "https://careboo.github.io/unity-algorand-sdk/5.0/changelog",
"documentationUrl": "https://careboo.github.io/unity-algorand-sdk/5.0",
"licensesUrl": "https://careboo.github.io/unity-algorand-sdk/5.0/license",
"author": {
"name": "CareBoo",
"url": "https://github.com/CareBoo"
Expand Down

0 comments on commit ae39ab4

Please sign in to comment.