Skip to content

Releases: getgauge/gauge-dotnet

Gauge DotNet v0.7.4

16 Dec 05:30
6492d52
Compare
Choose a tag to compare

Gauge Dotnet v0.7.4

  • #249 - AssemblyLoader will now scan the deps file to find and load all assemblies referencing the lib at startup
  • #248 - Bump Microsoft.CodeAnalysis.CSharp from 4.11.0 to 4.12.0

Gauge DotNet v0.7.3

28 Nov 15:13
a35b0bb
Compare
Choose a tag to compare

Gauge Dotnet v0.7.3

  • #246 - Removing some of the clunkiness with instantiating datastores
  • #245 - Bump Grpc.AspNetCore from 2.66.0 to 2.67.0
  • #244 - Bump Microsoft.NET.Test.Sdk from 17.11.1 to 17.12.0
  • #242 - Bump FluentAssertions from 6.12.1 to 6.12.2

Gauge DotNet v0.7.2

03 Oct 08:30
48e0d81
Compare
Choose a tag to compare

Gauge Dotnet v0.7.2

  • #238 - Bump Gauge.CSharp.Lib from 0.11.2 to 0.11.3
  • #237 - Bump Gauge.CSharp.Lib from 0.11.1 to 0.11.2
  • #235 - Bump Grpc.AspNetCore from 2.65.0 to 2.66.0

Gauge DotNet v0.7.1

24 Sep 11:17
aee12f7
Compare
Choose a tag to compare

Gauge Dotnet v0.7.1

  • #236 - Calling Capture method with stream id for datastore setup

Gauge DotNet v0.7.0

18 Sep 11:51
3bbbd16
Compare
Choose a tag to compare

Gauge Dotnet v0.7.0

  • #233 - Adding ability to make async calls in Gauge tests
  • #232 - Bump Google.Protobuf from 3.27.3 to 3.28.1
  • #231 - Bump Microsoft.NET.Test.Sdk from 17.10.0 to 17.11.1
  • #230 - Bump Moq from 4.20.70 to 4.20.72
  • #228 - Bump NUnit from 4.1.0 to 4.2.2
  • #227 - Bump Grpc.Tools from 2.65.0 to 2.66.0
  • #223 - Bump NUnit from 4.0.1 to 4.1.0
  • #222 - Bump Microsoft.CodeAnalysis.Common from 4.8.0 to 4.11.0

Gauge DotNet v0.6.0

19 Aug 07:49
f3ddbc8
Compare
Choose a tag to compare

Gauge Dotnet v0.6.0

  • #211 - Add step parameters to the execution Context

Gauge DotNet v0.5.8

17 Aug 12:20
7eef3de
Compare
Choose a tag to compare

Gauge Dotnet v0.5.8

  • #221 - Synchronise release automation with other plugins
  • #220 - Bump NUnit3TestAdapter from 4.5.0 to 4.6.0
  • #219 - Bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.10.0
  • #218 - Bump Grpc.AspNetCore.Server from 2.44.0 to 2.65.0
  • #217 - Bump Google.Protobuf from 3.19.4 to 3.27.3
  • #216 - Bump Grpc.Tools from 2.61.0 to 2.65.0
  • #215 - Bump actions/setup-java from 3 to 4
  • #214 - Bump actions/upload-artifact from 3 to 4
  • #213 - Bump actions/setup-dotnet from 3 to 4
  • #212 - Bump actions/checkout from 2 to 4
  • #210 - Programmatic skip scenario

v0.5.7: Added scenario retries info params (#209)

08 Mar 00:35
33dc6ea
Compare
Choose a tag to compare

Gauge Dotnet v0.5.7

  • #209 - Added scenario retries info params

v0.5.6

24 Feb 02:20
0f3b176
Compare
Choose a tag to compare

Gauge Dotnet v0.5.6

  • #208 - bump version -> 0.5.6 in dotnet.json
  • #207 - Concept hooks return ExecutionStatusResponse

v0.5.5: Concept start end notify runner (#206)

20 Feb 13:09
5a9f766
Compare
Choose a tag to compare

Gauge Dotnet v0.5.5

  • #206 - Concept start end notify runner
  • #201 - check if method is async and await results, #199