File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- (defproject org.clojure.clr /tools.namespace " 1.5.4 "
1+ (defproject org.clojure.clr /tools.namespace " 1.5.5 "
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"
Original file line number Diff line number Diff line change 1212 <AssemblyTitle >clojure.tools.namespace</AssemblyTitle >
1313 <Authors >ClojureCLR Contributors</Authors >
1414 <Description >Tools for managing namespaces in ClojureCLR.</Description >
15- <Copyright >Copyright © Rich Hickey, ClojureCLR Contributors 2024 </Copyright >
15+ <Copyright >Copyright © Rich Hickey, ClojureCLR Contributors 2025 </Copyright >
1616 <PackageLicenseExpression >EPL-1.0</PackageLicenseExpression >
1717 <RepositoryUrl >https://github.com/clojure/clr.tools.namesapce</RepositoryUrl >
1818 <Company >ClojureCLR contributors</Company >
1919 <PackageTags >Clojure;ClojureCLR</PackageTags >
20- <Version >1.5.4 </Version >
20+ <Version >1.5.5 </Version >
2121 </PropertyGroup >
2222
2323 <ItemGroup >
2424 <EmbeddedResource CopyToOutputDirectory =" Never" Include =" ..\..\clojure\clojure\tools\**\*" />
2525 </ItemGroup >
2626
2727 <ItemGroup >
28- <PackageReference Include =" clojure.tools.reader" Version =" 1.5.0 " />
28+ <PackageReference Include =" clojure.tools.reader" Version =" 1.5.2 " />
2929 </ItemGroup >
3030
3131</Project >
You can’t perform that action at this time.
0 commit comments