Skip to content

Commit

Permalink
Fix some bugs in "ODataT4CodeGenerator.ttinclude" file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chebotov Nikolay committed Jan 17, 2020
1 parent b28a745 commit 26d352d
Show file tree
Hide file tree
Showing 4 changed files with 107 additions and 67 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@

These are the changes to each version that has been released on the official [Visual Studio extension gallery](https://marketplace.visualstudio.com/items?itemName=unchase.UnchaseODataConnectedService).

## v1.3.10 `(2020-01-17)`

- [x] Fix some bugs in `ODataT4CodeGenerator.ttinclude` file

## v1.3.9 `(2020-01-13)`

- [x] Fix the [issue #27](https://github.com/unchase/Unchase.Odata.Connectedservice/issues/27)
Expand Down
4 changes: 2 additions & 2 deletions src/Unchase.OData.ConnectedService/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.3.9.0")]
[assembly: AssemblyFileVersion("1.3.8.0")]
[assembly: AssemblyVersion("1.3.10.0")]
[assembly: AssemblyFileVersion("1.3.10.0")]
[assembly: NeutralResourcesLanguage("en")]

2 changes: 1 addition & 1 deletion src/Unchase.OData.ConnectedService/Provider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public Provider()
BitmapSizeOptions.FromWidthAndHeight(64, 64)
);
CreatedBy = Constants.Author;
Version = new Version(1, 3, 9, 0);
Version = new Version(1, 3, 10, 0);
Version = typeof(Provider).Assembly.GetName().Version;
MoreInfoUri = new Uri(Constants.Website);
}
Expand Down
Loading

0 comments on commit 26d352d

Please sign in to comment.