From b6152751c12c4cf9ef9a5e1e726fa74fd0b1128d Mon Sep 17 00:00:00 2001 From: Glauber Donizeti Gasparotto Junior Date: Mon, 2 Apr 2018 23:21:51 -0300 Subject: [PATCH] new version --- README.md | 4 ++-- doc/content.md | 4 ++-- readme-pt-br.md | 4 ++-- src/MarkdownGenerator/Properties/AssemblyInfo.cs | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 016d174..647244d 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ 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` @@ -19,7 +19,7 @@ This tool is an executable (with some dependencies) that tries to solve common p 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_ diff --git a/doc/content.md b/doc/content.md index 7f774ed..309a793 100644 --- a/doc/content.md +++ b/doc/content.md @@ -12,7 +12,7 @@ Essa ferramenta é um executável (com algumas dependências) que tenta resolver ## Instalação (Manual) -1. Fazer o download do .zip clicando aqui +1. Fazer o download do .zip clicando aqui 2. Extrair o .zip em qualquer local 3. Executar o arquivo via linha de comando `MarkdownGenerator.exe` @@ -20,7 +20,7 @@ Essa ferramenta é um executável (com algumas dependências) que tenta resolver 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_ diff --git a/readme-pt-br.md b/readme-pt-br.md index 04dfc1e..cfbeedf 100644 --- a/readme-pt-br.md +++ b/readme-pt-br.md @@ -11,7 +11,7 @@ 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` @@ -19,7 +19,7 @@ Essa ferramenta é um executável (com algumas dependências) que tenta resolver 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_ diff --git a/src/MarkdownGenerator/Properties/AssemblyInfo.cs b/src/MarkdownGenerator/Properties/AssemblyInfo.cs index 5f3ebf1..7741ad2 100644 --- a/src/MarkdownGenerator/Properties/AssemblyInfo.cs +++ b/src/MarkdownGenerator/Properties/AssemblyInfo.cs @@ -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")]