Skip to content

Commit

Permalink
build: bump to v2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dwmkerr committed Oct 19, 2018
1 parent 30d5d38 commit 37f702f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## Version 2.4.3

- Update to Visual Studio 2017
- ServerRegistrationManager deployed as part of CI/CD
- SharpShell always built in Release mode for CI/CD

## Version 2.4.1

- Fixed a bug where the Server Registration Manager could only register servers which were referencing the _same_ version of the SharpShell assembly as the manager itself (#194).
Expand Down
4 changes: 2 additions & 2 deletions SharpShell/SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.4.2.0")]
[assembly: AssemblyFileVersion("2.4.2.0")]
[assembly: AssemblyVersion("2.4.3.0")]
[assembly: AssemblyFileVersion("2.4.3.0")]

0 comments on commit 37f702f

Please sign in to comment.