Skip to content

Releases: ubisoft/NGitLab

7.0.1

23 Dec 14:30
c4bae61
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 7.0.0...7.0.1

7.0.0

18 Dec 15:27
69e81d3
Compare
Choose a tag to compare

What's Changed

PR #811:

  • Convert all int IDs to long
  • Fix ProjectCreate.NamespaceId's type, from string to long
  • Remove some of the deprecated code

PR #814:

  • Convert public fields to properties
  • Make Runner.Online a nullable bool (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 to long
  • In some cases, it may be more appropriate to use ProjectId or GroupId instead
  • ProjectQueryScope.Visible should be replaced by ProjectQueryScope.All
  • AccessLevel.Master should be replaced by AccessLevel.Maintainer
  • Constructing a GroupId from Group is no longer possible; construct it from long ID or string path instead
  • Constructing a ProjectId from Project is no longer possible; construct it from long ID or string path instead
  • Use of Runner*.Active should be replaced by that of Runner*.Paused (with any conditional logic reversed)
  • Use of Snippet*.FileName, Snippet*.Code and Snippet*.Content should be replaced by that of Snippet*.Files

Full Changelog: 6.59.2...7.0.0

7.0.0-beta02

17 Dec 03:08
69e81d3
Compare
Choose a tag to compare
7.0.0-beta02 Pre-release
Pre-release

What's Changed

Full Changelog: 7.0.0-beta01...7.0.0-beta02

7.0.0-beta01

16 Dec 15:05
8bf473e
Compare
Choose a tag to compare
7.0.0-beta01 Pre-release
Pre-release

What's Changed

  • Replace int IDs by long ones + a few more changes by @louis-z in #811

Full Changelog: 6.59.2...7.0.0-beta01

6.59.2

16 Dec 12:34
77e89b5
Compare
Choose a tag to compare

What's Changed

  • Get rid of AssemblyInfo.cs & adapt NGitLab.csproj accordingly by @louis-z in #807
  • Regenerate Public API files by @louis-z in #812
  • Bump the test-dependencies group with 2 updates by @dependabot in #813

Full Changelog: 6.59.1...6.59.2

6.59.1

05 Dec 13:57
dd51622
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 6.59.0...6.59.1

6.59.0

02 Dec 18:13
4283ef2
Compare
Choose a tag to compare

What's Changed

  • Bump the test-dependencies group with 4 updates by @dependabot in #801
  • Bump Microsoft.NET.Test.Sdk from 17.11.1 to 17.12.0 in the ms-dependencies group by @dependabot in #800
  • Bump the test-dependencies group with 3 updates by @dependabot in #803
  • Bump YamlDotNet and Microsoft.NETFramework.ReferenceAssemblies by @dependabot in #804
  • Bump the code-analyzers group across 1 directory with 2 updates by @dependabot in #802
  • Downgrade "Microsoft." and "System." packages to v8 by @louis-z in #805

Full Changelog: 6.58.0...6.59.0

6.58.0

20 Nov 14:47
eaf13ff
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 6.57.0...6.58.0

6.57.0

28 Oct 14:57
115f56d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 6.56.0...6.57.0

6.56.0

15 Oct 19:40
34e87a4
Compare
Choose a tag to compare

What's Changed

Full Changelog: 6.55.1...6.56.0