Skip to content
This repository was archived by the owner on Nov 8, 2018. It is now read-only.

Commit fd889fc

Browse files
committed
Assembly version updates
1 parent 552dbc7 commit fd889fc

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

Extensions/PowerShellAudio.Extensions.Lame/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
// You can specify all the values or you can default the Build and Revision Numbers
3535
// by using the '*' as shown below:
3636
// [assembly: AssemblyVersion("1.0.*")]
37-
[assembly: AssemblyVersion("1.0.1.0")]
38-
[assembly: AssemblyFileVersion("1.0.1.0")]
37+
[assembly: AssemblyVersion("1.0.2.0")]
38+
[assembly: AssemblyFileVersion("1.0.2.0")]
3939

4040
// Mark this assembly as CLS compliant:
4141
[assembly: CLSCompliant(true)]

Extensions/PowerShellAudio.Extensions.ReplayGain/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
// You can specify all the values or you can default the Build and Revision Numbers
3535
// by using the '*' as shown below:
3636
// [assembly: AssemblyVersion("1.0.*")]
37-
[assembly: AssemblyVersion("1.1.0.0")]
38-
[assembly: AssemblyFileVersion("1.1.0.0")]
37+
[assembly: AssemblyVersion("1.1.1.0")]
38+
[assembly: AssemblyFileVersion("1.1.1.0")]
3939

4040
// Mark this assembly as CLS compliant:
4141
[assembly: CLSCompliant(true)]

Extensions/PowerShellAudio.Extensions.Vorbis/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
// You can specify all the values or you can default the Build and Revision Numbers
3535
// by using the '*' as shown below:
3636
// [assembly: AssemblyVersion("1.0.*")]
37-
[assembly: AssemblyVersion("1.1.1.0")]
38-
[assembly: AssemblyFileVersion("1.1.1.0")]
37+
[assembly: AssemblyVersion("1.1.2.0")]
38+
[assembly: AssemblyFileVersion("1.1.2.0")]
3939

4040
// Mark this assembly as CLS compliant:
4141
[assembly: CLSCompliant(true)]

PowerShellAudio.Common/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
// You can specify all the values or you can default the Build and Revision Numbers
3535
// by using the '*' as shown below:
3636
// [assembly: AssemblyVersion("1.0.*")]
37-
[assembly: AssemblyVersion("1.0.0.0")]
38-
[assembly: AssemblyFileVersion("1.0.0.0")]
37+
[assembly: AssemblyVersion("1.0.1.0")]
38+
[assembly: AssemblyFileVersion("1.0.1.0")]
3939

4040
// Mark this assembly as CLS compliant:
4141
[assembly: CLSCompliant(true)]

PowerShellAudio.UnitTests/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
// You can specify all the values or you can default the Build and Revision Numbers
3434
// by using the '*' as shown below:
3535
// [assembly: AssemblyVersion("1.0.*")]
36-
[assembly: AssemblyVersion("1.0.0.0")]
37-
[assembly: AssemblyFileVersion("1.0.0.0")]
36+
[assembly: AssemblyVersion("1.1.0.0")]
37+
[assembly: AssemblyFileVersion("1.1.0.0")]
3838
[assembly: NeutralResourcesLanguageAttribute("en-US")]

0 commit comments

Comments
 (0)