diff --git a/README.md b/README.md index 48df8b7..eab4a02 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,18 @@ If you create a personal access token (https://yourgitlaburl.com/profile/persona ## What's new ? + +**V1.0.189** +* Fix Groups and Subgroups missing in Namespace [#53](https://github.com/maikebing/GitLab.VisualStudio/issues/53) +* Fix Exception on Project Create [#52](https://github.com/maikebing/GitLab.VisualStudio/issues/52) + +***Thanks [Rennerdo30](https://github.com/Rennerdo30)*** + + +**V1.0.183** + +* Fix for " cannot connect to custom gitlab server with different port [#50](https://github.com/maikebing/GitLab.VisualStudio/issues/50) + **V1.0.160** * Automatically detects the API version of Gitlab diff --git a/src/GitLab.TeamFoundation.14/GitLab.TeamFoundation.14.csproj b/src/GitLab.TeamFoundation.14/GitLab.TeamFoundation.14.csproj index 1231b89..8accb4e 100644 --- a/src/GitLab.TeamFoundation.14/GitLab.TeamFoundation.14.csproj +++ b/src/GitLab.TeamFoundation.14/GitLab.TeamFoundation.14.csproj @@ -149,10 +149,14 @@ ..\..\packages\Microsoft.VisualStudio.Validation.14.1.111\lib\net45\Microsoft.VisualStudio.Validation.dll - ..\..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll + ..\..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll + + ..\..\packages\stdole.7.0.3303\lib\net10\stdole.dll + True + @@ -234,8 +238,10 @@ + +