GithubHelp home page GithubHelp logo

choco-8x8work's Introduction

Choco-8x8work Repository

This repository is dedicated to the Choco 8x8work package, which is available on the Chocolatey community packages website at Choco 8x8work Package.

Pull Requests (PRs)

We strive to keep this package up-to-date, but there are times when it falls behind the latest version. If you'd like to contribute and help us maintain it, please feel free to submit a Pull Request (PR) with the latest updates. Here are the steps to update the package:

  1. Update tools/chocolateyinstall.ps1:

    • Modify the variable $url64 with the latest URL for the MSI installer.
    • Update $checksum64 with the checksum of the new MSI installer. You can generate a checksum using PowerShell with the following command:
      Get-FileHash -Path "path\to\file" -Algorithm SHA256
  2. Update 8x8work.nuspec:

    • Update the <version> tag in the 8x8work.nuspec file to match the latest version of the software.

By following these steps, you can help ensure that the Choco 8x8work package remains current and functional for users. Thank you for your contribution!

Publish Package

  1. Create .nupkg:
    • In the project directory run choco pack, this should create a new package for the latest version.
  2. Test:
    • Navigate to the directory where the newly created 8x8work.<version>.nupkg file is located, run:
      choco install 8x8work --debug --verbose --source .
      choco upgrade 8x8work -source="<GIT-LOCATION>\8x8work"
  3. Publish:
    • Once confirmed working the new package can be pushed using:
      choco push 8x8work.<version>.nupkg --source https://push.chocolatey.org/

choco-8x8work's People

Contributors

ampsyy avatar bartilg avatar

Watchers

 avatar  avatar

Forkers

bartilg

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.