Skip to content

Commit 8697c8d

Browse files
committed
logo update
1 parent fd0ca6b commit 8697c8d

File tree

10 files changed

+1164
-31
lines changed

10 files changed

+1164
-31
lines changed

Form1.resx

Lines changed: 1112 additions & 22 deletions
Large diffs are not rendered by default.

Icon.ico

-2.19 KB
Binary file not shown.

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright [yyyy] [name of copyright owner]
189+
Copyright [2023] [OliveWizard]
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

PassGen.csproj

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,18 @@
77
<UseWindowsForms>true</UseWindowsForms>
88
<ImplicitUsings>enable</ImplicitUsings>
99
<StartupObject>PassGen.Program</StartupObject>
10-
<ApplicationIcon>Icon.ico</ApplicationIcon>
10+
<ApplicationIcon>Resources\Icon.ico</ApplicationIcon>
1111
<Title>OliveWizrd PassGen</Title>
1212
<Version>$(VersionPrefix) 1.0.0</Version>
1313
<Authors>OliveWizard</Authors>
1414
<Description>Генератор паролей</Description>
15-
<PackageIcon>Icon.png</PackageIcon>
15+
<PackageIcon>Logo.png</PackageIcon>
16+
<PackageReadmeFile>README.md</PackageReadmeFile>
17+
<RepositoryUrl>https://github.com/OneCodeUnit/PassGen</RepositoryUrl>
18+
<PackageProjectUrl>https://github.com/OneCodeUnit/PassGen</PackageProjectUrl>
19+
<RepositoryType>git</RepositoryType>
20+
<PackageTags>C#, Passwords</PackageTags>
21+
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
1622
</PropertyGroup>
1723

1824
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
@@ -24,7 +30,7 @@
2430
</PropertyGroup>
2531

2632
<ItemGroup>
27-
<Content Include="Icon.ico" />
33+
<Content Include="Resources\Icon.ico" />
2834
</ItemGroup>
2935

3036
<ItemGroup>
@@ -43,10 +49,26 @@
4349
</ItemGroup>
4450

4551
<ItemGroup>
52+
<None Update="LICENSE.txt">
53+
<Pack>True</Pack>
54+
<PackagePath>\</PackagePath>
55+
</None>
56+
<None Update="README.md">
57+
<Pack>True</Pack>
58+
<PackagePath>\</PackagePath>
59+
</None>
4660
<None Update="Resources\Icon.png">
4761
<Pack>True</Pack>
4862
<PackagePath>\</PackagePath>
4963
</None>
64+
<None Update="Resources\Icon2.png">
65+
<Pack>True</Pack>
66+
<PackagePath>\</PackagePath>
67+
</None>
68+
<None Update="Resources\Logo.png">
69+
<Pack>True</Pack>
70+
<PackagePath>\</PackagePath>
71+
</None>
5072
</ItemGroup>
5173

5274
</Project>

Properties/Resources.Designer.cs

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Properties/Resources.resx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
<data name="Copy" type="System.Resources.ResXFileRef, System.Windows.Forms">
122122
<value>..\Resources\Copy.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
123123
</data>
124-
<data name="Icon" type="System.Resources.ResXFileRef, System.Windows.Forms">
125-
<value>..\Resources\Icon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
124+
<data name="Logo" type="System.Resources.ResXFileRef, System.Windows.Forms">
125+
<value>..\Resources\Logo.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
126126
</data>
127127
</root>

README.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,22 @@
1-
# PassGen
1+
# Генератор паролей от OliveWizard
2+
3+
## Описание программы
4+
Программа позволяет создавать уникальные пароли длиной от 3 до 30 символов с различными условиями:
5+
+ Строчные или заглавные буквы
6+
+ Цифры
7+
+ Тире и нижнее подчеркивание
8+
+ Специальные символы
9+
+ Пробел
10+
11+
## Системные требования
12+
Основная версия программы (PassGen.exe) требует Windows 10 (версию 1607) или новее и [.Net 7](https://dotnet.microsoft.com/en-us/download) (любой вариант).
13+
14+
Автономная версия программы (PassGen.7z) не требует .Net 7.
15+
16+
### [Скачать программу](https://github.com/OneCodeUnit/PassGen/releases/latest)
17+
18+
## В планах
19+
+ Исключение похожих символов
20+
+ Обязательное присутствие символа из группы
21+
+ Сохранение настроек
22+
+ Кириллические пароли

Resources/Icon.ico

66.1 KB
Binary file not shown.

Resources/Icon.png

-452 Bytes
Binary file not shown.

Resources/Logo.png

784 Bytes
Loading

0 commit comments

Comments
 (0)