diff --git a/Exceptron.Client/Properties/AssemblyInfo.cs b/Exceptron.Client/Properties/AssemblyInfo.cs index ffc438e05..ddd8d11af 100644 --- a/Exceptron.Client/Properties/AssemblyInfo.cs +++ b/Exceptron.Client/Properties/AssemblyInfo.cs @@ -32,8 +32,8 @@ using System.Runtime.InteropServices; // 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("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("10.0.0.*")] +[assembly: AssemblyFileVersion("10.0.0.*")] [assembly: InternalsVisibleTo("Exceptron.Client.Tests")] [assembly: InternalsVisibleTo("Exceptron.Api.v1.Tests")] [assembly: InternalsVisibleTo("Exceptron.Rush")] diff --git a/NzbDrone.Api.Test/Properties/AssemblyInfo.cs b/NzbDrone.Api.Test/Properties/AssemblyInfo.cs index 18301f69e..a0de49863 100644 --- a/NzbDrone.Api.Test/Properties/AssemblyInfo.cs +++ b/NzbDrone.Api.Test/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ using System.Runtime.InteropServices; // 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("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("10.0.0.*")] +[assembly: AssemblyFileVersion("10.0.0.*")] diff --git a/NzbDrone.Api/Properties/AssemblyInfo.cs b/NzbDrone.Api/Properties/AssemblyInfo.cs index 6101dcac6..8d8f697db 100644 --- a/NzbDrone.Api/Properties/AssemblyInfo.cs +++ b/NzbDrone.Api/Properties/AssemblyInfo.cs @@ -6,7 +6,7 @@ using System.Runtime.InteropServices; [assembly: Guid("4c0922d7-979e-4ff7-b44b-b8ac2100eeb5")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("10.0.0.*")] +[assembly: AssemblyFileVersion("10.0.0.*")] [assembly: InternalsVisibleTo("NzbDrone.Core")] diff --git a/NzbDrone.App.Test/Properties/AssemblyInfo.cs b/NzbDrone.App.Test/Properties/AssemblyInfo.cs index d332ff535..cb6a4605b 100644 --- a/NzbDrone.App.Test/Properties/AssemblyInfo.cs +++ b/NzbDrone.App.Test/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ using System.Runtime.InteropServices; // 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("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("10.0.0.*")] +[assembly: AssemblyFileVersion("10.0.0.*")] diff --git a/NzbDrone.Common/Properties/AssemblyInfo.cs b/NzbDrone.Common/Properties/AssemblyInfo.cs index 450b0a81e..e9f498cc8 100644 --- a/NzbDrone.Common/Properties/AssemblyInfo.cs +++ b/NzbDrone.Common/Properties/AssemblyInfo.cs @@ -12,5 +12,5 @@ using System.Runtime.InteropServices; // 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.0.*")] -[assembly: AssemblyFileVersion("1.0.0.*")] \ No newline at end of file +[assembly: AssemblyVersion("10.0.0.*")] +[assembly: AssemblyFileVersion("10.0.0.*")] diff --git a/NzbDrone.Console/Properties/AssemblyInfo.cs b/NzbDrone.Console/Properties/AssemblyInfo.cs index be9ef8d74..35b5ef144 100644 --- a/NzbDrone.Console/Properties/AssemblyInfo.cs +++ b/NzbDrone.Console/Properties/AssemblyInfo.cs @@ -11,5 +11,5 @@ using System.Runtime.InteropServices; // 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.0.*")] -[assembly: AssemblyFileVersion("1.0.0.*")] \ No newline at end of file +[assembly: AssemblyVersion("10.0.0.*")] +[assembly: AssemblyFileVersion("10.0.0.*")] diff --git a/NzbDrone.Core.Test/Properties/AssemblyInfo.cs b/NzbDrone.Core.Test/Properties/AssemblyInfo.cs index 15b5d7b1f..6da4a65a4 100644 --- a/NzbDrone.Core.Test/Properties/AssemblyInfo.cs +++ b/NzbDrone.Core.Test/Properties/AssemblyInfo.cs @@ -36,7 +36,7 @@ using System.Runtime.InteropServices; // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("10.0.0.*")] +[assembly: AssemblyFileVersion("10.0.0.*")] [assembly: InternalsVisibleTo("NzbDrone.Core")] \ No newline at end of file diff --git a/NzbDrone.Core/Properties/AssemblyInfo.cs b/NzbDrone.Core/Properties/AssemblyInfo.cs index da8c7d45b..06c50c11f 100644 --- a/NzbDrone.Core/Properties/AssemblyInfo.cs +++ b/NzbDrone.Core/Properties/AssemblyInfo.cs @@ -16,5 +16,5 @@ using System.Runtime.InteropServices; // 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.0.*")] -[assembly: AssemblyFileVersion("1.0.0.*")] +[assembly: AssemblyVersion("10.0.0.*")] +[assembly: AssemblyFileVersion("10.0.0.*")] diff --git a/NzbDrone.Integration.Test/Properties/AssemblyInfo.cs b/NzbDrone.Integration.Test/Properties/AssemblyInfo.cs index 7580b9a29..07eaa1d06 100644 --- a/NzbDrone.Integration.Test/Properties/AssemblyInfo.cs +++ b/NzbDrone.Integration.Test/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ using System.Runtime.InteropServices; // 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("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("10.0.0.*")] +[assembly: AssemblyFileVersion("10.0.0.*")] diff --git a/NzbDrone.Libraries.Test/Properties/AssemblyInfo.cs b/NzbDrone.Libraries.Test/Properties/AssemblyInfo.cs index e917b94f0..fd8857541 100644 --- a/NzbDrone.Libraries.Test/Properties/AssemblyInfo.cs +++ b/NzbDrone.Libraries.Test/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ using System.Runtime.InteropServices; // 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("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("10.0.0.*")] +[assembly: AssemblyFileVersion("10.0.0.*")] diff --git a/NzbDrone.Test.Common/Properties/AssemblyInfo.cs b/NzbDrone.Test.Common/Properties/AssemblyInfo.cs index 232fc1a95..bd7e4b61a 100644 --- a/NzbDrone.Test.Common/Properties/AssemblyInfo.cs +++ b/NzbDrone.Test.Common/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ using System.Runtime.InteropServices; // 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("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("10.0.0.*")] +[assembly: AssemblyFileVersion("10.0.0.*")] diff --git a/NzbDrone.Test.Dummy/Properties/AssemblyInfo.cs b/NzbDrone.Test.Dummy/Properties/AssemblyInfo.cs index 79c12d157..035fb0b76 100644 --- a/NzbDrone.Test.Dummy/Properties/AssemblyInfo.cs +++ b/NzbDrone.Test.Dummy/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ using System.Runtime.InteropServices; // 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("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("10.0.0.*")] +[assembly: AssemblyFileVersion("10.0.0.*")] diff --git a/NzbDrone.Update.Test/Properties/AssemblyInfo.cs b/NzbDrone.Update.Test/Properties/AssemblyInfo.cs index 461dcbad9..e26bd5efe 100644 --- a/NzbDrone.Update.Test/Properties/AssemblyInfo.cs +++ b/NzbDrone.Update.Test/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ using System.Runtime.InteropServices; // 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("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("10.0.0.*")] +[assembly: AssemblyFileVersion("10.0.0.*")] diff --git a/NzbDrone.Update/Properties/AssemblyInfo.cs b/NzbDrone.Update/Properties/AssemblyInfo.cs index acd538675..69e6a5d5f 100644 --- a/NzbDrone.Update/Properties/AssemblyInfo.cs +++ b/NzbDrone.Update/Properties/AssemblyInfo.cs @@ -12,5 +12,5 @@ using System.Runtime.InteropServices; // 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.0.*")] -[assembly: AssemblyFileVersion("1.0.0.*")] \ No newline at end of file +[assembly: AssemblyVersion("10.0.0.*")] +[assembly: AssemblyFileVersion("10.0.0.*")] diff --git a/NzbDrone/Properties/AssemblyInfo.cs b/NzbDrone/Properties/AssemblyInfo.cs index be9ef8d74..35b5ef144 100644 --- a/NzbDrone/Properties/AssemblyInfo.cs +++ b/NzbDrone/Properties/AssemblyInfo.cs @@ -11,5 +11,5 @@ using System.Runtime.InteropServices; // 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.0.*")] -[assembly: AssemblyFileVersion("1.0.0.*")] \ No newline at end of file +[assembly: AssemblyVersion("10.0.0.*")] +[assembly: AssemblyFileVersion("10.0.0.*")] diff --git a/ServiceHelpers/ServiceInstall/Properties/AssemblyInfo.cs b/ServiceHelpers/ServiceInstall/Properties/AssemblyInfo.cs index 340c46c41..b590cbc40 100644 --- a/ServiceHelpers/ServiceInstall/Properties/AssemblyInfo.cs +++ b/ServiceHelpers/ServiceInstall/Properties/AssemblyInfo.cs @@ -7,5 +7,5 @@ using System.Runtime.InteropServices; // The following GUID is for the ID of the typelib if this project is exposed to COM [assembly: Guid("13976baa-e5ba-42b2-8ad7-8d568b68a53b")] -[assembly: AssemblyVersion("1.0.0.*")] -[assembly: AssemblyFileVersion("1.0.0.*")] \ No newline at end of file +[assembly: AssemblyVersion("10.0.0.*")] +[assembly: AssemblyFileVersion("10.0.0.*")] diff --git a/ServiceHelpers/ServiceUninstall/Properties/AssemblyInfo.cs b/ServiceHelpers/ServiceUninstall/Properties/AssemblyInfo.cs index 6c6f90826..4962928b4 100644 --- a/ServiceHelpers/ServiceUninstall/Properties/AssemblyInfo.cs +++ b/ServiceHelpers/ServiceUninstall/Properties/AssemblyInfo.cs @@ -4,5 +4,5 @@ using System.Runtime.InteropServices; [assembly: AssemblyTitle("UninstallService")] [assembly: Guid("0a964b21-9de9-40b3-9378-0474fd5f21a8")] -[assembly: AssemblyVersion("1.0.0.*")] -[assembly: AssemblyFileVersion("1.0.0.*")] \ No newline at end of file +[assembly: AssemblyVersion("10.0.0.*")] +[assembly: AssemblyFileVersion("10.0.0.*")]