Skip to content

Releases: cake-contrib/Cake.Issues

0.5.0-beta.3

17 Aug 10:42
Compare
Choose a tag to compare
0.5.0-beta.3 Pre-release
Pre-release

As part of this release we had 1 issue closed.

Requirements

  • Cake 0.28.0 or higher
  • Targeting .NET Standard 2.0

Improvement

  • #49 Add repository metadata to nuspec

0.5.0-beta.2

06 Aug 17:34
Compare
Choose a tag to compare
0.5.0-beta.2 Pre-release
Pre-release

As part of this release we had 2 issues closed.

Requirements

  • Cake 0.28.0 or higher
  • Targeting .NET Standard 2.0

Features

  • #48 Add helper for string / byte array conversion
  • #47 Add helper for working with embedded resources on file system

0.5.0-beta.1

05 Aug 18:38
Compare
Choose a tag to compare
0.5.0-beta.1 Pre-release
Pre-release

As part of this release we had 1 issue closed.

Requirements

  • Cake 0.28.0 or higher
  • Targeting .NET Standard 2.0

Breaking change

  • #44 Improve issue provider infrastructure

0.4.1

03 Aug 21:54
Compare
Choose a tag to compare

As part of this release we had 1 issue closed.

Requirements

  • Cake 0.28.0 or higher
  • Targeting .NET Standard 2.0

Feature

  • #39 Provide infrastructure for issue provider with different formats

0.4.0

05 Aug 18:39
Compare
Choose a tag to compare

As part of this release we had 3 issues closed.

Requirements

  • Cake 0.28.0 or higher
  • Targeting .NET Standard 2.0

Breaking change

  • #35 Replace IIssue.Project with IIssue.ProjectFileRelativePath and IIssue.ProjectName

Improvement

  • #38 Update XUnit to 2.4.0

0.4.0-beta.2

25 Jul 06:43
Compare
Choose a tag to compare
0.4.0-beta.2 Pre-release
Pre-release

As part of this release we had 1 issue closed.

Requirements

  • Cake 0.28.0 or higher
  • Targeting .NET Standard 2.0

Improvement

  • #38 Update XUnit to 2.4.0

0.4.0-beta.1

24 Jul 16:34
Compare
Choose a tag to compare
0.4.0-beta.1 Pre-release
Pre-release

As part of this release we had 2 issues closed.

Requirements

  • Cake 0.28.0 or higher
  • Targeting .NET Standard 2.0

Breaking change

  • #35 Replace IIssue.Project with IIssue.ProjectFileRelativePath and IIssue.ProjectName.

0.3.1

20 Jun 19:53
Compare
Choose a tag to compare

As part of this release we had 1 issue closed.

Requirements

  • Cake 0.28.0 or higher
  • Targeting .NET Standard 2.0

Feature

  • #27 Add alias for creating issues from Cake scripts

0.3.0

04 Jun 14:40
Compare
Choose a tag to compare

As part of this release we had 14 commits which resulted in 6 issues being closed.

Requirements

  • Cake 0.28.0 or higher
  • Targeting .NET Standard 2.0

Breaking changes

  • #29 Make priority optional
  • #28 Build against Cake 0.28.0
  • #26 Add fluent API for Issue creation
  • #22 Add PriorityName to IIssue
  • #21 Add ProviderName to IIssue

Feature

  • #25 Add constants for priority values and names

0.3.0-beta.4

03 Jun 18:58
Compare
Choose a tag to compare
0.3.0-beta.4 Pre-release
Pre-release

As part of this release we had 1 issue closed.

Requirements

  • Cake 0.28.0 or higher
  • Targeting .NET Standard 2.0

Bug Fix

  • Fix argument checking in fluent API