Skip to content
This repository has been archived by the owner on Nov 21, 2020. It is now read-only.

Commit

Permalink
Changed version number to 0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-kondratov committed Oct 23, 2016
1 parent 3af26a3 commit ae17afe
Show file tree
Hide file tree
Showing 14 changed files with 22 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
[assembly: ComVisible(false)]

[assembly: Guid("ce1daa25-7388-4fb3-b119-bf1dcb6acd68")]
[assembly: AssemblyVersion("0.1.*")]
[assembly: AssemblyVersion("0.2.*")]
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("d61e670c-6c48-4133-a144-05c161146742")]

[assembly: AssemblyVersion("0.1.*")]
[assembly: AssemblyVersion("0.2.*")]
2 changes: 1 addition & 1 deletion Source/Clients/Classic/Client/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: NeutralResourcesLanguage("en")]
[assembly: AssemblyVersion("0.1.*")]
[assembly: AssemblyVersion("0.2.*")]
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("0.1.*")]
[assembly: AssemblyVersion("0.1.*")]
// [assembly: AssemblyVersion("0.2.*")]
[assembly: AssemblyVersion("0.2.*")]
4 changes: 2 additions & 2 deletions Source/Clients/Classic/WpfClient/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("0.1.*")]
[assembly: AssemblyVersion("0.1.*")]
// [assembly: AssemblyVersion("0.2.*")]
[assembly: AssemblyVersion("0.2.*")]
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

[assembly: AssemblyVersion("0.1.*")]
[assembly: AssemblyVersion("0.2.*")]
[assembly: ComVisible(false)]
2 changes: 1 addition & 1 deletion Source/Clients/UWP/Client.Uwp/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
// 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.1.*")]
[assembly: AssemblyVersion("0.2.*")]
[assembly: ComVisible(false)]
2 changes: 1 addition & 1 deletion Source/Clients/UWP/UWPClient/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
[assembly: AssemblyCulture("")]


[assembly: AssemblyVersion("0.1.*")]
[assembly: AssemblyVersion("0.2.*")]
[assembly: ComVisible(false)]
4 changes: 2 additions & 2 deletions Source/Common/Common.Tests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("0.1.*")]
[assembly: AssemblyVersion("0.1.*")]
// [assembly: AssemblyVersion("0.2.*")]
[assembly: AssemblyVersion("0.2.*")]
4 changes: 2 additions & 2 deletions Source/Common/Common/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("0.1.*")]
[assembly: AssemblyVersion("0.1.*")]
// [assembly: AssemblyVersion("0.2.*")]
[assembly: AssemblyVersion("0.2.*")]

4 changes: 2 additions & 2 deletions Source/Server/Server/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("0.1.*")]
[assembly: AssemblyVersion("0.1.*")]
// [assembly: AssemblyVersion("0.2.*")]
[assembly: AssemblyVersion("0.2.*")]

4 changes: 2 additions & 2 deletions Source/Server/Service/Service/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("0.1.*")]
[assembly: AssemblyVersion("0.1.*")]
// [assembly: AssemblyVersion("0.2.*")]
[assembly: AssemblyVersion("0.2.*")]

4 changes: 2 additions & 2 deletions Source/Server/Service/ServiceHost/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("0.1.*")]
[assembly: AssemblyVersion("0.1.*")]
// [assembly: AssemblyVersion("0.2.*")]
[assembly: AssemblyVersion("0.2.*")]

4 changes: 2 additions & 2 deletions Source/Server/Tests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("0.1.*")]
[assembly: AssemblyVersion("0.1.*")]
// [assembly: AssemblyVersion("0.2.*")]
[assembly: AssemblyVersion("0.2.*")]

0 comments on commit ae17afe

Please sign in to comment.