Skip to content

Commit 1e50ce7

Browse files
versioning (4.1.0)
1 parent acc8581 commit 1e50ce7

File tree

8 files changed

+47
-22
lines changed

8 files changed

+47
-22
lines changed

nsd/CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,22 @@
1+
## 4.1.0
2+
3+
* issue #51: added warning for service type enumeration
4+
* issue #67: updated documentation for new apple multicast entitlement
5+
* synchronized with current flutter template
6+
* fixed broken xml in readme
7+
* re-introduced integration tests for local development
8+
* added android studio run configurations for developer convenience
9+
* added project update instructions for future reference
10+
111
## 4.0.4
212

3-
* issue #78: fix incorrect code formatting in README.md
13+
* issue #78: fix incorrect code formatting in readme
414

515
## 4.0.3
616

717
* cleaned up various gradle build warnings
8-
* issue #75: android example application did not build due to flutter vs kotlin version incompatibility
18+
* issue #75: android example application did not build due to flutter vs kotlin version
19+
incompatibility
920

1021
## 4.0.2
1122

nsd/example/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2.1.0
2+
3+
* synchronized with current flutter template
4+
* updated flutter dependencies
5+
16
## 2.0.1
27

38
* issue #60: made change log more readable by putting newest entry first

nsd/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: example
22
description: Example application for the Flutter nsd plugin.
33
homepage: https://github.com/sebastianhaberey/nsd
4-
version: 2.0.1
4+
version: 2.1.0
55
publish_to: none
66

77
environment:

nsd/pubspec.yaml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: nsd
22
description: A Flutter plugin for network service discovery and registration (aka NSD / DNS-SD / Bonjour / mDNS).
3-
version: 4.0.4
3+
version: 4.1.0
44
repository: https://github.com/sebastianhaberey/nsd/tree/main/nsd
55
issue_tracker: https://github.com/sebastianhaberey/nsd/issues
6-
publish_to: none
6+
#publish_to: none
77

88
environment:
99
sdk: ">=3.0.0 <4.0.0"
@@ -14,23 +14,23 @@ dependencies:
1414
sdk: flutter
1515

1616
# production
17-
# nsd_android: ^2.1.2
18-
# nsd_ios: ^2.0.1
19-
# nsd_macos: ^2.0.1
20-
# nsd_platform_interface: ^2.1.1
21-
# nsd_windows: ^3.0.1
17+
nsd_android: ^2.2.0
18+
nsd_ios: ^2.0.1
19+
nsd_macos: ^2.0.1
20+
nsd_platform_interface: ^2.2.0
21+
nsd_windows: ^3.0.1
2222

2323
# # development
24-
nsd_android:
25-
path: ../nsd_android
26-
nsd_ios:
27-
path: ../nsd_ios
28-
nsd_macos:
29-
path: ../nsd_macos
30-
nsd_windows:
31-
path: ../nsd_windows
32-
nsd_platform_interface:
33-
path: ../nsd_platform_interface
24+
# nsd_android:
25+
# path: ../nsd_android
26+
# nsd_ios:
27+
# path: ../nsd_ios
28+
# nsd_macos:
29+
# path: ../nsd_macos
30+
# nsd_windows:
31+
# path: ../nsd_windows
32+
# nsd_platform_interface:
33+
# path: ../nsd_platform_interface
3434

3535
dev_dependencies:
3636
flutter_lints: ^6.0.0

nsd_android/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 2.2.0
2+
3+
* synchronized with current flutter template
4+
15
# 2.1.2
26

37
* cleaned up various gradle build warnings

nsd_android/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: nsd_android
22
description: Flutter network service discovery plugin (Android submodule - will be installed with the parent plugin).
3-
version: 2.1.2
3+
version: 2.2.0
44
repository: https://github.com/sebastianhaberey/nsd/tree/main/nsd_android
55
issue_tracker: https://github.com/sebastianhaberey/nsd/issues
66

nsd_platform_interface/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2.2.0
2+
3+
* updated flutter dependencies
4+
* fixed lint issues
5+
16
## 2.1.1
27

38
* issue #60: made change log more readable by putting newest entry first

nsd_platform_interface/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: nsd_platform_interface
22
description: Flutter network service discovery plugin (platform interface submodule - will be installed with the parent plugin).
3-
version: 2.1.1
3+
version: 2.2.0
44
repository: https://github.com/sebastianhaberey/nsd/tree/main/nsd_platform_interface
55
issue_tracker: https://github.com/sebastianhaberey/nsd/issues
66

0 commit comments

Comments
 (0)