FirelyTeam / firely-validator-api

Firely's official FHIR validator API for validating HL7 FHIR resources against profiles.
Other
7 stars 2 forks source link

Bump FirelySdkVersion from 5.7.0 to 5.8.1 #312

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 4 months ago

Bumps FirelySdkVersion from 5.7.0 to 5.8.1. Updates Hl7.Fhir.Base from 5.7.0 to 5.8.1

Release notes

Sourced from Hl7.Fhir.Base's releases.

5.8.1

Intro:

Hot fix release:

Reverted: FirelyTeam/firely-net-sdk#2754

This fix introduced behavioral changes we need to handle first before we can apply this. This requires more time, so for now this has been reverted to be applied later again.

Changes:

  • Revert #2754: keep snapshot when differential is missing

This list of changes was auto generated.

5.8.0

Intro:

Highlights of this new release:

  • Added new Serialization engines for easier creating serializers and deserializers
  • FhirClient now has better Binary support
  • Added support for filters during ValueSet expansion
  • Added new FhirPath features

Changes:

  • #2771: Improved binary support
  • #2767: added package validation to the SDK library
  • #2773: Update fhir release version enums
  • #2768: Added defineVariable to FhirPath
  • #2763: Bump MSTest.TestFramework from 3.2.0 to 3.3.1
  • #2762: Bump MSTest.TestAdapter from 3.2.1 to 3.3.1
  • #2764: FhirPath indexOf method for collections
  • #2760: Added fhirpath environment vars
  • #2758: fhirpath substring with negative length
  • #2752: element types tryparse nullability
  • #2741: Nullability and Try-style function annotations
  • #2757: replaced moq with NSubstitute
  • #2754: keep snapshot when differential is missing
  • #2753: custom json/xml patch requests
  • #2755: Preserve self links when a count summary is conducted
  • #2740: Implement DescendantOf and isNotA filter
  • #2751: Added links to new validator
  • #2747: Fixed location property on TypedElementOnSourceNode.cs
  • #2748: Disallow validation of empty strings or markdown
  • #2739: added latest FHIR REST operations

... (truncated)

Commits
  • 3d50ddc create release notes for 5.8.1
  • 9b726eb Revert "Merge pull request #2754 from FirelyTeam/2586-snapshotgenerator-keep-...
  • 5874ad6 bumped version to 5.8.1, reset compatibility suppression file
  • 6f3a2b8 Create release notes
  • eb16233 bumped version to 5.8.0
  • 95ce7c1 Merge pull request #2771 from FirelyTeam/feature/improved-binary-support
  • d269b74 Merge branch 'develop' into feature/improved-binary-support
  • ca7c44d Merge pull request #2767 from FirelyTeam/feature/package-validation
  • b359ce6 automatically generate new suppression file for dotnet pack
  • e6bc218 Merge branch 'develop' into feature/package-validation
  • Additional commits viewable in compare view


Updates Hl7.Fhir.STU3 from 5.7.0 to 5.8.1

Release notes

Sourced from Hl7.Fhir.STU3's releases.

5.8.1

Intro:

Hot fix release:

Reverted: FirelyTeam/firely-net-sdk#2754

This fix introduced behavioral changes we need to handle first before we can apply this. This requires more time, so for now this has been reverted to be applied later again.

Changes:

  • Revert #2754: keep snapshot when differential is missing

This list of changes was auto generated.

5.8.0

Intro:

Highlights of this new release:

  • Added new Serialization engines for easier creating serializers and deserializers
  • FhirClient now has better Binary support
  • Added support for filters during ValueSet expansion
  • Added new FhirPath features

Changes:

  • #2771: Improved binary support
  • #2767: added package validation to the SDK library
  • #2773: Update fhir release version enums
  • #2768: Added defineVariable to FhirPath
  • #2763: Bump MSTest.TestFramework from 3.2.0 to 3.3.1
  • #2762: Bump MSTest.TestAdapter from 3.2.1 to 3.3.1
  • #2764: FhirPath indexOf method for collections
  • #2760: Added fhirpath environment vars
  • #2758: fhirpath substring with negative length
  • #2752: element types tryparse nullability
  • #2741: Nullability and Try-style function annotations
  • #2757: replaced moq with NSubstitute
  • #2754: keep snapshot when differential is missing
  • #2753: custom json/xml patch requests
  • #2755: Preserve self links when a count summary is conducted
  • #2740: Implement DescendantOf and isNotA filter
  • #2751: Added links to new validator
  • #2747: Fixed location property on TypedElementOnSourceNode.cs
  • #2748: Disallow validation of empty strings or markdown
  • #2739: added latest FHIR REST operations

... (truncated)

Commits
  • 3d50ddc create release notes for 5.8.1
  • 9b726eb Revert "Merge pull request #2754 from FirelyTeam/2586-snapshotgenerator-keep-...
  • 5874ad6 bumped version to 5.8.1, reset compatibility suppression file
  • 6f3a2b8 Create release notes
  • eb16233 bumped version to 5.8.0
  • 95ce7c1 Merge pull request #2771 from FirelyTeam/feature/improved-binary-support
  • d269b74 Merge branch 'develop' into feature/improved-binary-support
  • ca7c44d Merge pull request #2767 from FirelyTeam/feature/package-validation
  • b359ce6 automatically generate new suppression file for dotnet pack
  • e6bc218 Merge branch 'develop' into feature/package-validation
  • Additional commits viewable in compare view


Updates Hl7.Fhir.Conformance from 5.7.0 to 5.8.1

Release notes

Sourced from Hl7.Fhir.Conformance's releases.

5.8.1

Intro:

Hot fix release:

Reverted: FirelyTeam/firely-net-sdk#2754

This fix introduced behavioral changes we need to handle first before we can apply this. This requires more time, so for now this has been reverted to be applied later again.

Changes:

  • Revert #2754: keep snapshot when differential is missing

This list of changes was auto generated.

5.8.0

Intro:

Highlights of this new release:

  • Added new Serialization engines for easier creating serializers and deserializers
  • FhirClient now has better Binary support
  • Added support for filters during ValueSet expansion
  • Added new FhirPath features

Changes:

  • #2771: Improved binary support
  • #2767: added package validation to the SDK library
  • #2773: Update fhir release version enums
  • #2768: Added defineVariable to FhirPath
  • #2763: Bump MSTest.TestFramework from 3.2.0 to 3.3.1
  • #2762: Bump MSTest.TestAdapter from 3.2.1 to 3.3.1
  • #2764: FhirPath indexOf method for collections
  • #2760: Added fhirpath environment vars
  • #2758: fhirpath substring with negative length
  • #2752: element types tryparse nullability
  • #2741: Nullability and Try-style function annotations
  • #2757: replaced moq with NSubstitute
  • #2754: keep snapshot when differential is missing
  • #2753: custom json/xml patch requests
  • #2755: Preserve self links when a count summary is conducted
  • #2740: Implement DescendantOf and isNotA filter
  • #2751: Added links to new validator
  • #2747: Fixed location property on TypedElementOnSourceNode.cs
  • #2748: Disallow validation of empty strings or markdown
  • #2739: added latest FHIR REST operations

... (truncated)

Commits
  • 3d50ddc create release notes for 5.8.1
  • 9b726eb Revert "Merge pull request #2754 from FirelyTeam/2586-snapshotgenerator-keep-...
  • 5874ad6 bumped version to 5.8.1, reset compatibility suppression file
  • 6f3a2b8 Create release notes
  • eb16233 bumped version to 5.8.0
  • 95ce7c1 Merge pull request #2771 from FirelyTeam/feature/improved-binary-support
  • d269b74 Merge branch 'develop' into feature/improved-binary-support
  • ca7c44d Merge pull request #2767 from FirelyTeam/feature/package-validation
  • b359ce6 automatically generate new suppression file for dotnet pack
  • e6bc218 Merge branch 'develop' into feature/package-validation
  • Additional commits viewable in compare view


Updates Hl7.Fhir.R4 from 5.7.0 to 5.8.1

Release notes

Sourced from Hl7.Fhir.R4's releases.

5.8.1

Intro:

Hot fix release:

Reverted: FirelyTeam/firely-net-sdk#2754

This fix introduced behavioral changes we need to handle first before we can apply this. This requires more time, so for now this has been reverted to be applied later again.

Changes:

  • Revert #2754: keep snapshot when differential is missing

This list of changes was auto generated.

5.8.0

Intro:

Highlights of this new release:

  • Added new Serialization engines for easier creating serializers and deserializers
  • FhirClient now has better Binary support
  • Added support for filters during ValueSet expansion
  • Added new FhirPath features

Changes:

  • #2771: Improved binary support
  • #2767: added package validation to the SDK library
  • #2773: Update fhir release version enums
  • #2768: Added defineVariable to FhirPath
  • #2763: Bump MSTest.TestFramework from 3.2.0 to 3.3.1
  • #2762: Bump MSTest.TestAdapter from 3.2.1 to 3.3.1
  • #2764: FhirPath indexOf method for collections
  • #2760: Added fhirpath environment vars
  • #2758: fhirpath substring with negative length
  • #2752: element types tryparse nullability
  • #2741: Nullability and Try-style function annotations
  • #2757: replaced moq with NSubstitute
  • #2754: keep snapshot when differential is missing
  • #2753: custom json/xml patch requests
  • #2755: Preserve self links when a count summary is conducted
  • #2740: Implement DescendantOf and isNotA filter
  • #2751: Added links to new validator
  • #2747: Fixed location property on TypedElementOnSourceNode.cs
  • #2748: Disallow validation of empty strings or markdown
  • #2739: added latest FHIR REST operations

... (truncated)

Commits
  • 3d50ddc create release notes for 5.8.1
  • 9b726eb Revert "Merge pull request #2754 from FirelyTeam/2586-snapshotgenerator-keep-...
  • 5874ad6 bumped version to 5.8.1, reset compatibility suppression file
  • 6f3a2b8 Create release notes
  • eb16233 bumped version to 5.8.0
  • 95ce7c1 Merge pull request #2771 from FirelyTeam/feature/improved-binary-support
  • d269b74 Merge branch 'develop' into feature/improved-binary-support
  • ca7c44d Merge pull request #2767 from FirelyTeam/feature/package-validation
  • b359ce6 automatically generate new suppression file for dotnet pack
  • e6bc218 Merge branch 'develop' into feature/package-validation
  • Additional commits viewable in compare view


Updates Hl7.Fhir.R4B from 5.7.0 to 5.8.1

Release notes

Sourced from Hl7.Fhir.R4B's releases.

5.8.1

Intro:

Hot fix release:

Reverted: FirelyTeam/firely-net-sdk#2754

This fix introduced behavioral changes we need to handle first before we can apply this. This requires more time, so for now this has been reverted to be applied later again.

Changes:

  • Revert #2754: keep snapshot when differential is missing

This list of changes was auto generated.

5.8.0

Intro:

Highlights of this new release:

  • Added new Serialization engines for easier creating serializers and deserializers
  • FhirClient now has better Binary support
  • Added support for filters during ValueSet expansion
  • Added new FhirPath features

Changes:

  • #2771: Improved binary support
  • #2767: added package validation to the SDK library
  • #2773: Update fhir release version enums
  • #2768: Added defineVariable to FhirPath
  • #2763: Bump MSTest.TestFramework from 3.2.0 to 3.3.1
  • #2762: Bump MSTest.TestAdapter from 3.2.1 to 3.3.1
  • #2764: FhirPath indexOf method for collections
  • #2760: Added fhirpath environment vars
  • #2758: fhirpath substring with negative length
  • #2752: element types tryparse nullability
  • #2741: Nullability and Try-style function annotations
  • #2757: replaced moq with NSubstitute
  • #2754: keep snapshot when differential is missing
  • #2753: custom json/xml patch requests
  • #2755: Preserve self links when a count summary is conducted
  • #2740: Implement DescendantOf and isNotA filter
  • #2751: Added links to new validator
  • #2747: Fixed location property on TypedElementOnSourceNode.cs
  • #2748: Disallow validation of empty strings or markdown
  • #2739: added latest FHIR REST operations

... (truncated)

Commits
  • 3d50ddc create release notes for 5.8.1
  • 9b726eb Revert "Merge pull request #2754 from FirelyTeam/2586-snapshotgenerator-keep-...
  • 5874ad6 bumped version to 5.8.1, reset compatibility suppression file
  • 6f3a2b8 Create release notes
  • eb16233 bumped version to 5.8.0
  • 95ce7c1 Merge pull request #2771 from FirelyTeam/feature/improved-binary-support
  • d269b74 Merge branch 'develop' into feature/improved-binary-support
  • ca7c44d Merge pull request #2767 from FirelyTeam/feature/package-validation
  • b359ce6 automatically generate new suppression file for dotnet pack
  • e6bc218 Merge branch 'develop' into feature/package-validation
  • Additional commits viewable in compare view


Updates Hl7.Fhir.R5 from 5.7.0 to 5.8.1

Release notes

Sourced from Hl7.Fhir.R5's releases.

5.8.1

Intro:

Hot fix release:

Reverted: FirelyTeam/firely-net-sdk#2754

This fix introduced behavioral changes we need to handle first before we can apply this. This requires more time, so for now this has been reverted to be applied later again.

Changes:

  • Revert #2754: keep snapshot when differential is missing

This list of changes was auto generated.

5.8.0

Intro:

Highlights of this new release:

  • Added new Serialization engines for easier creating serializers and deserializers
  • FhirClient now has better Binary support
  • Added support for filters during ValueSet expansion
  • Added new FhirPath features

Changes:

  • #2771: Improved binary support
  • #2767: added package validation to the SDK library
  • #2773: Update fhir release version enums
  • #2768: Added defineVariable to FhirPath
  • #2763: Bump MSTest.TestFramework from 3.2.0 to 3.3.1
  • #2762: Bump MSTest.TestAdapter from 3.2.1 to 3.3.1
  • #2764: FhirPath indexOf method for collections
  • #2760: Added fhirpath environment vars
  • #2758: fhirpath substring with negative length
  • #2752: element types tryparse nullability
  • #2741: Nullability and Try-style function annotations
  • #2757: replaced moq with NSubstitute
  • #2754: keep snapshot when differential is missing
  • #2753: custom json/xml patch requests
  • #2755: Preserve self links when a count summary is conducted
  • #2740: Implement DescendantOf and isNotA filter
  • #2751: Added links to new validator
  • #2747: Fixed location property on TypedElementOnSourceNode.cs
  • #2748: Disallow validation of empty strings or markdown
  • #2739: added latest FHIR REST operations

... (truncated)

Commits
  • 3d50ddc create release notes for 5.8.1
  • 9b726eb Revert "Merge pull request #2754 from FirelyTeam/2586-snapshotgenerator-keep-...
  • 5874ad6 bumped version to 5.8.1, reset compatibility suppression file
  • 6f3a2b8 Create release notes
  • eb16233 bumped version to 5.8.0
  • 95ce7c1 Merge pull request #2771 from FirelyTeam/feature/improved-binary-support
  • d269b74 Merge branch 'develop' into feature/improved-binary-support
  • ca7c44d Merge pull request #2767 from FirelyTeam/feature/package-validation
  • b359ce6 automatically generate new suppression file for dotnet pack
  • e6bc218 Merge branch 'develop' into feature/package-validation
  • Additional commits viewable in compare view


Updates Hl7.Fhir.Specification.Data.R4 from 5.7.0 to 5.8.1

Release notes

Sourced from Hl7.Fhir.Specification.Data.R4's releases.

5.8.1

Intro:

Hot fix release:

Reverted: FirelyTeam/firely-net-sdk#2754

This fix introduced behavioral changes we need to handle first before we can apply this. This requires more time, so for now this has been reverted to be applied later again.

Changes:

  • Revert #2754: keep snapshot when differential is missing

This list of changes was auto generated.

5.8.0

Intro:

Highlights of this new release:

  • Added new Serialization engines for easier creating serializers and deserializers
  • FhirClient now has better Binary support
  • Added support for filters during ValueSet expansion
  • Added new FhirPath features

Changes:

  • #2771: Improved binary support
  • #2767: added package validation to the SDK library
  • #2773: Update fhir release version enums
  • #2768: Added defineVariable to FhirPath
  • #2763: Bump MSTest.TestFramework from 3.2.0 to 3.3.1
  • #2762: Bump MSTest.TestAdapter from 3.2.1 to 3.3.1
  • #2764: FhirPath indexOf method for collections
  • #2760: Added fhirpath environment vars
  • #2758: fhirpath substring with negative length
  • #2752: element types tryparse nullability
  • #2741: Nullability and Try-style function annotations
  • #2757: replaced moq with NSubstitute
  • #2754: keep snapshot when differential is missing
  • #2753: custom json/xml patch requests
  • #2755: Preserve self links when a count summary is conducted
  • #2740: Implement DescendantOf and isNotA filter
  • #2751: Added links to new validator
  • #2747: Fixed location property on TypedElementOnSourceNode.cs
  • #2748: Disallow validation of empty strings or markdown
  • #2739: added latest FHIR REST operations

... (truncated)

Commits
  • 3d50ddc create release notes for 5.8.1
  • 9b726eb Revert "Merge pull request #2754 from FirelyTeam/2586-snapshotgenerator-keep-...
  • 5874ad6 bumped version to 5.8.1, reset compatibility suppression file
  • 6f3a2b8 Create release notes
  • eb16233 bumped version to 5.8.0
  • 95ce7c1 Merge pull request #2771 from FirelyTeam/feature/improved-binary-support
  • d269b74 Merge branch 'develop' into feature/improved-binary-support
  • ca7c44d Merge pull request #2767 from FirelyTeam/feature/package-validation
  • b359ce6 automatically generate new suppression file for dotnet pack
  • e6bc218 Merge branch 'develop' into feature/package-validation
  • Additional commits viewable in compare view


Updates Hl7.Fhir.Specification.Data.R4B from 5.7.0 to 5.8.1

Release notes

Sourced from Hl7.Fhir.Specification.Data.R4B's releases.

5.8.1

Intro:

Hot fix release:

Reverted: FirelyTeam/firely-net-sdk#2754

This fix introduced behavioral changes we need to handle first before we can apply this. This requires more time, so for now this has been reverted to be applied later again.

Changes:

  • Revert #2754: keep snapshot when differential is missing

This list of changes was auto generated.

5.8.0

Intro:

Highlights of this new release:

  • Added new Serialization engines for easier creating serializers and deserializers
  • FhirClient now has better Binary support
  • Added support for filters during ValueSet expansion
  • Added new FhirPath features

Changes:

  • #2771: Improved binary support
  • #2767: added package validation to the SDK library
  • #2773: Update fhir release version enums
  • #2768: Added defineVariable to FhirPath
  • #2763: Bump MSTest.TestFramework from 3.2.0 to 3.3.1
  • #2762: Bump MSTest.TestAdapter from 3.2.1 to 3.3.1
  • #2764: FhirPath indexOf method for collections
  • #2760: Added fhirpath environment vars
  • #2758: fhirpath substring with negative length
  • #2752: element types tryparse nullability
  • #2741: Nullability and Try-style function annotations
  • #2757: replaced moq with NSubstitute
  • #2754: keep snapshot when differential is missing
  • #2753: custom json/xml patch requests
  • #2755: Preserve self links when a count summary is conducted
  • #2740: Implement DescendantOf and isNotA filter
  • #2751: Added links to new validator
  • #2747: Fixed location property on TypedElementOnSourceNode.cs
  • #2748: Disallow validation of empty strings or markdown
  • #2739: added latest FHIR REST operations

... (truncated)

Commits
  • 3d50ddc create release notes for 5.8.1
  • 9b726eb Revert "Merge pull request #2754 from FirelyTeam/2586-snapshotgenerator-keep-...
  • 5874ad6 bumped version to 5.8.1, reset compatibility suppression file
  • 6f3a2b8 Create release notes
  • eb16233 bumped version to 5.8.0
  • 95ce7c1 Merge pull request #2771 from FirelyTeam/feature/improved-binary-support
  • d269b74 Merge branch 'develop' into feature/improved-binary-support
  • ca7c44d Merge pull request #2767 from FirelyTeam/feature/package-validation
  • b359ce6 automatically generate new suppression file for dotnet pack
  • e6bc218 Merge branch 'develop' into feature/package-validation
  • Additional commits viewable in compare view


Updates Hl7.Fhir.Specification.Data.R5 from 5.7.0 to 5.8.1

Release notes

Sourced from Hl7.Fhir.Specification.Data.R5's releases.

5.8.1

Intro:

Hot fix release:

Reverted: FirelyTeam/firely-net-sdk#2754

This fix introduced behavioral changes we need to handle first before we can apply this. This requires more time, so for now this has been reverted to be applied later again.

Changes:

  • Revert #2754: keep snapshot when differential is missing

This list of changes was auto generated.

5.8.0

Intro:

Highlights of this new release:

  • Added new Serialization engines for easier creating serializers and deserializers
  • FhirClient now has better Binary support
  • Added support for filters during ValueSet expansion
  • Added new FhirPath features

Changes:

  • #2771: Improved binary support
  • #2767: added package validation to the SDK library
  • #2773: Update fhir release version enums
  • #2768: Added defineVariable to FhirPath
  • #2763: Bump MSTest.TestFramework from 3.2.0 to 3.3.1
  • #2762: Bump MSTest.TestAdapter from 3.2.1 to 3.3.1
  • #2764: FhirPath indexOf method for collections
  • #2760: Added fhirpath environment vars
  • #2758: fhirpath substring with negative length
  • #2752: element types tryparse nullability
  • #2741: Nullability and Try-style function annotations
  • #2757: replaced moq with NSubstitute
  • #2754: keep snapshot when differential is missing
  • #2753: custom json/xml patch requests
  • #2755: Preserve self links when a count summary is conducted
  • #2740: Implement DescendantOf and isNotA filter
  • #2751: Added links to new validator
  • #2747: Fixed location property on TypedElementOnSourceNode.cs
  • #2748: Disallow validation of empty strings or markdown
  • #2739: added latest FHIR REST operations

... (truncated)

Commits
  • 3d50ddc create release notes for 5.8.1
  • 9b726eb Revert "Merge pull request #2754 from FirelyTeam/2586-snapshotgenerator-keep-...
  • 5874ad6 bumped version to 5.8.1, reset compatibility suppression file
  • 6f3a2b8 Create release notes
  • eb16233 bumped version to 5.8.0
  • 95ce7c1 Merge pull request #2771 from FirelyTeam/feature/improved-binary-support
  • d269b74 Merge branch 'develop' into feature/improved-binary-support
  • ca7c44d Merge pull request #2767 from FirelyTeam/feature/package-validation
  • b359ce6 automatically generate new suppression file for dotnet pack
  • e6bc218 Merge branch 'develop' into feature/package-validation
  • Additional commits viewable in compare view


Updates Hl7.Fhir.Specification.Data.STU3 from 5.7.0 to 5.8.1

Release notes

Sourced from Hl7.Fhir.Specification.Data.STU3's releases.

5.8.1

Intro:

Hot fix release:

Reverted: FirelyTeam/firely-net-sdk#2754

This fix introduced behavioral changes we need to handle first before we can apply this. This requires more time, so for now this has been reverted to be applied later again.

Changes:

  • Revert #2754: keep snapshot when differential is missing

This list of changes was auto generated.

5.8.0

Intro:

Highlights of this new release:

  • Added new Serialization engines for easier creating serializers and deserializers
  • FhirClient now has better Binary support
  • Added support for filters during ValueSet expansion
  • Added new FhirPath features

Changes:

  • #2771: Improved binary support
  • #2767: added package validation to the SDK library
  • #2773: Update fhir release version enums
  • #2768: Added defineVariable to FhirPath
  • #2763: Bump MSTest.TestFramework from 3.2.0 to 3.3.1
  • #2762: Bump MSTest.TestAdapter from 3.2.1 to 3.3.1
  • #2764: FhirPath indexOf method for collections
  • #2760: Added fhirpath environment vars
  • #2758: fhirpath substring with negative length
  • #2752: element types tryparse nullability
  • #2741: Nullability and Try-style function annotations
  • #2757: replaced moq with NSubstitute
  • #2754: keep snapshot when differential is missing
  • #2753: custom json/xml patch requests
  • #2755: Preserve self links when a count summary is conducted
  • #2740: Implement DescendantOf and isNotA filter
  • #2751: Added links to new validator
  • #2747: Fixed location property on TypedElementOnSourceNode.cs
  • #2748: Disallow validation of empty strings or markdown
  • #2739: added latest FHIR REST operations

... (truncated)

Commits
  • 3d50ddc create release notes for 5.8.1
  • 9b726eb Revert "Merge pull request #2754 from FirelyTeam/2586-snapshotgenerator-keep-...
  • 5874ad6 bumped version to 5.8.1, reset compatibility suppression file
  • 6f3a2b8 Create release notes
  • eb16233 bumped version to 5.8.0
  • 95ce7c1 Merge pull request #2771 from FirelyTeam/feature/improved-binary-support
  • d269b74 Merge branch 'develop' into feature/improved-binary-support
  • ca7c44d Merge pull request #2767 from FirelyTeam/feature/package-validation
  • b359ce6 automatically generate new suppression file for dotnet pack
  • e6bc218 Merge branch 'develop' into feature/package-validation
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all ... _Description has been truncated_
mmsmits commented 3 months ago

/AzurePipelines run

azure-pipelines[bot] commented 3 months ago
Azure Pipelines successfully started running 1 pipeline(s).
dependabot[bot] commented 3 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.