Skip to content
This repository has been archived by the owner on Feb 19, 2024. It is now read-only.

Commit

Permalink
Release final version v0.3.0 and deprecate (#33)
Browse files Browse the repository at this point in the history
* Bump version number for final release

Deprecate this SDK

* Add v0.3.0 build
  • Loading branch information
carleeto authored Feb 19, 2024
1 parent c3f32c4 commit c73c334
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [0.3.0] - 2023-02-27

This SDK has been deprecated. If you're building apps with Immutable, please use [Immutable's Unified SDK](https://github.com/immutable/ts-immutable-sdk)

Old releases can be found [here](https://github.com/immutable/imx-core-sdk-csharp/releases)

## [0.1.2] - 2023-02-27

### Added
Expand Down
Binary file removed NugetPackages/Imx.Sdk.0.1.2.nupkg
Binary file not shown.
Binary file added NugetPackages/Imx.Sdk.0.3.0.nupkg
Binary file not shown.
Binary file removed NugetPackages/Imx.Sdk.Gen.0.1.2.nupkg
Binary file not shown.
Binary file added NugetPackages/Imx.Sdk.Gen.0.3.0.nupkg
Binary file not shown.
2 changes: 1 addition & 1 deletion build-packages.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/zsh

VERSION_STR="0.1.2"
VERSION_STR="0.3.0"

SRC_DIR="./Src/IMX"
OUT_DIR="NugetPackages"
Expand Down
4 changes: 2 additions & 2 deletions dotnetcore-client-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gitRepoId: imx-core-sdk-csharp
enablePostProcessFile: true
additionalProperties:
packageName: Imx.Sdk.Gen
packageVersion: 0.1.1 # Todo: Auto generate this version string from the release git tags.
packageVersion: 0.3.0 # Todo: Auto generate this version string from the release git tags.
netCoreProjectFile: true
Default: true
targetFramework: netstandard2.1;net6.0
targetFramework: netstandard2.1;net6.0
2 changes: 1 addition & 1 deletion publish-to-nuget.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/zsh

VERSION_STR="0.1.2"
VERSION_STR="0.3.0"
OUT_DIR="NugetPackages"
API_KEY="" # Get API Key from your Nuget Account
cd ${OUT_DIR}
Expand Down

0 comments on commit c73c334

Please sign in to comment.