Skip to content

Commit

Permalink
(#928) Update Chocolatey CLI to latest release
Browse files Browse the repository at this point in the history
This commit updates the the dependency for Chocolatey CLI
to the latest release we have available, once published to nuget.org.
This will prevent temporarily users from building the project
until a new release is made.

Additionally a release version range is added to the nuspec
file.
  • Loading branch information
gep13 committed Mar 18, 2022
1 parent 776eadd commit be627f4
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@
<Reference Include="Caliburn.Micro.Platform.Core, Version=3.2.0.0, Culture=neutral, PublicKeyToken=8e5891231f2ed21f, processorArchitecture=MSIL">
<HintPath>..\packages\Caliburn.Micro.3.2.0\lib\net45\Caliburn.Micro.Platform.Core.dll</HintPath>
</Reference>
<Reference Include="chocolatey, Version=1.0.0.52, Culture=neutral, PublicKeyToken=79d02ea9cad655eb, processorArchitecture=MSIL">
<HintPath>..\packages\chocolatey.lib.1.0.0-alpha-20220315-52\lib\chocolatey.dll</HintPath>
<Reference Include="chocolatey, Version=1.0.0.0, Culture=neutral, PublicKeyToken=79d02ea9cad655eb, processorArchitecture=MSIL">
<HintPath>..\packages\chocolatey.lib.1.0.0\lib\chocolatey.dll</HintPath>
<SpecificVersion>False</SpecificVersion>
<Private>False</Private>
</Reference>
Expand Down
2 changes: 1 addition & 1 deletion Source/ChocolateyGui.Common.Windows/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<package id="BuildTools.FxCop" version="1.0.1" targetFramework="net40" />
<package id="Caliburn.Micro" version="3.2.0" targetFramework="net48" />
<package id="Caliburn.Micro.Core" version="3.2.0" targetFramework="net48" />
<package id="chocolatey.lib" version="1.0.0-alpha-20220315-52" targetFramework="net48" />
<package id="chocolatey.lib" version="1.0.0" targetFramework="net48" />
<package id="ControlzEx" version="4.4.0" targetFramework="net48" />
<package id="Fizzler" version="1.2.0" targetFramework="net48" />
<package id="HarfBuzzSharp" version="2.6.1.4" targetFramework="net48" />
Expand Down
4 changes: 2 additions & 2 deletions Source/ChocolateyGui.Common/ChocolateyGui.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
<Reference Include="AutoMapper, Version=7.0.1.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005, processorArchitecture=MSIL">
<HintPath>..\packages\AutoMapper.7.0.1\lib\net45\AutoMapper.dll</HintPath>
</Reference>
<Reference Include="chocolatey, Version=1.0.0.52, Culture=neutral, PublicKeyToken=79d02ea9cad655eb, processorArchitecture=MSIL">
<HintPath>..\packages\chocolatey.lib.1.0.0-alpha-20220315-52\lib\chocolatey.dll</HintPath>
<Reference Include="chocolatey, Version=1.0.0.0, Culture=neutral, PublicKeyToken=79d02ea9cad655eb, processorArchitecture=MSIL">
<HintPath>..\packages\chocolatey.lib.1.0.0\lib\chocolatey.dll</HintPath>
<SpecificVersion>False</SpecificVersion>
<Private>False</Private>
</Reference>
Expand Down
2 changes: 1 addition & 1 deletion Source/ChocolateyGui.Common/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package id="Autofac" version="4.6.1" targetFramework="net452" />
<package id="AutoMapper" version="7.0.1" targetFramework="net48" />
<package id="BuildTools.FxCop" version="1.0.1" targetFramework="net452" />
<package id="chocolatey.lib" version="1.0.0-alpha-20220315-52" targetFramework="net48" />
<package id="chocolatey.lib" version="1.0.0" targetFramework="net48" />
<package id="LiteDB" version="5.0.5" targetFramework="net452" />
<package id="log4net" version="2.0.12" targetFramework="net452" />
<package id="Microsoft.VisualStudio.Threading" version="15.4.4" targetFramework="net452" />
Expand Down
4 changes: 2 additions & 2 deletions Source/ChocolateyGui/ChocolateyGui.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@
<Reference Include="Caliburn.Micro.Platform.Core, Version=3.2.0.0, Culture=neutral, PublicKeyToken=8e5891231f2ed21f, processorArchitecture=MSIL">
<HintPath>..\packages\Caliburn.Micro.3.2.0\lib\net45\Caliburn.Micro.Platform.Core.dll</HintPath>
</Reference>
<Reference Include="chocolatey, Version=1.0.0.52, Culture=neutral, PublicKeyToken=79d02ea9cad655eb, processorArchitecture=MSIL">
<HintPath>..\packages\chocolatey.lib.1.0.0-alpha-20220315-52\lib\chocolatey.dll</HintPath>
<Reference Include="chocolatey, Version=1.0.0.0, Culture=neutral, PublicKeyToken=79d02ea9cad655eb, processorArchitecture=MSIL">
<HintPath>..\packages\chocolatey.lib.1.0.0\lib\chocolatey.dll</HintPath>
<SpecificVersion>False</SpecificVersion>
<Private>False</Private>
</Reference>
Expand Down
2 changes: 1 addition & 1 deletion Source/ChocolateyGui/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<package id="BuildTools.FxCop" version="1.0.1" targetFramework="net452" />
<package id="Caliburn.Micro" version="3.2.0" targetFramework="net452" />
<package id="Caliburn.Micro.Core" version="3.2.0" targetFramework="net452" />
<package id="chocolatey.lib" version="1.0.0-alpha-20220315-52" targetFramework="net48" />
<package id="chocolatey.lib" version="1.0.0" targetFramework="net48" />
<package id="ControlzEx" version="4.4.0" targetFramework="net48" />
<package id="Fizzler" version="1.2.0" targetFramework="net48" />
<package id="HarfBuzzSharp" version="2.6.1.4" targetFramework="net48" />
Expand Down
4 changes: 2 additions & 2 deletions Source/ChocolateyGuiCli/ChocolateyGuiCli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
<Reference Include="Autofac, Version=4.6.1.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
<HintPath>..\packages\Autofac.4.6.1\lib\net45\Autofac.dll</HintPath>
</Reference>
<Reference Include="chocolatey, Version=1.0.0.52, Culture=neutral, PublicKeyToken=79d02ea9cad655eb, processorArchitecture=MSIL">
<HintPath>..\packages\chocolatey.lib.1.0.0-alpha-20220315-52\lib\chocolatey.dll</HintPath>
<Reference Include="chocolatey, Version=1.0.0.0, Culture=neutral, PublicKeyToken=79d02ea9cad655eb, processorArchitecture=MSIL">
<HintPath>..\packages\chocolatey.lib.1.0.0\lib\chocolatey.dll</HintPath>
<SpecificVersion>False</SpecificVersion>
<Private>False</Private>
</Reference>
Expand Down
2 changes: 1 addition & 1 deletion Source/ChocolateyGuiCli/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<packages>
<package id="Autofac" version="4.6.1" targetFramework="net452" />
<package id="BuildTools.FxCop" version="1.0.1" targetFramework="net452" />
<package id="chocolatey.lib" version="1.0.0-alpha-20220315-52" targetFramework="net48" />
<package id="chocolatey.lib" version="1.0.0" targetFramework="net48" />
<package id="LiteDB" version="5.0.5" targetFramework="net452" />
<package id="log4net" version="2.0.12" targetFramework="net452" />
<package id="Serilog" version="2.5.0" targetFramework="net48" />
Expand Down
2 changes: 1 addition & 1 deletion nuspec/chocolatey/ChocolateyGUI.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ All release notes for Chocolatey GUI can be found on the docs site - https://doc
</releaseNotes>
<tags>chocolateygui chocolatey admin foss</tags>
<dependencies>
<dependency id="Chocolatey" version="[1.0.0-alpha, 2.0.0)" />
<dependency id="Chocolatey" version="[1.0.0, 2.0.0)" />
<dependency id="chocolatey-core.extension" version="1.3.3" />
<dependency id="dotnetfx" version="4.8.0.20190930" />
</dependencies>
Expand Down

0 comments on commit be627f4

Please sign in to comment.