Skip to content

Commit

Permalink
Up version to 1.17.0, update version support info
Browse files Browse the repository at this point in the history
  • Loading branch information
kria committed Oct 30, 2016
1 parent 3998ced commit 0a52f86
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 11 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,12 @@ TfsNotificationRelay is an extensible plugin for Team Foundation Server that sen
Since the TFS API changes quite frequently, there are multiple editions of TfsNotificationRelay. Make sure you pick the correct one for your system.

- TfsNotificationRelay for TFS 2013 (TFS 2013.2+)
- TfsNotificationRelay for TFS 2015
- TfsNotificationRelay for TFS 2015 (TFS 2015.2+)

Discontinued support (last builds available in [v1.16.0](https://github.com/kria/TfsNotificationRelay/releases/tag/v1.16.0)):

- TfsNotificationRelay for TFS 2015 RTM
- TfsNotificationRelay for TFS 2015.1
- TfsNotificationRelay for TFS 2015.2+

## Download

Expand All @@ -81,10 +84,8 @@ Visual Studio 2015 is required since TfsNotificationRelay uses C# 6. All needed

Branch | Description | Status
-----------|--------------------------------------|-------
`master` | TfsNotificationRelay for TFS 2015 | [![master status](https://ci.appveyor.com/api/projects/status/f8tog2tftjbbotmr/branch/master?svg=true)](https://ci.appveyor.com/project/kria/tfsnotificationrelay/branch/master)
`master` | TfsNotificationRelay for TFS 2015.2+ | [![master status](https://ci.appveyor.com/api/projects/status/f8tog2tftjbbotmr/branch/master?svg=true)](https://ci.appveyor.com/project/kria/tfsnotificationrelay/branch/master)
`tfs2013` | TfsNotificationRelay for TFS 2013 | [![tfs2013 status](https://ci.appveyor.com/api/projects/status/f8tog2tftjbbotmr/branch/tfs2013?svg=true)](https://ci.appveyor.com/project/kria/tfsnotificationrelay/branch/tfs2013)
`tfs2015.1`| TfsNotificationRelay for TFS 2015.1 | [![tfs2015.1 status](https://ci.appveyor.com/api/projects/status/f8tog2tftjbbotmr/branch/tfs2015.1?svg=true)](https://ci.appveyor.com/project/kria/tfsnotificationrelay/branch/tfs2015.1)
`tfs2015.2`| TfsNotificationRelay for TFS 2015.2+ | [![tfs2015.2 status](https://ci.appveyor.com/api/projects/status/f8tog2tftjbbotmr/branch/tfs2015.2?svg=true)](https://ci.appveyor.com/project/kria/tfsnotificationrelay/branch/tfs2015.2)

## Extending TfsNotificationRelay

Expand Down
2 changes: 1 addition & 1 deletion TfsNotificationRelay.HipChat/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.3.0.0")]
[assembly: AssemblyFileVersion("1.3.0.0")]
[assembly: AssemblyInformationalVersion("1.16.0.0")]
[assembly: AssemblyInformationalVersion("1.17.0.0")]
2 changes: 1 addition & 1 deletion TfsNotificationRelay.Slack/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.5.0.0")]
[assembly: AssemblyFileVersion("1.5.0.0")]
[assembly: AssemblyInformationalVersion("1.16.0.0")]
[assembly: AssemblyInformationalVersion("1.17.0.0")]

2 changes: 1 addition & 1 deletion TfsNotificationRelay.Smtp/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyInformationalVersion("1.16.0.0")]
[assembly: AssemblyInformationalVersion("1.17.0.0")]
6 changes: 3 additions & 3 deletions TfsNotificationRelay/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
// 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("1.16.0.0")]
[assembly: AssemblyFileVersion("1.16.0.0")]
[assembly: AssemblyInformationalVersion("1.16.0.0")]
[assembly: AssemblyVersion("1.17.0.0")]
[assembly: AssemblyFileVersion("1.17.0.0")]
[assembly: AssemblyInformationalVersion("1.17.0.0")]

0 comments on commit 0a52f86

Please sign in to comment.