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 4b64500 commit 7c2f864Copy full SHA for 7c2f864
README.md
@@ -17,11 +17,11 @@ From the original README:
17
18
Nuget reference:
19
20
- PM> Install-Package clojure.tools.namespace
+ PM> Install-Package clojure.tools.namespace -Version 1.4.4
21
22
Leiningen/Clojars reference:
23
24
- [org.clojure.clr/tools.namespace "1.2.0"]
+ [org.clojure.clr/tools.namespace "1.4.4"]
25
26
27
## Notes on the ported code ##
project.clj
@@ -1,4 +1,4 @@
1
-(defproject org.clojure.clr/tools.namespace "1.2.0"
+(defproject org.clojure.clr/tools.namespace "1.4.4"
2
:description "Port of clojure.org/tools.namespace to ClojureCLR"
3
:url "https://github.com/clojure/clr.tools.namespace"
4
:license {:name "Eclipse Public License"
0 commit comments