Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Review all dependencies #58

Merged
merged 2 commits into from
Jun 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/vscodium.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- .github/workflows/.common.yml
- .github/workflows/vscodium.yml
- vscodium/**
- vscodium.*/**
- Common.ps1
- test_all.ps1
- update_vars.ps1
Expand All @@ -17,6 +18,7 @@ on:
- .github/workflows/.common.yml
- .github/workflows/vscodium.yml
- vscodium/**
- vscodium.*/**
- Common.ps1
- update_all.ps1
- update_vars.ps1
Expand Down
2 changes: 1 addition & 1 deletion _template/template.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<dependency id="" version="[_MIN_VERSION_INCLUSIVE, MAX_VERSION_INCLUSIVE]" />
<dependency id="" version="[_MIN_VERSION_INCLUSIVE, MAX_VERSION_EXCLUSIVE)" />
<!-- chocolatey-core.extension - If supporting 0.9.9.x (or below) and including a chocolateyUninstall.ps1 file to uninstall an EXE/MSI, you probably want to include chocolatey-core.extension as a dependency. Please verify whether you are using a helper function from that package. -->
<dependency id="chocolatey-core.extension" version="1.3.3" />
<dependency id="chocolatey-core.extension" version="1.4.0" />
</dependencies>
</metadata>
<files>
Expand Down
3 changes: 0 additions & 3 deletions airserver/airserver.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ Features:
<tags>airserver admin trial airplay googlecast miracast screen mirroring appletv chromecast</tags>
<packageSourceUrl>https://github.com/Thilas/chocolatey-packages/tree/master/airserver</packageSourceUrl>
<docsUrl>https://support.airserver.com/</docsUrl>
<!--<dependencies>
<dependency id="kb2999226" />
</dependencies>-->
</metadata>
<files>
<file src="tools\**" target="tools" exclude="**\*.Tests.ps1" />
Expand Down
2 changes: 1 addition & 1 deletion ilspy/ilspy.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<docsUrl>https://github.com/icsharpcode/ILSpy/wiki</docsUrl>
<bugTrackerUrl>https://github.com/icsharpcode/ILSpy/issues</bugTrackerUrl>
<dependencies>
<dependency id="netfx-4.7.2" version="4.7.2.0" />
<dependency id="dotnet-6.0-desktopruntime" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion marble/marble.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<mailingListUrl>https://mail.kde.org/mailman/listinfo/marble-devel</mailingListUrl>
<bugTrackerUrl>https://marble.kde.org/support.php</bugTrackerUrl>
<dependencies>
<dependency id="vcredist2013" version="12.0.30501.20150616" />
<dependency id="vcredist2013" />
</dependencies>
</metadata>
<files>
Expand Down
1 change: 0 additions & 1 deletion subtitleedit/subtitleedit.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ Example: `choco install subtitleedit --params "/NoDesktopIcon /NoSetFileTypes"`
<bugTrackerUrl>https://github.com/SubtitleEdit/subtitleedit/issues</bugTrackerUrl>
<dependencies>
<dependency id="chocolatey-core.extension" version="1.3.3" />
<dependency id="netfx-4.7.2" version="4.7.2.0" />
</dependencies>
</metadata>
<files>
Expand Down
1 change: 0 additions & 1 deletion vscodium.install/vscodium.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ Example: `choco install vscodium.install --params "/NoDesktopIcon /NoAddToPath"`
<bugTrackerUrl>https://github.com/VSCodium/vscodium/issues</bugTrackerUrl>
<dependencies>
<dependency id="chocolatey-core.extension" version="1.3.3" />
<dependency id="dotnet4.5.2" version="4.5.2.20140902" />
</dependencies>
</metadata>
<files>
Expand Down
3 changes: 0 additions & 3 deletions vscodium.portable/vscodium.portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ Visual Studio Code is a lightweight but powerful source code editor which runs o
<packageSourceUrl>https://github.com/Thilas/chocolatey-packages/tree/master/vscodium.portable</packageSourceUrl>
<docsUrl>https://code.visualstudio.com/docs</docsUrl>
<bugTrackerUrl>https://github.com/VSCodium/vscodium/issues</bugTrackerUrl>
<dependencies>
<dependency id="dotnet4.5.2" version="4.5.2.20140902" />
</dependencies>
</metadata>
<files>
<file src="tools\**" target="tools" exclude="**\*.Tests.ps1" />
Expand Down