Skip to content

Commit 5f6d296

Browse files
committed
Update of the README.md with new version 1.5.0.0.
1 parent 6d5250e commit 5f6d296

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

ConfigTransformation/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
// You can specify all the values or you can default the Revision and Build Numbers
3030
// by using the '*' as shown below:
3131

32-
[assembly: AssemblyVersion("1.3.18038.1829")]
33-
[assembly: AssemblyFileVersion("1.3.18038.1829")]
32+
[assembly: AssemblyVersion("1.5.0.0")]
33+
[assembly: AssemblyFileVersion("1.5.0.0")]
3434

3535
[assembly: InternalsVisibleTo("ConfigTransformation_IntegrationTests, PublicKey=002400000480000094000000060200000024000052534131000400000100010007d1487f7a52164dba1f647980bbae24a993982e5341842b134389139d8b1ff013c7bcdfc4b7cf82ee2eccddf0740d97dbb41eb01f9cb591219530f0b3ae6ca65d9268f9e5ac214fc49b74a5532755444d026e509b8ac645264910228ad355c94619679467ca8a612609b6fc01a96b2cc89fb501e86560daff48426bfc764c9f")]
3636
[assembly: InternalsVisibleTo("ConfigTransformation_UnitTests, PublicKey=002400000480000094000000060200000024000052534131000400000100010007d1487f7a52164dba1f647980bbae24a993982e5341842b134389139d8b1ff013c7bcdfc4b7cf82ee2eccddf0740d97dbb41eb01f9cb591219530f0b3ae6ca65d9268f9e5ac214fc49b74a5532755444d026e509b8ac645264910228ad355c94619679467ca8a612609b6fc01a96b2cc89fb501e86560daff48426bfc764c9f")]

ConfigTransformation/Release_notes.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version 1.5.0.0 - 2019/03/24 Support for VS2019
2+
3+
- Support for VS2019. Thanks @tbertenshaw for PR.
4+
5+
===========================================================================================================
6+
17
Version 1.4.0.0 - 2018/02/07 Support for VS2017
28

39
- Support for VS2017. Thanks @tbertenshaw for PR.

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<img src="./Icons/transform2.png" align="left" style="width:128px; margin-right: 20px;" /> Config Transformation Visual Studio Extension
22
==================
33

4-
Version 1.4.0.0
4+
Version 1.5.0.0
55

66
Author marazt
77

88
Copyright marazt
99

1010
License The MIT License (MIT)
1111

12-
Last updated 08 February 2018
12+
Last updated 24 March 2019
1313

1414
[Visual Studio Gallery Link](https://visualstudiogallery.msdn.microsoft.com/2ab58875-5ead-44aa-b3e8-52965b8bd47d)
1515

@@ -59,6 +59,10 @@ TODO
5959

6060
Versions
6161
-----------------
62+
**Version 1.5.0.0 - 2019/03/24 Support for VS2019**
63+
64+
* Support for VS2019. Thanks @tbertenshaw for PR.
65+
6266

6367

6468
**Version 1.4.0.0 - 2018/02/08 Support for VS2017**

0 commit comments

Comments
 (0)