Skip to content

Commit

Permalink
Updated changelog and version for previous pull request.
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettpauls committed Jul 8, 2017
1 parent a0ead83 commit 26ae562
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions VSGallery.AtomGenerator/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -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("")]
Expand Down

0 comments on commit 26ae562

Please sign in to comment.