Skip to content

Commit

Permalink
a few minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-bochkov committed May 10, 2022
1 parent 69055f8 commit 9cc4114
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
18 changes: 9 additions & 9 deletions PasswordChanger1C/MainForm.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions PasswordChanger1C/MainForm.vb
Original file line number Diff line number Diff line change
Expand Up @@ -664,13 +664,13 @@ Public Class MainForm

Private Sub LinkLabel2_Click(sender As Object, e As EventArgs) Handles LinkLabel2.Click

Process.Start("https://github.com/alekseybochkov/")
Process.Start("https://github.com/alex-bochkov/")

End Sub

Private Sub LinkLabel1_Click(sender As Object, e As EventArgs) Handles LinkLabel1.Click

Process.Start("https://github.com/alekseybochkov/PasswordChanger1C")
Process.Start("https://github.com/alex-bochkov/PasswordChanger1C")

End Sub

Expand Down
10 changes: 5 additions & 5 deletions PasswordChanger1C/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ Imports System.Runtime.InteropServices
' Review the values of the assembly attributes

<Assembly: AssemblyTitle("Password changer for 1C:Enterprise")>
<Assembly: AssemblyDescription("Изменение паролей пользователей для баз 1С")>
<Assembly: AssemblyCompany("Aleksey Bochkov")>
<Assembly: AssemblyDescription("")>
<Assembly: AssemblyCompany("Alex Bochkov")>
<Assembly: AssemblyProduct("Password changer for 1C:Enterprise")>
<Assembly: AssemblyCopyright("Copyright © Aleksey Bochkov")>
<Assembly: AssemblyCopyright("Copyright © Alex Bochkov")>
<Assembly: AssemblyTrademark("")>

<Assembly: ComVisible(False)>
Expand All @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("1.1.0.0")>
<Assembly: AssemblyFileVersion("1.1.0.0")>
<Assembly: AssemblyVersion("1.2.0.0")>
<Assembly: AssemblyFileVersion("1.2.0.0")>

0 comments on commit 9cc4114

Please sign in to comment.