diff --git a/NzbDrone.Common/Properties/AssemblyInfo.cs b/NzbDrone.Common/Properties/AssemblyInfo.cs index a6e172371..09cbe12f1 100644 --- a/NzbDrone.Common/Properties/AssemblyInfo.cs +++ b/NzbDrone.Common/Properties/AssemblyInfo.cs @@ -8,3 +8,9 @@ using System.Runtime.InteropServices; // The following GUID is for the ID of the typelib if this project is exposed to COM [assembly: Guid("b6eaa144-e13b-42e5-a738-c60d89c0f728")] + +// You can specify all the values or you can default the Build and Revision Numbers +// by using the '*' as shown below: + +[assembly: AssemblyVersion("0.6.0.*")] +[assembly: AssemblyFileVersion("0.6.0.*")] \ No newline at end of file diff --git a/NzbDrone.Common/Properties/SharedAssemblyInfo.cs b/NzbDrone.Common/Properties/SharedAssemblyInfo.cs index fcbe7c945..bb74b7b20 100644 --- a/NzbDrone.Common/Properties/SharedAssemblyInfo.cs +++ b/NzbDrone.Common/Properties/SharedAssemblyInfo.cs @@ -13,15 +13,3 @@ using System.Runtime.InteropServices; // COM, set the ComVisible attribute to true on that type. [assembly: ComVisible(false)] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// 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.0.*")] diff --git a/NzbDrone.Core/Properties/AssemblyInfo.cs b/NzbDrone.Core/Properties/AssemblyInfo.cs index d94c4131f..22129d044 100644 --- a/NzbDrone.Core/Properties/AssemblyInfo.cs +++ b/NzbDrone.Core/Properties/AssemblyInfo.cs @@ -11,4 +11,10 @@ using System.Runtime.InteropServices; // The following GUID is for the ID of the typelib if this project is exposed to COM [assembly: Guid("3C29FEF7-4B07-49ED-822E-1C29DC49BFAB")] -[assembly: InternalsVisibleTo("NzbDrone.Core.Test")] \ No newline at end of file +[assembly: InternalsVisibleTo("NzbDrone.Core.Test")] + +// You can specify all the values or you can default the Build and Revision Numbers +// by using the '*' as shown below: + +[assembly: AssemblyVersion("0.6.0.*")] +[assembly: AssemblyFileVersion("0.6.0.*")] \ No newline at end of file diff --git a/NzbDrone.Update/Properties/AssemblyInfo.cs b/NzbDrone.Update/Properties/AssemblyInfo.cs index 38c771d64..5ab9d9465 100644 --- a/NzbDrone.Update/Properties/AssemblyInfo.cs +++ b/NzbDrone.Update/Properties/AssemblyInfo.cs @@ -7,4 +7,10 @@ using System.Runtime.InteropServices; [assembly: AssemblyTitle("NzbDrone.Update")] // The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("e4560a3d-8053-4d57-a260-bfe52f4cc357")] \ No newline at end of file +[assembly: Guid("e4560a3d-8053-4d57-a260-bfe52f4cc357")] + +// You can specify all the values or you can default the Build and Revision Numbers +// by using the '*' as shown below: + +[assembly: AssemblyVersion("0.6.0.*")] +[assembly: AssemblyFileVersion("0.6.0.*")] \ No newline at end of file diff --git a/NzbDrone.Web/Properties/AssemblyInfo.cs b/NzbDrone.Web/Properties/AssemblyInfo.cs index 547365661..3eccefe42 100644 --- a/NzbDrone.Web/Properties/AssemblyInfo.cs +++ b/NzbDrone.Web/Properties/AssemblyInfo.cs @@ -5,3 +5,9 @@ using System.Runtime.InteropServices; // The following GUID is for the ID of the typelib if this project is exposed to COM [assembly: Guid("1ec2c814-7c1e-470d-bbae-59b129b720fd")] + +// You can specify all the values or you can default the Build and Revision Numbers +// by using the '*' as shown below: + +[assembly: AssemblyVersion("0.6.0.*")] +[assembly: AssemblyFileVersion("0.6.0.*")] \ No newline at end of file diff --git a/NzbDrone/Properties/AssemblyInfo.cs b/NzbDrone/Properties/AssemblyInfo.cs index 142441026..af21a197e 100644 --- a/NzbDrone/Properties/AssemblyInfo.cs +++ b/NzbDrone/Properties/AssemblyInfo.cs @@ -6,4 +6,10 @@ using System.Runtime.InteropServices; // associated with an assembly. [assembly: AssemblyTitle("NzbDrone.exe")] -[assembly: Guid("67AADCD9-89AA-4D95-8281-3193740E70E5")] \ No newline at end of file +[assembly: Guid("67AADCD9-89AA-4D95-8281-3193740E70E5")] + +// You can specify all the values or you can default the Build and Revision Numbers +// by using the '*' as shown below: + +[assembly: AssemblyVersion("0.6.0.*")] +[assembly: AssemblyFileVersion("0.6.0.*")] \ No newline at end of file