Skip to content

Commit

Permalink
bump version 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kakkun61 committed Aug 8, 2020
1 parent e0f596b commit ab83221
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change log

## 3.7

*2020.08.09*

Support 8.10.2.
`Show-Ghc` and `Show-Cabal` will be renamed to `Get-Ghc` and `Get-Cabal` respectively.
`-OnlySupported` and `-OnlyInstalled` options are added to `Get-Ghc` and `Get-Cabal`.

## 3.6

*2020.07.18*
Expand Down
8 changes: 4 additions & 4 deletions ghcups.psd1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#
#
# モジュール 'ghcups' のモジュール マニフェスト
#
# 生成者: 岡本和樹
Expand All @@ -12,7 +12,7 @@
RootModule = 'ghcups.psm1'

# このモジュールのバージョン番号です。
ModuleVersion = '3.6'
ModuleVersion = '3.7'

# サポートされている PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -98,7 +98,7 @@ PrivateData = @{
Tags = @('Haskell', 'GHC', 'PSEdition_Desktop', 'PSEdition_Core', 'Windows')

# このモジュールのライセンスの URL。
LicenseUri = 'https://github.com/kakkun61/ghcups/blob/3.6/LICENSE'
LicenseUri = 'https://github.com/kakkun61/ghcups/blob/3.7/LICENSE'

# このプロジェクトのメイン Web サイトの URL。
ProjectUri = 'https://github.com/kakkun61/ghcups'
Expand All @@ -107,7 +107,7 @@ PrivateData = @{
# IconUri = ''

# このモジュールの ReleaseNotes
ReleaseNotes = 'https://github.com/kakkun61/ghcups/blob/3.6/ChangeLog.md'
ReleaseNotes = 'https://github.com/kakkun61/ghcups/blob/3.7/ChangeLog.md'

ExternalModuleDependencies = @('Microsoft.PowerShell.Management', 'Microsoft.PowerShell.Utility')

Expand Down

0 comments on commit ab83221

Please sign in to comment.