We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad30e1a commit 772da29Copy full SHA for 772da29
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 2.1.3+1
2
+
3
+* Fix checkSignature param type
4
+* Do dart format
5
6
## 2.1.3
7
8
* Initial version
pubspec.yaml
@@ -1,6 +1,7 @@
name: xml_crypto
-version: 2.1.3
-description: Xml digital signature library for Dart
+version: 2.1.3+1
+description: |
+ Xml digital signature library for Dart. For signing and verifying XML documents.
homepage: https://github.com/rikulo/xml-crypto
repository: https://github.com/rikulo/xml-crypto
issue_tracker: https://github.com/rikulo/xml-crypto/issues
0 commit comments