File tree Expand file tree Collapse file tree 4 files changed +12
-24
lines changed Expand file tree Collapse file tree 4 files changed +12
-24
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"]
24
+ [ org.clojure.clr/tools.namespace "1.0.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.0.0-SNAPSHOT "
1
+ (defproject org.clojure.clr /tools.namespace " 1.0.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.2" ]]
6
+ :dependencies [[org.clojure.clr/tools.reader " 1.3.2.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 6
6
<GenerateAssemblyInfo >true</GenerateAssemblyInfo >
7
7
</PropertyGroup >
8
8
<PropertyGroup >
9
- <Title >clr.tools.namespace</Title >
10
- <Product >clr.tools.namespace</Product >
11
- <AssemblyTitle >clr.tools.namespace</AssemblyTitle >
9
+ <PackageId >clojure.tools.namespace</PackageId >
10
+ <Title >clojure.tools.namespace</Title >
11
+ <Product >clojure.tools.namespace</Product >
12
+ <AssemblyTitle >clojure.tools.namespace</AssemblyTitle >
13
+ <Authors >dmiller</Authors >
12
14
<Description >Tools for managing namespaces in ClojureCLR.</Description >
13
15
<Copyright >Copyright © Rich Hickey, David Miller 2020</Copyright >
16
+ <PackageLicenseExpression >EPL-1.0</PackageLicenseExpression >
17
+ <RepositoryUrl >https://github.com/clojure/clr.tools.reader</RepositoryUrl >
14
18
<Company >ClojureCLR contributors</Company >
15
- <Version >1.0.0.0</Version >
19
+ <PackageTags >Clojure;ClojureCLR</PackageTags >
20
+ <Version >1.0.0.1</Version >
16
21
</PropertyGroup >
17
22
<ItemGroup >
18
23
<EmbeddedResource Include =" tools\namespace\dependency.cljc" />
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments