sandialabs / Gulliver

Gulliver is a C# utility package and library engineered for the manipulation of arbitrary sized byte arrays accounting for appropriate endianness and jagged byte length.
Apache License 2.0
15 stars 3 forks source link

Update Deployment and Package Version #42

Closed nicksterx closed 4 years ago

nicksterx commented 4 years ago

Closes #41

Hello, and welcome! Thanks you for your contribution to Gulliver.

  1. Please let us know about the contribution you are making

    • [ ] Does this contribution update documentation?
    • [X] Does this contribution update code?
      • [X] Does it fix a bug?
      • [ ] Does it add new functionality?
  2. Assuming there is a code change in this contribution

    • [ ] Have you included unit test(s) to verify the change?
    • [X] Do all pre-existing unit tests pass as expected?
    • [ ] Does the change break existing functionality, if so have you explained why doing so is necessary?
    • [ ] Have you listed the possible side-effects or negative impacts of the code change.
  3. Put closes #XXXX in your comment, where XXXX is the the issue that your PR fixes.

  4. Provide any other information that pertinent to the PR you're making.

  5. Click "Create pull request".

Thanks again, we'll review your PR and and act accordingly.

nicksterx commented 4 years ago

Should Close #38 as well