From e044919b052faa7b3937046ca19f671239207953 Mon Sep 17 00:00:00 2001 From: Trudu Laurent Date: Tue, 8 Nov 2022 10:19:22 +0100 Subject: [PATCH 1/5] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4284f31..4d32fab 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ # DeviceIdentifiersWrapper - - +## Easy access to serial number and IMEI +Forget about StageNow, EMDK, complexity.... +Just get the serial number and the IMEI number of your Zebra device in one line of code (see at the end of this document). +Have fun with Zebra's devices :) ## Change Log !!! ### 1. Change of REPOSITORY From f060b6e894517e2776d49c46f908a4137a690a04 Mon Sep 17 00:00:00 2001 From: Trudu Laurent Date: Tue, 8 Nov 2022 10:19:48 +0100 Subject: [PATCH 2/5] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 4d32fab..9cd16a1 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,17 @@ # DeviceIdentifiersWrapper ## Easy access to serial number and IMEI + Forget about StageNow, EMDK, complexity.... + Just get the serial number and the IMEI number of your Zebra device in one line of code (see at the end of this document). + Have fun with Zebra's devices :) + + + + ## Change Log !!! ### 1. Change of REPOSITORY ### 2. UPDATED FOR A11... From cacfdeb0f8dc51ca8874d3b4f05368ef9db08b07 Mon Sep 17 00:00:00 2001 From: Trudu Laurent Date: Tue, 8 Nov 2022 10:20:18 +0100 Subject: [PATCH 3/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9cd16a1..f64ead7 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Forget about StageNow, EMDK, complexity.... -Just get the serial number and the IMEI number of your Zebra device in one line of code (see at the end of this document). +Just get the serial number and the IMEI number of your Zebra device in one method call (see at the end of this document). Have fun with Zebra's devices :) From bf15b0fb6517eaaaf77c6778846c59a16a60c017 Mon Sep 17 00:00:00 2001 From: Trudu Laurent Date: Tue, 8 Nov 2022 10:20:59 +0100 Subject: [PATCH 4/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f64ead7..9477554 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Easy access to serial number and IMEI -Forget about StageNow, EMDK, complexity.... +Forget about StageNow, EMDK, certificates, application signature... complexity.... Just get the serial number and the IMEI number of your Zebra device in one method call (see at the end of this document). From e429c1ff135bc251c32fb52a1c8c0c8641cf225d Mon Sep 17 00:00:00 2001 From: Trudu Laurent Date: Wed, 20 Sep 2023 16:43:39 +0200 Subject: [PATCH 5/5] Create dependabot.yml --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..2d73486 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + + +version: 2 +updates: + - package-ecosystem: "" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "weekly"