QOL updates

This commit is contained in:
zontreck 2024-11-23 05:23:02 -07:00
parent 7cb11509a1
commit ec1f894809
4 changed files with 23 additions and 9 deletions

View file

@ -2,7 +2,7 @@ name: servermanager
description: A server management program for Conan
# The following line prevents the package from being accidentally published to
# pub.dev using `flutter pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
publish_to: "none" # Remove this line if you wish to publish to pub.dev
# The following defines the version and build number for your application.
# A version number is three numbers separated by dots, like 1.2.43
@ -16,10 +16,10 @@ 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.1.0+47
version: 1.1.0+48
environment:
sdk: '>=3.1.4 <4.0.0'
sdk: ">=3.1.4 <4.0.0"
# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions
@ -31,7 +31,6 @@ dependencies:
flutter:
sdk: flutter
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.2
@ -40,7 +39,7 @@ dependencies:
crypto:
libac_dart:
hosted: https://git.zontreck.com/api/packages/AriasCreations/pub/
version: ^1.2.082924+1846
version: ^1.2.090324+0325
dev_dependencies:
flutter_test:
@ -60,7 +59,6 @@ dev_dependencies:
# The following section is specific to Flutter packages.
flutter:
# The following line ensures that the Material Icons font is
# included with your application, so that you can use the icons in
# the material Icons class.
@ -101,4 +99,4 @@ msix_config:
publisher_display_name: ByteWave Labs
identify_name: dev.zontreck.servermanager
msix_version: 1.0.0.0
capabilities: internetClient
capabilities: internetClient