Skip to content

Commit 6fd605f

Browse files
committed
V4.2 release.
1 parent f8b23e5 commit 6fd605f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

E.Deezer.Tests/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.0.160")]
36-
[assembly: AssemblyFileVersion("1.0.0.160")]
35+
[assembly: AssemblyVersion("1.0.0.163")]
36+
[assembly: AssemblyFileVersion("1.0.0.163")]

E.Deezer/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
[assembly: AssemblyConfiguration("")]
1212
[assembly: AssemblyCompany("E")]
1313
[assembly: AssemblyProduct("E.Deezer.Portable")]
14-
[assembly: AssemblyCopyright("Copyright © 2018")]
14+
[assembly: AssemblyCopyright("Copyright © 2019")]
1515
[assembly: AssemblyTrademark("")]
1616
[assembly: AssemblyCulture("")]
1717
[assembly: NeutralResourcesLanguage("en")]
@@ -29,5 +29,5 @@
2929
// You can specify all the values or you can default the Build and Revision Numbers
3030
// by using the '*' as shown below:
3131
// [assembly: AssemblyVersion("1.0.*")]
32-
[assembly: AssemblyVersion("4.1.0.548")]
33-
[assembly: AssemblyFileVersion("4.1.0.0")]
32+
[assembly: AssemblyVersion("4.2.0.548")]
33+
[assembly: AssemblyFileVersion("4.2.0.0")]

0 commit comments

Comments
 (0)