Skip to content

Commit

Permalink
MSS-3 Fixed wrong version dependency on fansi
Browse files Browse the repository at this point in the history
  • Loading branch information
tznind committed May 30, 2019
1 parent 9fa31f7 commit ffcc315
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Plugins/Plugin.Test/Plugin.Test.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<copyright>Copyright 2018-2019</copyright>
<dependencies>
<dependency id="HIC.BadMedicine" version="0.0.1.1" />
<dependency id="HIC.FansiSql" version="0.9.1" />
<dependency id="HIC.FansiSql" version="0.9.1.10" />
<dependency id="CsvHelper" version="12.1.2" />
<dependency id="Newtonsoft.Json" version="11.0.2"/>
<dependency id="CommandLineParser" version="2.3.0" />
Expand Down
2 changes: 1 addition & 1 deletion Plugins/Plugin.UI/Plugin.UI.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<copyright>Copyright 2018-2019</copyright>
<dependencies>
<dependency id="HIC.BadMedicine" version="0.0.1.1" />
<dependency id="HIC.FansiSql" version="0.9.1" />
<dependency id="HIC.FansiSql" version="0.9.1.10" />
<dependency id="DockPanelSuite.ThemeVS2015" version="2.13.0" />
<dependency id="CsvHelper" version="12.1.2" />
<dependency id="NHunspell" version="1.2" />
Expand Down
2 changes: 1 addition & 1 deletion Plugins/Plugin/Plugin.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<dependency id="Newtonsoft.Json" version="11.0.2"/>
<dependency id="CommandLineParser" version="2.3.0" />
<dependency id="SSH.NET" version="2013.4.7" />
<dependency id="HIC.FansiSql" version="0.9.1" />
<dependency id="HIC.FansiSql" version="0.9.1.10" />
</dependencies>
</metadata>
<files>
Expand Down
6 changes: 3 additions & 3 deletions SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
[assembly: AssemblyCulture("")]

// These should be replaced with correct values by the release process
[assembly: AssemblyVersion("3.0.12")]
[assembly: AssemblyFileVersion("3.0.12")]
[assembly: AssemblyInformationalVersion("3.0.12-rc")]
[assembly: AssemblyVersion("3.0.13")]
[assembly: AssemblyFileVersion("3.0.13")]
[assembly: AssemblyInformationalVersion("3.0.13-rc")]

0 comments on commit ffcc315

Please sign in to comment.