Skip to content

Commit 04b9a1b

Browse files
committed
fix: Add options for the password generator #1
1 parent be3f4cc commit 04b9a1b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ RandomGen is a powerful PowerToys Run plugin that generates various types of ran
163163

164164
## 🚀 Quick Start
165165

166-
1. **Download** the latest release for your architecture ([x64](https://github.com/ruslanlap/PowerToysRun-RandomGen/releases/download/v1.0.1/RandomGen-1.0.1-x64.zip) or [ARM64](https://github.com/ruslanlap/PowerToysRun-RandomGen/releases/download/v1.0.1/RandomGen-1.0.1-arm64.zip))
166+
1. **Download** the latest release for your architecture ([x64](https://github.com/ruslanlap/PowerToysRun-RandomGen/releases/download/v1.0.2/RandomGen-1.0.2-x64.zip) or [ARM64](https://github.com/ruslanlap/PowerToysRun-RandomGen/releases/download/v1.0.2/RandomGen-1.0.2-arm64.zip))
167167
2. **Extract** the ZIP file to your PowerToys Run plugins directory:
168168
```
169169
%LOCALAPPDATA%\Microsoft\PowerToys\PowerToys Run\Plugins\RandomGen\
@@ -245,7 +245,7 @@ Enjoying RandomGen? ☕ Buy me a coffee to support development:
245245
### Installation Steps
246246

247247
#### Method 1: Using the Release Package
248-
1. Download the latest release for your architecture ([x64](https://github.com/ruslanlap/PowerToysRun-RandomGen/releases/download/v1.0.1/RandomGen-1.0.1-x64.zip) or [ARM64](https://github.com/ruslanlap/PowerToysRun-RandomGen/releases/download/v1.0.1/RandomGen-1.0.1-arm64.zip))
248+
1. Download the latest release for your architecture ([x64](https://github.com/ruslanlap/PowerToysRun-RandomGen/releases/download/v1.0.2/RandomGen-1.0.2-x64.zip) or [ARM64](https://github.com/ruslanlap/PowerToysRun-RandomGen/releases/download/v1.0.2/RandomGen-1.0.2-arm64.zip))
249249
2. Extract the ZIP file to your PowerToys Run plugins directory:
250250
```
251251
%LOCALAPPDATA%\Microsoft\PowerToys\PowerToys Run\Plugins\RandomGen\

RandomGen/Community.PowerToys.Run.Plugin.RandomGen/Community.PowerToys.Run.Plugin.RandomGen.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<EnableWindowsTargeting>true</EnableWindowsTargeting>
99
<RootNamespace>Community.PowerToys.Run.Plugin.RandomGen</RootNamespace>
1010
<AssemblyName>Community.PowerToys.Run.Plugin.RandomGen</AssemblyName>
11-
<AssemblyVersion>1.0.1</AssemblyVersion>
12-
<FileVersion>1.0.1</FileVersion>
11+
<AssemblyVersion>1.0.2</AssemblyVersion>
12+
<FileVersion>1.0.2</FileVersion>
1313
<CopyLocalLockFileAssemblies>false</CopyLocalLockFileAssemblies>
1414
</PropertyGroup>
1515

RandomGen/Community.PowerToys.Run.Plugin.RandomGen/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"IsGlobal": false,
55
"Name": "RandomGen",
66
"Author": "ruslanlap",
7-
"Version": "1.0.1",
7+
"Version": "1.0.2",
88
"Language": "csharp",
99
"Website": "https://github.com/ruslanlap/PowerToysRun-RandomGen",
1010
"ExecuteFileName": "Community.PowerToys.Run.Plugin.RandomGen.dll",

0 commit comments

Comments
 (0)