Skip to content

Commit

Permalink
Fix "CHANGELOG.md".
Browse files Browse the repository at this point in the history
  • Loading branch information
unchase committed May 12, 2019
1 parent 5c43a6a commit cb0ec3f
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,78 +9,78 @@ These are the changes to each version that has been released on the official [Vi

## v0.5.3 `(2019-04-30)`

- [x] Added a button in the first wizard page for reporting bugs in github project [issues](https://github.com/unchase/Unchase.OData.Connectedservice/issues)
- [x] Add a button in the first wizard page for reporting bugs in github project [issues](https://github.com/unchase/Unchase.OData.Connectedservice/issues)

## v0.5.0 `(2019-04-19)`

- [x] Added feature: Generate client-side VisualBasic proxy-classes for OData protocol versions 1.0-3.0
- [x] Add feature: Generate client-side VisualBasic proxy-classes for OData protocol versions 1.0-3.0

## v0.4.4 `(2019-04-16)`

- [x] Added minor fix: in `SimpleOData` generation methods added `@`-symbol before the endpoint uri in `new ODataClient(@"<enpoint_uri>")`; bounded parameter type was fixed
- [x] Add minor fix: in `SimpleOData` generation methods add `@`-symbol before the endpoint uri in `new ODataClient(@"<enpoint_uri>")`; bounded parameter type was fixed

## v0.4.3 `(2019-04-14)`

- [x] Changed [`LICENSE`](LICENSE.md): [MIT License](https://mit-license.org) to [Apache 2.0 License](http://www.apache.org/licenses/LICENSE-2.0).
- [x] Change [`LICENSE`](LICENSE.md): [MIT License](https://mit-license.org) to [Apache 2.0 License](http://www.apache.org/licenses/LICENSE-2.0).

## v0.4.0 `(2019-04-13)`

- [x] The code has been refactored!
- [x] Added: in the first page of wizard added checkbox for open generated files on complete
- [x] Added ability to hide/show settings in the first page of service settings wizard
- [x] Add: in the first page of wizard add checkbox for open generated files on complete
- [x] Add ability to hide/show settings in the first page of service settings wizard
- [x] Storage last OData metadata *Endpoint* and *Service name*

## v0.3.14 `(2019-04-12)`

- [x] Added bug fix for [issue #3](https://github.com/unchase/Unchase.Odata.Connectedservice/issues/3)
- [x] Add bug fix for [issue #3](https://github.com/unchase/Unchase.Odata.Connectedservice/issues/3)

## v0.3.12 `(2019-02-26)`

- [x] Fixed error in method `GetModelRegion`
- [x] Fix error in method `GetModelRegion`

## v0.3.11 `(2019-02-26)`

- [x] Fixed error in method `GetFunctionMethodRegionWithSimpleOdataClient`
- [x] Fix error in method `GetFunctionMethodRegionWithSimpleOdataClient`

## v0.3.10 `(2019-02-26)`

- [x] Fixed nuget package source to nuget online repository
- [x] Fix nuget package source to nuget online repository

## v0.3.9 `(2019-02-22)`

- [x] Fixed errors in OData V4 generator class: fix casting `IEdmTypeDefinition` to `clrTypeName`
- [x] Fix errors in OData V4 generator class: fix casting `IEdmTypeDefinition` to `clrTypeName`

## v0.3.8 `(2019-02-20)`

- [x] Fixed setting web-proxy credentials
- [x] Fix setting web-proxy credentials

## v0.3.7 `(2019-02-20)`

- [x] Added web-proxy (with network credentials) for connecting to the endpoint
- [x] Add web-proxy (with network credentials) for connecting to the endpoint

## v0.3.6 `(2019-02-20)`

- [x] Added network credentials for connecting to the endpoint
- [x] Add network credentials for connecting to the endpoint

## v0.3.2 `(2019-02-18)`

- [x] Added checkbox for enable/disable methods generation from `FunctionImports`
- [x] Add checkbox for enable/disable methods generation from `FunctionImports`

## v0.3 `(2019-02-17)`

- [x] Added methods to generating functions from `FunctionImports` in OData V3 extension class
- [x] Add methods to generating functions from `FunctionImports` in OData V3 extension class

## v0.2 `(2019-01-18 - 2019-01-27)`

- [x] Added methods in OData V3 extension class for calling service methods returns void value
- [x] Add methods in OData V3 extension class for calling service methods returns void value

## v0.1.34 `(2019-01-11)`

- [x] Added code-fix in tt-template for OData V3 extension class: simplify method `AddGetQueryOptions`
- [x] Add code-fix in tt-template for OData V3 extension class: simplify method `AddGetQueryOptions`

## v0.1.33 `(2019-01-10)`

- [x] Fixed bug: made public a few internal classes
- [x] Fix bug: make public a few internal classes

## v0.1.0 - 0.1.32 `(2018-12-30 - 2018-12-31)`

Expand Down

0 comments on commit cb0ec3f

Please sign in to comment.