Skip to content

Commit 26a83cf

Browse files
committed
update package
1 parent 2a9489a commit 26a83cf

5 files changed

+2
-3
lines changed

Console-Translate/0.3/Console-Translate.psm1

-1
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,6 @@ function Get-DeepLX {
397397
)
398398
if ($Server -eq "localhost") {
399399
$Server_Running = "True"
400-
Import-Module Console-Translate
401400
Start-DeepLX -Token $Token -Port $Port -Job
402401
if ($IsLinux) {
403402
Start-Sleep 0.5

package/Console-Translate.0.3.5.nupkg

-11.6 KB
Binary file not shown.

package/Console-Translate.0.3.6.nupkg

11.1 KB
Binary file not shown.

package/Console-Translate.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.3.5",
2+
"version": "0.3.6",
33
"description": "PowerShell module (cross-platform cli client) for free text translation using Google, DeepL, MyMemory and Reverso providers via REST API",
44
"homepage": "https://github.com/Lifailon/Console-Translate",
55
"license": "MIT",

package/Console-Translate.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package >
33
<metadata>
44
<id>Console-Translate</id>
5-
<version>0.3.5</version>
5+
<version>0.3.6</version>
66
<authors>Lifailon</authors>
77
<owners>Lifailon</owners>
88
<description>PowerShell module (cross-platform cli client) for free text translation using Google, DeepL, MyMemory and Reverso providers via REST API</description>

0 commit comments

Comments
 (0)