Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9883404

Browse files
committed
Release 0.9.0
1 parent1cc2615 commit9883404

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

‎Build.ps1‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
$ModuleName="ExchangeTrackingGUI"
22
$ModuleGuid="7dbaff80-3574-4797-9e57-339e228a3eab"
33
$Year= (Get-Date).Year
4-
$ModuleVersion="1.0.0"
4+
$ModuleVersion="0.9.0"
55
$ReleaseNotes="
66
* Initial release
77
"

‎HISTORY.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
###v.1.0.0 (2019-12-05)
1+
###v.0.9.0 (2019-12-05)
22
* Initial release

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This is the development branch with latest changes.
1717
Official repository - latest module version and download count.
1818

1919
##Version
20-
1.0.0
20+
0.9.0
2121

2222
##How to use it
2323
1. Install script from PowerShellGallery:

‎appveyor.yml‎

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#---------------------------------#
22
# environment configuration #
33
#---------------------------------#
4-
version:1.0.0.{build}
4+
version:0.9.0.{build}
55
image:WMF 5
66

77
#---------------------------------#
@@ -35,8 +35,7 @@ build_script:
3535
Write-Host "Repo : $env:APPVEYOR_REPO_NAME"
3636
Write-Host "Running Build.ps1..." -ForegroundColor Yellow
3737
. .\Build.ps1
38-
-cd ..\Build\ExchangeTrackingGUI
39-
-ps:|
38+
Set-Locaton ..\Build\ExchangeTrackingGUI
4039
Import-Module -Name .\ExchangeTrackingGUI.psm1
4140
Write-Host "...completed!" -ForegroundColor Green
4241

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp