Releases: ubisoft/NGitLab
Releases · ubisoft/NGitLab
7.2.1-beta01
Update ProjectClient.cs, IProjectClient.cs and PublicAPI.Unshipped.txt
7.2.0
What's Changed
- Bump the test-dependencies group with 2 updates by @dependabot in #830
- Bump the code-analyzers group with 3 updates by @dependabot in #829
- Add AutoStopAt to EnvironmentInfo by @alex-hempel in #828
New Contributors
- @alex-hempel made their first contribution in #828
Full Changelog: 7.1.0...7.2.0
7.1.0
7.0.2
What's Changed
- Bump the test-dependencies group across 1 directory with 3 updates by @dependabot in #824
- Bump the code-analyzers group with 2 updates by @dependabot in #821
- Bump YamlDotNet and Microsoft.NETFramework.ReferenceAssemblies by @dependabot in #823
- Make sure GetTree() in mock reproduces behavior on GitLab by @DomLatr in #825
Full Changelog: 7.0.1...7.0.2
7.0.1
What's Changed
- Fix a few easy issues by @louis-z in #817
- Bump the test-dependencies group with 2 updates by @dependabot in #820
- Issue model: Add UserNotesCount property by @ivan-pavlik in #818
- Bump the code-analyzers group with 3 updates by @dependabot in #819
New Contributors
- @ivan-pavlik made their first contribution in #818
Full Changelog: 7.0.0...7.0.1
7.0.0
What's Changed
PR #811:
- Convert all
int
IDs tolong
- Fix
ProjectCreate.NamespaceId
's type, fromstring
tolong
- Remove some of the deprecated code
PR #814:
- Convert public fields to properties
- Make
Runner.Online
a nullablebool
(was non-nullable before) - Run
dotnet format
A Few Migration Tips for Client Code
- You may have to convert or cast
int
IDs in your code tolong
- In some cases, it may be more appropriate to use
ProjectId
orGroupId
instead ProjectQueryScope.Visible
should be replaced byProjectQueryScope.All
AccessLevel.Master
should be replaced byAccessLevel.Maintainer
- Constructing a
GroupId
fromGroup
is no longer possible; construct it fromlong
ID orstring
path instead - Constructing a
ProjectId
fromProject
is no longer possible; construct it fromlong
ID orstring
path instead - Use of
Runner*.Active
should be replaced by that ofRunner*.Paused
(with any conditional logic reversed) - Use of
Snippet*.FileName
,Snippet*.Code
andSnippet*.Content
should be replaced by that ofSnippet*.Files
Full Changelog: 6.59.2...7.0.0
7.0.0-beta02
What's Changed
Full Changelog: 7.0.0-beta01...7.0.0-beta02
7.0.0-beta01
What's Changed
Full Changelog: 6.59.2...7.0.0-beta01
6.59.2
6.59.1
What's Changed
- Add issue references to Issue model by @avkranenburg in #806
New Contributors
- @avkranenburg made their first contribution in #806
Full Changelog: 6.59.0...6.59.1