Skip to content

Commit bf00cf0

Browse files
committed
Readme update and version bump
1 parent c303fd2 commit bf00cf0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
publish:
77
env:
88
SOLUTION: 'GoLive.Generator.ApiClientGenerator/GoLive.Generator.ApiClientGenerator.csproj'
9-
BUILD_VER: '3.0'
9+
BUILD_VER: '3.1'
1010
name: build, pack & publish
1111
runs-on: ubuntu-latest
1212
steps:

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -115,4 +115,5 @@ If you don't want XML comments enabled, set the config variable of "DisableXMLCo
115115
- 3.0.46 - Small issue where _Url's were getting erroneous querystring parameters that were part of URL.
116116
- 3.0.47 - Remove trailing / from URLs as it will break optional parameters, might need to think about a better way to do this.
117117
- 3.0.49 - Expose AllAttributes property on Classes / Methods for external processing
118-
- 3.0.50 - Added a bit of logic to AllAttributes and added missing class processing
118+
- 3.0.50 - Added a bit of logic to AllAttributes and added missing class processing
119+
- 3.1.51 - Fixed a bug where transform to a Primitive Type wasn't being removed from body, added HTTP Verb functionality, added ability to generate Idempotency keys, and added ability of AllowedStringValue to be a strongly typed struct (to help enforce)

0 commit comments

Comments
 (0)