Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaflanagan committed Oct 9, 2024
1 parent e4146a5 commit 8bf353a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 9 deletions.
23 changes: 15 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,39 +181,39 @@ Fixed handling of No Content responses

## 3.0.0-beta.1

## Added
### Added

- Created new SDK methods for the entire API that sit next to the pre-existing methods. The pre-existing methods will be deprecated eventually.

## 3.0.0-beta.2

## Changed
### Changed

- Add more explicit nullable reference types

## 3.0.0-beta.3

## Changed
### Changed

- Don't require any properties for deserialization so that small API changes don't completely break consumers
- Don't try to serialize read-only properties
- Don't try to deserialize write-only properties

## 3.0.0-beta.4

## Changed
### Changed

- Make setters on readonly properties public

## 3.0.0-beta.10

## Changed
### Changed

- Allow requests to be modified before being sent

## 3.0.0-beta.11

## Changed
### Changed

- Added ability to scope request modifiers by using the `.WithRequestModifier()` method instead of the `.ModifyRequest` property.
This will allow consumers to modify a single request without affecting any other consumers of the client. It also allows for
Expand All @@ -222,13 +222,20 @@ Fixed handling of No Content responses

## 3.0.0-beta.12

## Changed
### Changed

- Updated to ShipEngine API 1.1.202409060709

## 3.0.0-beta.14

## Changed
### Changed

- Updated to ShipEngine API 1.1.202410081510
- Add optional error properties, like field_name

## 3.0.0-beta.14

### Changed

- Updated to ShipEngine API 1.1.202410092210
- AdvancedOptions now allow passing arbitrary key/values via AdditionalProperties
2 changes: 1 addition & 1 deletion ShipEngineSDK/ShipEngineSDK.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<PackageId>ShipEngine</PackageId>
<PackageTags>sdk;rest;api;shipping;rates;label;tracking;cost;address;validation;normalization;fedex;ups;usps;</PackageTags>

<Version>3.0.0-beta.14</Version>
<Version>3.0.0-beta.15</Version>
<Authors>ShipEngine</Authors>
<Company>ShipEngine</Company>
<Summary>The official ShipEngine C# SDK for .NET</Summary>
Expand Down

0 comments on commit 8bf353a

Please sign in to comment.