From 26ae562e6c94d4afab91d3f4f2e42e32f2fde0b5 Mon Sep 17 00:00:00 2001 From: Garrett Pauls Date: Fri, 7 Jul 2017 20:02:37 -0600 Subject: [PATCH] Updated changelog and version for previous pull request. --- ReadMe.md | 5 +++++ VSGallery.AtomGenerator/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index a281d7e..cb945aa 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -40,6 +40,11 @@ errors occur, they will be logged to a file in the log subdirectory. The changelog of all versions. Issue details can be found by number in the [issue tracker](https://github.com/garrettpauls/VSGallery.AtomGenerator/issues). +## v1.0.3 + +* Pulled in baderbuddy's changes: + * Fixed bug preventing multiple versions of the same vsix not including any in output. + ## v1.0.2 * Pulled in ChrisMaddock's changes: diff --git a/VSGallery.AtomGenerator/Properties/AssemblyInfo.cs b/VSGallery.AtomGenerator/Properties/AssemblyInfo.cs index 889c91b..0f4fc95 100644 --- a/VSGallery.AtomGenerator/Properties/AssemblyInfo.cs +++ b/VSGallery.AtomGenerator/Properties/AssemblyInfo.cs @@ -1,8 +1,8 @@ using System.Reflection; using System.Runtime.InteropServices; -[assembly: AssemblyVersion("1.0.2.0")] -[assembly: AssemblyFileVersion("1.0.2.0")] +[assembly: AssemblyVersion("1.0.3.0")] +[assembly: AssemblyFileVersion("1.0.3.0")] [assembly: AssemblyTitle("VSGallery.AtomGenerator")] [assembly: AssemblyDescription("Generates an atom feed for custom visual studio galleries.")] [assembly: AssemblyConfiguration("")]