Skip to content
This repository was archived by the owner on Jul 6, 2022. It is now read-only.

Commit 7168ead

Browse files
author
Jérémie Bertrand
authored
Fix non updated nuget dependency
1 parent d4f679e commit 7168ead

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ScriptCs.ComponentModel.Composition/ScriptCs.ComponentModel.Composition.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1313
<description>ScriptCs.ComponentModel.Composition provide a ScriptCsCatalog to extend an application with the power of MEF and ScriptCs.</description>
1414
<tags>scriptcs, script, csx, mef, scriptcscatalog</tags>
15-
<releaseNotes>Fix NullReference when the specified folder is empty.</releaseNotes>
15+
<releaseNotes>Fix non updated nuget dependency.</releaseNotes>
1616
<frameworkAssemblies>
1717
<frameworkAssembly assemblyName="System.ComponentModel.Composition" targetFramework="net45" />
1818
</frameworkAssemblies>
1919
<dependencies>
20-
<dependency id="ScriptCs.Hosting" version="0.14.0" />
20+
<dependency id="ScriptCs.Hosting" version="0.16.1" />
2121
</dependencies>
2222
</metadata>
2323
<files>

0 commit comments

Comments
 (0)