Skip to content

Commit

Permalink
Merge branch 'master' into Currency-Conv-Release-1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
stadub authored Sep 9, 2019
2 parents e81d9b7 + 2a96919 commit 372e316
Show file tree
Hide file tree
Showing 9 changed files with 146 additions and 252 deletions.
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]

**Additional context**
Add any other context about the problem here.
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/custom.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Custom issue template
about: Describe this issue template's purpose here.
title: ''
labels: ''
assignees: ''

---


20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
18 changes: 4 additions & 14 deletions 7Zip/7zip-Archive.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# RootModule = ''

# Version number of this module.
ModuleVersion = '1.0.2'
ModuleVersion = '1.0.3'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -111,19 +111,9 @@

# ReleaseNotes of this module
ReleaseNotes = '
First public release.
Supported function:
Read-ZipFile szr
Add-ZipFileContent sza
Remove-ZipFileContent szrm
Test-ZipFileContent szt
Get-ZipFileContent br
Full documentation at the Github: https://github.com/stadub/PowershellScripts/tree/master/7Zip
Changelog:
Update icon.
Remove extra shared functions
Add update checker
Change test environment to StrictMode=Latest
Fix update checker path
Fix unit tests to work with strict mode
Add ci and build scripts
'

} # End of PSData hashtable
Expand Down
2 changes: 1 addition & 1 deletion 7Zip/7zip-Archive.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

. $PSScriptRoot\Functions.ps1

CheckPsGalleryUpdate 7Zip "1.0.2"
CheckPsGalleryUpdate "7zip-Archive" "1.0.3"

_Initalize

Expand Down
4 changes: 2 additions & 2 deletions Currency-Conv/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Remove currconv.com api key fromthe system:

* Rename `Remove-CurrencyApi-Key` to `Remove-CurrencyApiKey` to be ps1 cmdlet name restrictions compliant

### [v1.0.0](https://github.com/stadub/PowershellScripts/releases/tag/v0.9.0) Spet 1, 2019
### [v1.0.2](https://github.com/stadub/PowershellScripts/releases/tag/v0.9.0) Spet 1, 2019

* Add functions:

Expand Down Expand Up @@ -155,4 +155,4 @@ a coffee or a beer is always appreciated. Thank you very much in advance.

If you have any idea or suggestion - please add a github issue.

<!-- https://www.contributor-covenant.org/version/1/4/code-of-conduct -->
<!-- https://www.contributor-covenant.org/version/1/4/code-of-conduct -->
2 changes: 1 addition & 1 deletion Currency-Conv/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ resources:
fetchDepth: 1

jobs:
- job: Currency-Conv
- job: Currency_Conv
displayName: Currency-Conv
continueOnError: false
pool:
Expand Down
25 changes: 25 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
BSD 2-Clause License

Copyright (c) 2019, Dima Stadub
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Loading

0 comments on commit 372e316

Please sign in to comment.