Skip to content

Commit

Permalink
bump version 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kakkun61 committed Dec 31, 2020
1 parent ba12d3b commit 8254120
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 6 deletions.
12 changes: 12 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change log

## 4.0

*2020.12.31*

### Breaking changes

Remove PowerShell Desktop support.

### Others

Add tab completion for `Set-Ghc` and `Set-Cabal`.

## 3.9

*2020.12.31*
Expand Down
3 changes: 2 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Copyright (c) 2019, IIJ Innovation Institute Inc.
Copyright (c) 2020, Kazuki Okamoto (岡本和樹)
2019, IIJ Innovation Institute Inc.
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
10 changes: 5 additions & 5 deletions ghcups.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'ghcups.psm1'

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

# サポートされている PSEditions
# CompatiblePSEditions = @()
Expand All @@ -24,10 +24,10 @@ GUID = 'e5cd2573-d723-4600-abdb-e552c9d401d4'
Author = 'Kazuki Okamoto (岡本和樹)'

# このモジュールの会社またはベンダー
CompanyName = 'IIJ Innovation Institute Inc.'
CompanyName = ''

# このモジュールの著作権情報
Copyright = '2019 IIJ Innovation Institute Inc.'
Copyright = '2020 Kazuki Okamoto (岡本和樹), 2019 IIJ Innovation Institute Inc.'

# このモジュールの機能の説明
Description = 'Switch GHC and Cabal quickly'
Expand Down Expand Up @@ -98,7 +98,7 @@ PrivateData = @{
Tags = @('Haskell', 'GHC', 'PSEdition_Core', 'Windows')

# このモジュールのライセンスの URL。
LicenseUri = 'https://github.com/kakkun61/ghcups/blob/3.9/LICENSE'
LicenseUri = 'https://github.com/kakkun61/ghcups/blob/4.0/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.9/ChangeLog.md'
ReleaseNotes = 'https://github.com/kakkun61/ghcups/blob/4.0/ChangeLog.md'

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

Expand Down

0 comments on commit 8254120

Please sign in to comment.