Skip to content

Commit

Permalink
versioning (4.0.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianhaberey committed Nov 18, 2024
1 parent bb66f16 commit 1eeedd0
Show file tree
Hide file tree
Showing 10 changed files with 32 additions and 25 deletions.
1 change: 1 addition & 0 deletions nsd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 4.0.1

* issue #60: made change log more readable by putting newest entry first
* updated flutter dependencies

## 4.0.0

Expand Down
5 changes: 5 additions & 0 deletions nsd/example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.0.1

* issue #60: made change log more readable by putting newest entry first
* updated flutter dependencies

## 2.0.0

* issue #50: updated uuid to current version (4.2.1)
Expand Down
2 changes: 1 addition & 1 deletion nsd/example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: example
description: Example application for the Flutter nsd plugin.
homepage: https://github.com/sebastianhaberey/nsd
version: 2.0.0
version: 2.0.1
publish_to: none

environment:
Expand Down
38 changes: 19 additions & 19 deletions nsd/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: nsd
description: A Flutter plugin for network service discovery and registration (aka NSD / DNS-SD / Bonjour / mDNS).
version: 4.0.0
version: 4.0.1
repository: https://github.com/sebastianhaberey/nsd/tree/main/nsd
issue_tracker: https://github.com/sebastianhaberey/nsd/issues
publish_to: none
#publish_to: none

environment:
sdk: ">=3.0.0 <4.0.0"
Expand All @@ -13,24 +13,24 @@ dependencies:
flutter:
sdk: flutter

# # production
# nsd_android: ^2.1.0
# nsd_ios: ^2.0.0
# nsd_macos: ^2.0.0
# nsd_platform_interface: ^2.1.0
# nsd_windows: ^3.0.0
# production
nsd_android: ^2.1.1
nsd_ios: ^2.0.1
nsd_macos: ^2.0.1
nsd_platform_interface: ^2.1.1
nsd_windows: ^3.0.1

# development
nsd_android:
path: ../nsd_android
nsd_ios:
path: ../nsd_ios
nsd_macos:
path: ../nsd_macos
nsd_windows:
path: ../nsd_windows
nsd_platform_interface:
path: ../nsd_platform_interface
# # development
# nsd_android:
# path: ../nsd_android
# nsd_ios:
# path: ../nsd_ios
# nsd_macos:
# path: ../nsd_macos
# nsd_windows:
# path: ../nsd_windows
# nsd_platform_interface:
# path: ../nsd_platform_interface

dev_dependencies:
flutter_lints: ^5.0.0
Expand Down
2 changes: 1 addition & 1 deletion nsd_android/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: nsd_android
description: Flutter network service discovery plugin (Android submodule - will be installed with the parent plugin).
version: 2.1.0
version: 2.1.1
repository: https://github.com/sebastianhaberey/nsd/tree/main/nsd_android
issue_tracker: https://github.com/sebastianhaberey/nsd/issues

Expand Down
2 changes: 1 addition & 1 deletion nsd_ios/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: nsd_ios
description: Flutter network service discovery plugin (iOS submodule - will be installed with the parent plugin).
version: 2.0.0
version: 2.0.1
repository: https://github.com/sebastianhaberey/nsd/tree/main/nsd_ios
issue_tracker: https://github.com/sebastianhaberey/nsd/issues

Expand Down
2 changes: 1 addition & 1 deletion nsd_macos/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: nsd_macos
description: Flutter network service discovery plugin (macOS submodule - will be installed with the parent plugin).
version: 2.0.0
version: 2.0.1
repository: https://github.com/sebastianhaberey/nsd/tree/main/nsd_macos
issue_tracker: https://github.com/sebastianhaberey/nsd/issues

Expand Down
1 change: 1 addition & 0 deletions nsd_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 2.1.1

* issue #60: made change log more readable by putting newest entry first
* updated flutter dependencies

## 2.1.0

Expand Down
2 changes: 1 addition & 1 deletion nsd_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: nsd_platform_interface
description: Flutter network service discovery plugin (platform interface submodule - will be installed with the parent plugin).
version: 2.1.0
version: 2.1.1
repository: https://github.com/sebastianhaberey/nsd/tree/main/nsd_platform_interface
issue_tracker: https://github.com/sebastianhaberey/nsd/issues

Expand Down
2 changes: 1 addition & 1 deletion nsd_windows/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: nsd_windows
description: Flutter network service discovery plugin (Windows submodule - will be installed with the parent plugin).
version: 3.0.0
version: 3.0.1
repository: https://github.com/sebastianhaberey/nsd/tree/main/nsd_windows
issue_tracker: https://github.com/sebastianhaberey/nsd/issues

Expand Down

0 comments on commit 1eeedd0

Please sign in to comment.