Skip to content

Commit c81db82

Browse files
committed
Update version to 1.0.0, get rid of AssemblyInfo.cs
1 parent eb10a20 commit c81db82

File tree

4 files changed

+15
-39
lines changed

4 files changed

+15
-39
lines changed

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject org.clojure.clr/tools.namespace "0.3.0-SNAPSHOT"
1+
(defproject org.clojure.clr/tools.namespace "1.0.0-SNAPSHOT"
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"

src/clojure/Properties/AssemblyInfo.cs

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

src/clojure/clojure.tools.namespace.csproj

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,16 @@
33
<TargetFrameworks>net461;netstandard2.1</TargetFrameworks>
44
<OutputType>Library</OutputType>
55
<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>
716
</PropertyGroup>
817
<ItemGroup>
918
<EmbeddedResource Include="tools\namespace\dependency.cljc" />
@@ -15,4 +24,7 @@
1524
<EmbeddedResource Include="tools\namespace\repl.clj" />
1625
<EmbeddedResource Include="tools\namespace\track.cljc" />
1726
</ItemGroup>
27+
<ItemGroup>
28+
<Folder Include="Properties\" />
29+
</ItemGroup>
1830
</Project>

src/clojure/clojure.tools.namespace.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<projectUrl>https://github.com/clojure/clr.tools.namespace</projectUrl>
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<description>$description$</description>
13-
<releaseNotes>Updated to version 0.3.0</releaseNotes>
13+
<releaseNotes>Updated to version 0.3.2</releaseNotes>
1414
<copyright>Copyright Rich Hickey, David Miller 2020</copyright>
1515
<tags>Clojure ClojureCLR</tags>
1616
</metadata>

0 commit comments

Comments
 (0)