Skip to content

Commit ce0ec0f

Browse files
committed
Get rid of .nuspec, update to reader v1.3.2.1, update version to 1.0.0.1
1 parent d3df8a2 commit ce0ec0f

File tree

4 files changed

+12
-24
lines changed

4 files changed

+12
-24
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Nuget reference:
2121

2222
Leiningen/Clojars reference:
2323

24-
[org.clojure.clr/tools.namespace "1.0.0"]
24+
[org.clojure.clr/tools.namespace "1.0.0.1"]
2525

2626

2727
## Notes on the ported code ##

project.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
(defproject org.clojure.clr/tools.namespace "1.0.0-SNAPSHOT"
1+
(defproject org.clojure.clr/tools.namespace "1.0.0.1"
22
:description "Port of clojure.org/tools.namespace to ClojureCLR"
33
:url "https://github.com/clojure/clr.tools.namespace"
44
:license {:name "Eclipse Public License"
55
: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"]]
77
:min-lein-version "2.0.0"
88
:plugins [[lein-clr "0.2.0"]]
99
:deploy-repositories [["clojars" {:url "https://clojars.org/repo/"

src/clojure/clojure.tools.namespace.csproj

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,18 @@
66
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
77
</PropertyGroup>
88
<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>
1214
<Description>Tools for managing namespaces in ClojureCLR.</Description>
1315
<Copyright>Copyright © Rich Hickey, David Miller 2020</Copyright>
16+
<PackageLicenseExpression>EPL-1.0</PackageLicenseExpression>
17+
<RepositoryUrl>https://github.com/clojure/clr.tools.reader</RepositoryUrl>
1418
<Company>ClojureCLR contributors</Company>
15-
<Version>1.0.0.0</Version>
19+
<PackageTags>Clojure;ClojureCLR</PackageTags>
20+
<Version>1.0.0.1</Version>
1621
</PropertyGroup>
1722
<ItemGroup>
1823
<EmbeddedResource Include="tools\namespace\dependency.cljc" />

src/clojure/clojure.tools.namespace.nuspec

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)