Skip to content

Commit e4baaa1

Browse files
authored
next itearation 0.1.21 (#33)
1 parent 9374eeb commit e4baaa1

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

DEVELOPMENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ set AJUNA_ROOT=D:\Ajuna.SDK
1717
set LOCAL_NUGET_ROOT=D:\NuGet
1818
set LOCAL_NUGET_CACHE=%SYSTEMDRIVE%\Users\%USERNAME%\.nuget\packages
1919
set LOCAL_NUGET_BINARY=nuget.exe
20-
set AJUNA_VERSION=0.1.20
20+
set AJUNA_VERSION=0.1.21
2121
2222
cd %AJUNA_ROOT%
2323
dotnet build --configuration Release

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Using a terminal of your choice, create a new directory for your project and exe
5454
```sh
5555
dotnet new sln
5656
dotnet new ajuna \
57-
--sdk_version 0.1.20 \
57+
--sdk_version 0.1.21 \
5858
--rest_service AjunaExample.RestService \
5959
--net_api AjunaExample.NetApi \
6060
--rest_client AjunaExample.RestClient \

Tools/Ajuna.DotNet.Template/templates/Ajuna/.template.config/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"symbols": {
1313
"sdk_version": {
1414
"datatype": "string",
15-
"defaultValue": "0.1.19",
15+
"defaultValue": "0.1.21",
1616
"description": "Uses the given Ajuna SDK version.",
1717
"replaces": "AJUNA_SDK_VERSION",
1818
"type": "parameter"

Version.props

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
<!-- Configuration -->
55
<VersionMajor>0</VersionMajor>
66
<VersionMinor>1</VersionMinor>
7-
<VersionPatch>20</VersionPatch>
7+
<VersionPatch>21</VersionPatch>
88
<AssemblyVersion>$(VersionMajor).$(VersionMinor).$(VersionPatch)</AssemblyVersion>
9-
<AjunaPackageVersion>0.1.20</AjunaPackageVersion>
9+
10+
<AjunaPackageVersion>0.1.21</AjunaPackageVersion>
1011

1112
<!-- Variables -->
1213
<AjunaVersion>$(AssemblyVersion)</AjunaVersion>

0 commit comments

Comments
 (0)