Skip to content

Commit

Permalink
version bump to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftkey committed Sep 25, 2013
1 parent e6ca882 commit 002d949
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions src/CreateReleasePackage/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,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("0.6.35")]
[assembly: AssemblyFileVersion("0.6.35")]
[assembly: AssemblyInformationalVersion("0.6.35")]
[assembly: AssemblyVersion("0.7.0")]
[assembly: AssemblyFileVersion("0.7.0")]
[assembly: AssemblyInformationalVersion("0.7.0")]
6 changes: 3 additions & 3 deletions src/Shimmer.Client/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,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("0.6.35")]
[assembly: AssemblyFileVersion("0.6.35")]
[assembly: AssemblyInformationalVersion("0.6.35")]
[assembly: AssemblyVersion("0.7.0")]
[assembly: AssemblyFileVersion("0.7.0")]
[assembly: AssemblyInformationalVersion("0.7.0")]
6 changes: 3 additions & 3 deletions src/Shimmer.Core/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
// 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("0.6.35")]
[assembly: AssemblyFileVersion("0.6.35")]
[assembly: AssemblyInformationalVersion("0.6.35")]
[assembly: AssemblyVersion("0.7.0")]
[assembly: AssemblyFileVersion("0.7.0")]
[assembly: AssemblyInformationalVersion("0.7.0")]

[assembly: InternalsVisibleTo("Shimmer.Client")]
[assembly: InternalsVisibleTo("Shimmer.Tests")]
6 changes: 3 additions & 3 deletions src/Shimmer.Tests/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("0.6.35")]
[assembly: AssemblyFileVersion("0.6.35")]
[assembly: AssemblyInformationalVersion("0.6.35")]
[assembly: AssemblyVersion("0.7.0")]
[assembly: AssemblyFileVersion("0.7.0")]
[assembly: AssemblyInformationalVersion("0.7.0")]
6 changes: 3 additions & 3 deletions src/Shimmer.WiXUi/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
// 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("0.6.35")]
[assembly: AssemblyFileVersion("0.6.35")]
[assembly: AssemblyInformationalVersion("0.6.35")]
[assembly: AssemblyVersion("0.7.0")]
[assembly: AssemblyFileVersion("0.7.0")]
[assembly: AssemblyInformationalVersion("0.7.0")]

[assembly:BootstrapperApplication(typeof(App))]
6 changes: 3 additions & 3 deletions src/Shimmer.WiXUiClient/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,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("0.6.35")]
[assembly: AssemblyFileVersion("0.6.35")]
[assembly: AssemblyInformationalVersion("0.6.35")]
[assembly: AssemblyVersion("0.7.0")]
[assembly: AssemblyFileVersion("0.7.0")]
[assembly: AssemblyInformationalVersion("0.7.0")]

0 comments on commit 002d949

Please sign in to comment.