File tree Expand file tree Collapse file tree 4 files changed +15
-39
lines changed Expand file tree Collapse file tree 4 files changed +15
-39
lines changed Original file line number Diff line number Diff line change 1
- (defproject org.clojure.clr /tools.namespace " 0.3 .0-SNAPSHOT"
1
+ (defproject org.clojure.clr /tools.namespace " 1.0 .0-SNAPSHOT"
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"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3
3
<TargetFrameworks >net461;netstandard2.1</TargetFrameworks >
4
4
<OutputType >Library</OutputType >
5
5
<RootNamespace >clojure</RootNamespace >
6
- <GenerateAssemblyInfo >false</GenerateAssemblyInfo >
6
+ <GenerateAssemblyInfo >true</GenerateAssemblyInfo >
7
+ </PropertyGroup >
8
+ <PropertyGroup >
9
+ <Title >clr.tools.namespace</Title >
10
+ <Product >clr.tools.namespace</Product >
11
+ <AssemblyTitle >clr.tools.namespace</AssemblyTitle >
12
+ <Description >Tools for managing namespaces in ClojureCLR.</Description >
13
+ <Copyright >Copyright © Rich Hickey, David Miller 2020</Copyright >
14
+ <Company >ClojureCLR contributors</Company >
15
+ <Version >1.0.0.0</Version >
7
16
</PropertyGroup >
8
17
<ItemGroup >
9
18
<EmbeddedResource Include =" tools\namespace\dependency.cljc" />
15
24
<EmbeddedResource Include =" tools\namespace\repl.clj" />
16
25
<EmbeddedResource Include =" tools\namespace\track.cljc" />
17
26
</ItemGroup >
27
+ <ItemGroup >
28
+ <Folder Include =" Properties\" />
29
+ </ItemGroup >
18
30
</Project >
Original file line number Diff line number Diff line change 10
10
<projectUrl >https://github.com/clojure/clr.tools.namespace</projectUrl >
11
11
<requireLicenseAcceptance >false</requireLicenseAcceptance >
12
12
<description >$description$</description >
13
- <releaseNotes >Updated to version 0.3.0 </releaseNotes >
13
+ <releaseNotes >Updated to version 0.3.2 </releaseNotes >
14
14
<copyright >Copyright Rich Hickey, David Miller 2020</copyright >
15
15
<tags >Clojure ClojureCLR</tags >
16
16
</metadata >
You can’t perform that action at this time.
0 commit comments