Skip to content

Commit

Permalink
Version 1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mkht committed Nov 30, 2019
1 parent b1ab5e0 commit 001b552
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018 mkht
Copyright (c) 2019 mkht

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,9 @@ This is valid `package.json` sample.

----
## Change log
+ **1.4.5**
- Fixed issue that an error occurs when the `pspm install` command was executed simultaneously in multiple processes.

+ **1.4.4**
- Fixed issue that GitHub credential params are not used when downloading modules using `package.json` [#72](https://github.com/mkht/pspm/issues/72)

Expand Down
6 changes: 3 additions & 3 deletions pspm.psd1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@{
# Version number of this module.
ModuleVersion = '1.4.4'
ModuleVersion = '1.4.5'

# ID used to uniquely identify this module
GUID = '43b54a10-c2d7-45b1-b46f-9a9da9da1c39'
Expand All @@ -15,7 +15,7 @@
CompanyName = ''

# Copyright statement for this module
Copyright = '(c) 2018 mkht. All rights reserved.'
Copyright = '(c) 2019 mkht. All rights reserved.'

# Description of the functionality provided by this module
Description = 'PowerShell Package Manager'
Expand Down Expand Up @@ -47,7 +47,7 @@
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = 'Fixed issue that GitHub credential params are not used when downloading modules using package.json'
ReleaseNotes = 'Fixed issue that an error occurs when the `pspm install` command was executed simultaneously in multiple processes.'

} # End of PSData hashtable

Expand Down

0 comments on commit 001b552

Please sign in to comment.