Skip to content

Commit

Permalink
Merge pull request #30 from iricigor/v.1.0
Browse files Browse the repository at this point in the history
V.1.0
  • Loading branch information
iricigor authored Nov 26, 2018
2 parents 4ef8250 + a0d4798 commit e1d9973
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 6 deletions.
20 changes: 18 additions & 2 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
# Release notes

Release notes for PowerShell module **`psaptgetupdate`** by https://github.com/iricigor
Release notes for PowerShell module **`psaptgetupdate`** by [github.com/iricigor](https://github.com/iricigor)

## 1.0

Date: Monday, November 26, 2018

### Bug fixes in 1.0

- Import-Module is not running `psaptgetupdate` twice

### New features in 1.0

- Help system added
- Module icon added
- Module tested on Linux build server

For a full list of completed issues in this release, please check [this page](https://github.com/iricigor/psaptgetupdate/milestone/2?closed=1).

- - -

Expand All @@ -12,7 +28,7 @@ Release notes for PowerShell module **`psaptgetupdate`** by https://github.com/i

Date: Friday, November 2, 2018

#### Bug fixes in 0.9.3
### Bug fixes in 0.9.3

- Find command returns all commands that start with given string instead of exact match (#17)

Expand Down
8 changes: 4 additions & 4 deletions psaptgetupdate.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = '.\PSAptGetUpdate.psm1'

# Version number of this module.
ModuleVersion = '0.9.4'
ModuleVersion = '1.0'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand All @@ -30,7 +30,7 @@ Author = 'iiric'
Copyright = '(c) 2018 iiric. All rights reserved.'

# Description of the functionality provided by this module
Description = 'This module provides functionality for PowerShellGet inspired by apt-get update Linux command. This is only proof-of-concept work, though it is (almost) fully functional.'
Description = 'This module provides functionality for PowerShellGet inspired by apt-get update Linux command. It means 100 times faster checks for Find-Module, Update-Module, etc. This is only proof-of-concept work, though it is (almost) fully functional.'

# Minimum version of the Windows PowerShell engine required by this module
# PowerShellVersion = ''
Expand Down Expand Up @@ -95,7 +95,7 @@ PrivateData = @{
PSData = @{

# Tags applied to this module. These help with module discovery in online galleries.
# Tags = @()
Tags = @('powershellget','apt-get','apt-get-update','package-management','local-caching','powershell-gallery','linux-command','fast','update','find','module','powershell','powershell-core','powershell-cmdlets','powershell-modules')

# A URL to the license for this module.
LicenseUri = 'https://github.com/iricigor/psaptgetupdate/blob/master/LICENSE'
Expand All @@ -107,7 +107,7 @@ PrivateData = @{
IconUri = 'https://raw.githubusercontent.com/iricigor/psaptgetupdate/master/Images/psaptgetupdate-icon-256.png'

# ReleaseNotes of this module
ReleaseNotes = 'Bug fix for command prefix, smaller file list published; for more info see https://github.com/iricigor/psaptgetupdate/blob/master/ReleaseNotes.md'
ReleaseNotes = 'Fully documented module; for more info see https://github.com/iricigor/psaptgetupdate/blob/master/ReleaseNotes.md'

} # End of PSData hashtable

Expand Down

0 comments on commit e1d9973

Please sign in to comment.