Service_Project_Branching #82

Merged
vaibhav.surve merged 20 commits from Service_Project_Branching into main 2025-11-24 06:32:58 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 02ef996753 - Show all commits

View File

@ -617,7 +617,7 @@ class ApiService {
"startDate": startDate.toIso8601String(),
"dueDate": dueDate.toIso8601String(),
"tags": tags,
"branchId": branchId,
"projectBranchId": branchId,
};
try {

View File

@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 1.0.0+13
version: 1.0.0+14
environment:
sdk: ^3.5.3