Skip to content

Conversation

@laolubenson
Copy link
Collaborator

Types of changes

What types of changes are you proposing/introducing to .NET client?
Put an x in the boxes that apply

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • New feature (non-breaking change which adds value to the project)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Details

Updates the GitHub nuget build and deploy action to work with Semantic Version 2
resolves #578

@laolubenson laolubenson requested a review from Dor-bl January 8, 2023 19:49
@laolubenson laolubenson force-pushed the chore/578-update-nuget-release-action branch 3 times, most recently from 64d875b to 57f14ed Compare January 8, 2023 20:00
@laolubenson laolubenson force-pushed the chore/578-update-nuget-release-action branch from 57f14ed to a00d3cb Compare January 9, 2023 00:23
@Dor-bl
Copy link
Collaborator

Dor-bl commented Jan 10, 2023

@akinsolb seems like you have a merge conflict.

@laolubenson
Copy link
Collaborator Author

@akinsolb seems like you have a merge conflict.

Ah yes, this may be because another pr got merged before this. I'll fix in a moment

Copy link
Collaborator

@Dor-bl Dor-bl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about the net45 removal?

<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net48;net45</TargetFrameworks>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here
net45 target

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[chore]: update the GitHub nuget build and deploy action to work with Semantic Version 2

2 participants