From 82b49e1660139a7acf3cde87ca0dcbd2e80fcdb2 Mon Sep 17 00:00:00 2001 From: "thiago.azevedo" Date: Wed, 23 Jan 2019 14:58:56 +0100 Subject: [PATCH] Fix Version --- Dapper.Crud.VSExtension/Properties/AssemblyInfo.cs | 4 ++-- Dapper.Crud.VSExtension/source.extension.vsixmanifest | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dapper.Crud.VSExtension/Properties/AssemblyInfo.cs b/Dapper.Crud.VSExtension/Properties/AssemblyInfo.cs index 5342c48..1facc45 100644 --- a/Dapper.Crud.VSExtension/Properties/AssemblyInfo.cs +++ b/Dapper.Crud.VSExtension/Properties/AssemblyInfo.cs @@ -11,5 +11,5 @@ [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] -[assembly: AssemblyVersion("2.8.0.0")] -[assembly: AssemblyFileVersion("2.8.0.0")] \ No newline at end of file +[assembly: AssemblyVersion("2.8.1.0")] +[assembly: AssemblyFileVersion("2.8.1.0")] \ No newline at end of file diff --git a/Dapper.Crud.VSExtension/source.extension.vsixmanifest b/Dapper.Crud.VSExtension/source.extension.vsixmanifest index 637bd59..16e2091 100644 --- a/Dapper.Crud.VSExtension/source.extension.vsixmanifest +++ b/Dapper.Crud.VSExtension/source.extension.vsixmanifest @@ -1,7 +1,7 @@  - + Dapper Crud Generator Generate CRUD easily with Dapper from your existing Models https://github.com/thiagoloureiro/Dapper.Crud.Extension