Skip to content

Commit

Permalink
GUARD-3049 Improve Orders Sync (#14)
Browse files Browse the repository at this point in the history
* GUARD-3049 Add new endpoints to obtain shipments and fullfilment data by creation date

* GUARD-3049 Extracted logic into its own methods, renamed variables, added comments.

* GUARD-3049 Minor changes

* GUARD-3049 Rename orders properties

* GUARD-3049 Update package version

* GUARD-3049 Remove alpha
  • Loading branch information
christian-bejarano-skuvault authored Aug 30, 2023
1 parent 0cc7876 commit 5aefb6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ task NuGet Package, Version, {
<package>
<metadata>
<id>$project_name</id>
<version>$Version-alpha</version>
<version>$Version</version>
<authors>Agile Harbor</authors>
<owners>Agile Harbor</owners>
<projectUrl>https://github.com/agileharbor/$project_name</projectUrl>
Expand Down

0 comments on commit 5aefb6a

Please sign in to comment.