Skip to content

Commit

Permalink
Version 1.0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
goscickiw committed May 4, 2019
1 parent 8d784f4 commit 8460a58
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion EDDTT/EDDTT.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationRevision>1</ApplicationRevision>
<ApplicationVersion>1.0.1.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
Expand Down
2 changes: 1 addition & 1 deletion EDDTT/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ Imports System.Runtime.InteropServices
' przy użyciu symbolu „*”, tak jak pokazano poniżej:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("1.0.1.0")>
<Assembly: AssemblyVersion("1.0.1.1")>
<Assembly: NeutralResourcesLanguage("en")>
2 changes: 1 addition & 1 deletion EDDTT/My Project/app.manifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
<assemblyIdentity version="1.0.1.0" name="EDDTT.app"/>
<assemblyIdentity version="1.0.1.1" name="EDDTT.app"/>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ You can use EDDTT in two ways:
**The second (better) way** uses your local EDDiscovery repository path to automatically detect present languages and set the paths to them. It's much easier and faster than setting the paths manually every time.
In order to use it, you need to set the repository directory first.

0. If you want to use the location of your EDDiscovery installation instead of EDD local repository, go to <kbd>File Detection Settings</kbd>/<kbd>Paths and Naming</kbd> and change every Path to just `\`.
0. If you want to use the location of your EDDiscovery installation instead of EDD local repository, go to <kbd>EDDTC</kbd>/<kbd>File Detection Settings</kbd>/<kbd>Paths and Naming</kbd> and change every Path to just `\`.
1. Go to the <kbd>EDD repository</kbd> menu and press <kbd>Set EDD repository directory</kbd>.
2. Select the path to your local EDDiscovery repository (It should be the folder with `EDDiscovery.sln` in it, or the folder with `EDDiscovery.exe` if you use step 0).
3. The path is stored in program settings, so you don't have to set it every time you start EDDTT.
Expand Down

0 comments on commit 8460a58

Please sign in to comment.