Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
juniorgasparotto committed Apr 3, 2018
1 parent 145122d commit b615275
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ This tool is an executable (with some dependencies) that tries to solve common p

## Installation (Manual)

1. Download the .zip file [by clicking here](https://github.com/juniorgasparotto/MarkdownGenerator/releases/download/1.0.1/MarkdownGenerator.zip)
1. Download the .zip file [by clicking here](https://github.com/juniorgasparotto/MarkdownGenerator/releases/download/1.0.2/MarkdownGenerator.zip)
2. Extract the .zip anywhere
3. Run the file via the command line`MarkdownGenerator.exe`

```
MarkdownGenerator.exe --base-dir "C:\my-doc-folder" --index-file "index.xml" --translator-key [api-key] --verbose error
```

**DOWNLOAD LINK**: https://github.com/juniorgasparotto/MarkdownGenerator/releases/download/1.0.1/MarkdownGenerator.zip
**DOWNLOAD LINK**: https://github.com/juniorgasparotto/MarkdownGenerator/releases/download/1.0.2/MarkdownGenerator.zip

_No need for installation_

Expand Down
4 changes: 2 additions & 2 deletions doc/content.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ Essa ferramenta é um executável (com algumas dependências) que tenta resolver

## Instalação (Manual)

1. Fazer o download do .zip <a href="https://github.com/juniorgasparotto/MarkdownGenerator/releases/download/1.0.1/MarkdownGenerator.zip">clicando aqui</a>
1. Fazer o download do .zip <a href="https://github.com/juniorgasparotto/MarkdownGenerator/releases/download/1.0.2/MarkdownGenerator.zip">clicando aqui</a>
2. Extrair o .zip em qualquer local
3. Executar o arquivo via linha de comando `MarkdownGenerator.exe`

```
MarkdownGenerator.exe --base-dir "C:\my-doc-folder" --index-file "index.xml" --translator-key [api-key] --verbose error
```

**DOWNLOAD LINK**: https://github.com/juniorgasparotto/MarkdownGenerator/releases/download/1.0.1/MarkdownGenerator.zip
**DOWNLOAD LINK**: https://github.com/juniorgasparotto/MarkdownGenerator/releases/download/1.0.2/MarkdownGenerator.zip

_Não precisa de instalação_

Expand Down
4 changes: 2 additions & 2 deletions readme-pt-br.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ Essa ferramenta é um executável (com algumas dependências) que tenta resolver

## Instalação (Manual)

1. Fazer o download do .zip [clicando aqui](https://github.com/juniorgasparotto/MarkdownGenerator/releases/download/1.0.1/MarkdownGenerator.zip)
1. Fazer o download do .zip [clicando aqui](https://github.com/juniorgasparotto/MarkdownGenerator/releases/download/1.0.2/MarkdownGenerator.zip)
2. Extrair o .zip em qualquer local
3. Executar o arquivo via linha de comando `MarkdownGenerator.exe`

```
MarkdownGenerator.exe --base-dir "C:\my-doc-folder" --index-file "index.xml" --translator-key [api-key] --verbose error
```

**DOWNLOAD LINK**: https://github.com/juniorgasparotto/MarkdownGenerator/releases/download/1.0.1/MarkdownGenerator.zip
**DOWNLOAD LINK**: https://github.com/juniorgasparotto/MarkdownGenerator/releases/download/1.0.2/MarkdownGenerator.zip

_Não precisa de instalação_

Expand Down
4 changes: 2 additions & 2 deletions src/MarkdownGenerator/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyFileVersion("1.0.1")]
[assembly: AssemblyInformationalVersion("1.0.1")]
[assembly: AssemblyFileVersion("1.0.2")]
[assembly: AssemblyInformationalVersion("1.0.2")]

0 comments on commit b615275

Please sign in to comment.