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

Commit b31a890

Browse files
committed
Incremented versions
1 parent 69adc70 commit b31a890

9 files changed

Lines changed: 18 additions & 18 deletions

File tree

Extensions/PowerShellAudio.Extensions.Apple/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.2.0.0")]
38-
[assembly: AssemblyFileVersion("1.2.0.0")]
37+
[assembly: AssemblyVersion("1.2.1.0")]
38+
[assembly: AssemblyFileVersion("1.2.1.0")]
3939

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

Extensions/PowerShellAudio.Extensions.Flac/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.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.2.0.0")]
38-
[assembly: AssemblyFileVersion("1.2.0.0")]
37+
[assembly: AssemblyVersion("1.2.1.0")]
38+
[assembly: AssemblyFileVersion("1.2.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.2.0.0")]
38-
[assembly: AssemblyFileVersion("1.2.0.0")]
37+
[assembly: AssemblyVersion("1.2.1.0")]
38+
[assembly: AssemblyFileVersion("1.2.1.0")]
3939

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

PowerShellAudio.Api/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.2.0")]
38-
[assembly: AssemblyFileVersion("1.0.2.0")]
37+
[assembly: AssemblyVersion("1.1.0.0")]
38+
[assembly: AssemblyFileVersion("1.1.0.0")]
3939

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

PowerShellAudio.Commands/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.2.0.0")]
38+
[assembly: AssemblyFileVersion("1.2.0.0")]
3939

4040
// Mark this assembly as not CLS compliant (The Cmdlet base class isn't):
4141
[assembly: CLSCompliant(false)]

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.1.0.0")]
38-
[assembly: AssemblyFileVersion("1.1.0.0")]
37+
[assembly: AssemblyVersion("1.2.0.0")]
38+
[assembly: AssemblyFileVersion("1.2.0.0")]
3939

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

PowerShellAudio.Extensibility/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.2.0.0")]
38-
[assembly: AssemblyFileVersion("1.2.0.0")]
37+
[assembly: AssemblyVersion("1.3.0.0")]
38+
[assembly: AssemblyFileVersion("1.3.0.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.1.1.0")]
37-
[assembly: AssemblyFileVersion("1.1.1.0")]
36+
[assembly: AssemblyVersion("1.2.0.0")]
37+
[assembly: AssemblyFileVersion("1.2.0.0")]
3838
[assembly: NeutralResourcesLanguageAttribute("en-US")]

0 commit comments

Comments
 (0)