File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Nuget reference:
21
21
22
22
Leiningen/Clojars reference:
23
23
24
- [ org.clojure.clr/tools.namespace "1.0.0.1 "]
24
+ [ org.clojure.clr/tools.namespace "1.0.0.2 "]
25
25
26
26
27
27
## Notes on the ported code ##
Original file line number Diff line number Diff line change 1
- (defproject org.clojure.clr /tools.namespace " 1.0.0.1 "
1
+ (defproject org.clojure.clr /tools.namespace " 1.0.0.2 "
2
2
:description " Port of clojure.org/tools.namespace to ClojureCLR"
3
3
:url " https://github.com/clojure/clr.tools.namespace"
4
4
:license {:name " Eclipse Public License"
Original file line number Diff line number Diff line change 17
17
<RepositoryUrl >https://github.com/clojure/clr.tools.reader</RepositoryUrl >
18
18
<Company >ClojureCLR contributors</Company >
19
19
<PackageTags >Clojure;ClojureCLR</PackageTags >
20
- <Version >1.0.0.1 </Version >
20
+ <Version >1.0.0.2 </Version >
21
21
</PropertyGroup >
22
22
<ItemGroup >
23
23
<EmbeddedResource Include =" tools\namespace\dependency.cljc" />
33
33
<Folder Include =" Properties\" />
34
34
</ItemGroup >
35
35
<ItemGroup >
36
- <PackageReference Include =" clr.tools.reader" Version =" 1.3.2" />
36
+ <PackageReference Include =" clr.tools.reader" Version =" 1.3.2.1 " />
37
37
</ItemGroup >
38
38
</Project >
You can’t perform that action at this time.
0 commit comments