File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
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.3 "]
24
+ [ org.clojure.clr/tools.namespace "1.1 .0.1 "]
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.1.0"
1
+ (defproject org.clojure.clr /tools.namespace " 1.1.0.1 "
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"
5
5
:url " http://www.eclipse.org/legal/epl-v10.html" }
6
- :dependencies [[org.clojure.clr/tools.reader " 1.3.4" ]]
6
+ :dependencies [[org.clojure.clr/tools.reader " 1.3.4.1 " ]]
7
7
:min-lein-version " 2.0.0"
8
8
:plugins [[lein-clr " 0.2.0" ]]
9
9
:deploy-repositories [[" clojars" {:url " https://clojars.org/repo/"
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
- <TargetFrameworks >net461 ;netstandard2.1</TargetFrameworks >
3
+ <TargetFrameworks >netstandard2.0 ;netstandard2.1</TargetFrameworks >
4
4
<OutputType >Library</OutputType >
5
5
<RootNamespace >clojure</RootNamespace >
6
6
<GenerateAssemblyInfo >true</GenerateAssemblyInfo >
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.1.0</Version >
20
+ <Version >1.1.0.1 </Version >
21
21
</PropertyGroup >
22
22
<ItemGroup >
23
23
<EmbeddedResource Include =" tools\namespace\dependency.cljc" />
You can’t perform that action at this time.
0 commit comments