Skip to content

Commit 4e4603c

Browse files
committed
Update versions for v3 release
1 parent 4559056 commit 4e4603c

File tree

4 files changed

+6
-70
lines changed

4 files changed

+6
-70
lines changed

CHANGELOG.md

Lines changed: 2 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -210,80 +210,16 @@ Fixed handling of No Content responses
210210

211211
- Added SP code TrackingStatusCode
212212

213-
## 3.0.0-beta.1
213+
## 3.0.0
214214

215215
### Added
216216

217-
- Created new SDK methods for the entire API that sit next to the pre-existing methods. The pre-existing methods will be deprecated eventually.
218-
219-
## 3.0.0-beta.2
220-
221-
### Changed
222-
223-
- Add more explicit nullable reference types
224-
225-
## 3.0.0-beta.3
226-
227-
### Changed
228-
229-
- Don't require any properties for deserialization so that small API changes don't completely break consumers
230-
- Don't try to serialize read-only properties
231-
- Don't try to deserialize write-only properties
232-
233-
## 3.0.0-beta.4
234-
235-
### Changed
236-
237-
- Make setters on readonly properties public
238-
239-
## 3.0.0-beta.10
240-
241-
### Changed
242-
243-
- Allow requests to be modified before being sent
244-
245-
## 3.0.0-beta.11
246-
247-
### Changed
248-
217+
- Created new SDK methods for the entire ShipEngine API
249218
- Added ability to scope request modifiers by using the `.WithRequestModifier()` method instead of the `.ModifyRequest` property.
250219
This will allow consumers to modify a single request without affecting any other consumers of the client. It also allows for
251220
multiple modifiers to be added. For example, a modifier could be added at the global level that applies to all requests and then
252221
another modifier can be added for a single request.
253222

254-
## 3.0.0-beta.12
255-
256-
### Changed
257-
258-
- Updated to ShipEngine API 1.1.202409060709
259-
260-
## 3.0.0-beta.14
261-
262-
### Changed
263-
264-
- Updated to ShipEngine API 1.1.202410081510
265-
- Add optional error properties, like field_name
266-
267-
## 3.0.0-beta.15
268-
269223
### Changed
270224

271-
- Updated to ShipEngine API 1.1.202410092210
272-
- AdvancedOptions now allow passing arbitrary key/values via AdditionalProperties
273-
274-
## 3.0.0-beta.16
275-
276-
### Added
277-
278-
- Updated to ShipEngine API 1.1.202410161910
279-
- Added A4 and A6 as options for label layouts
280-
281-
## 3.0.0-beta.17
282-
283-
### Added
284-
285-
- Updated to ShipEngine API 1.1.202501091801
286-
287-
### Updated
288-
289225
- Marked v2 methods as obsolete

ShipEngineSDK/ShipEngineSDK.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<PackageId>ShipEngine</PackageId>
55
<PackageTags>sdk;rest;api;shipping;rates;label;tracking;cost;address;validation;normalization;fedex;ups;usps;</PackageTags>
66

7-
<Version>3.0.0-beta.17</Version>
7+
<Version>3.0.0</Version>
88
<Authors>ShipEngine</Authors>
99
<Company>ShipEngine</Company>
1010
<Summary>The official ShipEngine C# SDK for .NET</Summary>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shipengine-dotnet",
3-
"version": "3.0.0-beta.17",
3+
"version": "3.0.0",
44
"description": "Package primarily used to generate the API and models from OpenApi spec\"",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)