Przeglądaj źródła

Add AssemblyInformationalVersion attribute to AssemblyInfo.cs

Donna Malayeri 12 lat temu
rodzic
commit
72d72ad193

+ 1 - 0
Ix.NET/Source/System.Interactive.Async/Properties/AssemblyInfo.cs

@@ -34,3 +34,4 @@ using System.Security;
 
 
 [assembly: AssemblyVersion("1.2.0.0")]   
 [assembly: AssemblyVersion("1.2.0.0")]   
 [assembly: AssemblyFileVersion("1.2.0.0")]
 [assembly: AssemblyFileVersion("1.2.0.0")]
+[assembly: AssemblyInformationalVersion("1.2.0.0")]

+ 2 - 2
Ix.NET/Source/System.Interactive.Providers/Properties/AssemblyInfo.cs

@@ -34,5 +34,5 @@ using System.Security;
 // ===========================================================================
 // ===========================================================================
 
 
 [assembly: AssemblyVersion("1.2.0.0")]   
 [assembly: AssemblyVersion("1.2.0.0")]   
-[assembly: AssemblyFileVersion("1.2.0.0")] 
-
+[assembly: AssemblyFileVersion("1.2.0.0")]
+[assembly: AssemblyInformationalVersion("1.2.0.0")]

+ 1 - 0
Ix.NET/Source/System.Interactive/Properties/AssemblyInfo.cs

@@ -34,4 +34,5 @@ using System.Security;
 
 
 [assembly: AssemblyVersion("1.2.0.0")]   
 [assembly: AssemblyVersion("1.2.0.0")]   
 [assembly: AssemblyFileVersion("1.2.0.0")]
 [assembly: AssemblyFileVersion("1.2.0.0")]
+[assembly: AssemblyInformationalVersion("1.2.0.0")]
 
 

+ 8 - 4
Rx.NET/Source/Microsoft.Reactive.Testing/Properties/AssemblyInfo.cs

@@ -17,7 +17,11 @@ using System.Runtime.InteropServices;
 
 
 [assembly: ComVisible(false)]
 [assembly: ComVisible(false)]
 
 
-//
-// Note: Assembly (file) version numbers get inserted by the build system on the fly. Inspect the Team Build workflows
-//       and the custom activity in Source/Build/Activities/AppendVersionInfo.cs for more information.
-//
+// ===========================================================================
+//  DO NOT EDIT OR REMOVE ANYTHING BELOW THIS COMMENT.
+//  Version numbers are automatically generated in the msbuild files based on regular expressions 
+// ===========================================================================
+
+[assembly: AssemblyVersion("2.2.0.0")]
+[assembly: AssemblyFileVersion("2.2.0.0")]
+[assembly: AssemblyInformationalVersion("2.2.0.0")]

+ 7 - 7
Rx.NET/Source/System.Reactive.Core/Properties/AssemblyInfo.cs

@@ -27,11 +27,11 @@ using System.Security;
 [assembly: AllowPartiallyTrustedCallers]
 [assembly: AllowPartiallyTrustedCallers]
 #endif
 #endif
 
 
-#if XBOX_LAKEVIEW
-[assembly: SecurityTransparent]
-#endif
+// ===========================================================================
+//  DO NOT EDIT OR REMOVE ANYTHING BELOW THIS COMMENT.
+//  Version numbers are automatically generated in the msbuild files based on regular expressions 
+// ===========================================================================
 
 
-//
-// Note: Assembly (file) version numbers get inserted by the build system on the fly. Inspect the Team Build workflows
-//       and the custom activity in Build/Source/Activities/AppendVersionInfo.cs for more information.
-//
+[assembly: AssemblyVersion("2.2.0.0")]
+[assembly: AssemblyFileVersion("2.2.0.0")]
+[assembly: AssemblyInformationalVersion("2.2.0.0")]

+ 7 - 7
Rx.NET/Source/System.Reactive.Debugger/Properties/AssemblyInfo.cs

@@ -27,11 +27,11 @@ using System.Security;
 [assembly: AllowPartiallyTrustedCallers]
 [assembly: AllowPartiallyTrustedCallers]
 #endif
 #endif
 
 
-#if XBOX_LAKEVIEW
-[assembly: SecurityTransparent]
-#endif
+// ===========================================================================
+//  DO NOT EDIT OR REMOVE ANYTHING BELOW THIS COMMENT.
+//  Version numbers are automatically generated in the msbuild files based on regular expressions 
+// ===========================================================================
 
 
-//
-// Note: Assembly (file) version numbers get inserted by the build system on the fly. Inspect the Team Build workflows
-//       and the custom activity in Build/Source/Activities/AppendVersionInfo.cs for more information.
-//
+[assembly: AssemblyVersion("2.2.0.0")]
+[assembly: AssemblyFileVersion("2.2.0.0")]
+[assembly: AssemblyInformationalVersion("2.2.0.0")]

+ 7 - 7
Rx.NET/Source/System.Reactive.Experimental/Properties/AssemblyInfo.cs

@@ -28,11 +28,11 @@ using System.Security;
 [assembly: AllowPartiallyTrustedCallers]
 [assembly: AllowPartiallyTrustedCallers]
 #endif
 #endif
 
 
-#if XBOX_LAKEVIEW
-[assembly: SecurityTransparent]
-#endif
+// ===========================================================================
+//  DO NOT EDIT OR REMOVE ANYTHING BELOW THIS COMMENT.
+//  Version numbers are automatically generated in the msbuild files based on regular expressions 
+// ===========================================================================
 
 
-//
-// Note: Assembly (file) version numbers get inserted by the build system on the fly. Inspect the Team Build workflows
-//       and the custom activity in Build/Source/Activities/AppendVersionInfo.cs for more information.
-//
+[assembly: AssemblyVersion("2.2.0.0")]
+[assembly: AssemblyFileVersion("2.2.0.0")]
+[assembly: AssemblyInformationalVersion("2.2.0.0")]

+ 7 - 9
Rx.NET/Source/System.Reactive.Interfaces/Properties/AssemblyInfo.cs

@@ -27,13 +27,11 @@ using System.Security;
 [assembly: AllowPartiallyTrustedCallers]
 [assembly: AllowPartiallyTrustedCallers]
 #endif
 #endif
 
 
-#if XBOX_LAKEVIEW
-[assembly: SecurityTransparent]
-#endif
+// ===========================================================================
+//  DO NOT EDIT OR REMOVE ANYTHING BELOW THIS COMMENT.
+//  Version numbers are automatically generated in the msbuild files based on regular expressions 
+// ===========================================================================
 
 
-//
-// Starting with v2.0 RC, we're bumping this file's version number,
-// because MSI wouldn't pick it up as an update otherwise...
-//
-//[assembly: AssemblyVersion("2.0.0.0")]
-//[assembly: AssemblyFileVersion("2.0.0.0")]
+[assembly: AssemblyVersion("2.2.0.0")]
+[assembly: AssemblyFileVersion("2.2.0.0")]
+[assembly: AssemblyInformationalVersion("2.2.0.0")]

+ 8 - 7
Rx.NET/Source/System.Reactive.Linq/Properties/AssemblyInfo.cs

@@ -27,11 +27,12 @@ using System.Security;
 [assembly: AllowPartiallyTrustedCallers]
 [assembly: AllowPartiallyTrustedCallers]
 #endif
 #endif
 
 
-#if XBOX_LAKEVIEW
-[assembly: SecurityTransparent]
-#endif
+// ===========================================================================
+//  DO NOT EDIT OR REMOVE ANYTHING BELOW THIS COMMENT.
+//  Version numbers are automatically generated in the msbuild files based on regular expressions 
+// ===========================================================================
+
+[assembly: AssemblyVersion("2.2.0.0")]
+[assembly: AssemblyFileVersion("2.2.0.0")]
+[assembly: AssemblyInformationalVersion("2.2.0.0")]
 
 
-//
-// Note: Assembly (file) version numbers get inserted by the build system on the fly. Inspect the Team Build workflows
-//       and the custom activity in Build/Source/Activities/AppendVersionInfo.cs for more information.
-//

+ 7 - 7
Rx.NET/Source/System.Reactive.PlatformServices/Properties/AssemblyInfo.cs

@@ -27,11 +27,11 @@ using System.Security;
 [assembly: AllowPartiallyTrustedCallers]
 [assembly: AllowPartiallyTrustedCallers]
 #endif
 #endif
 
 
-#if XBOX_LAKEVIEW
-[assembly: SecurityTransparent]
-#endif
+// ===========================================================================
+//  DO NOT EDIT OR REMOVE ANYTHING BELOW THIS COMMENT.
+//  Version numbers are automatically generated in the msbuild files based on regular expressions 
+// ===========================================================================
 
 
-//
-// Note: Assembly (file) version numbers get inserted by the build system on the fly. Inspect the Team Build workflows
-//       and the custom activity in Build/Source/Activities/AppendVersionInfo.cs for more information.
-//
+[assembly: AssemblyVersion("2.2.0.0")]
+[assembly: AssemblyFileVersion("2.2.0.0")]
+[assembly: AssemblyInformationalVersion("2.2.0.0")]

+ 8 - 4
Rx.NET/Source/System.Reactive.Providers/Properties/AssemblyInfo.cs

@@ -27,7 +27,11 @@ using System.Security;
 [assembly: AllowPartiallyTrustedCallers]
 [assembly: AllowPartiallyTrustedCallers]
 #endif
 #endif
 
 
-//
-// Note: Assembly (file) version numbers get inserted by the build system on the fly. Inspect the Team Build workflows
-//       and the custom activity in Build/Source/Activities/AppendVersionInfo.cs for more information.
-//
+// ===========================================================================
+//  DO NOT EDIT OR REMOVE ANYTHING BELOW THIS COMMENT.
+//  Version numbers are automatically generated in the msbuild files based on regular expressions 
+// ===========================================================================
+
+[assembly: AssemblyVersion("2.2.0.0")]
+[assembly: AssemblyFileVersion("2.2.0.0")]
+[assembly: AssemblyInformationalVersion("2.2.0.0")]

+ 8 - 4
Rx.NET/Source/System.Reactive.Runtime.Remoting/Properties/AssemblyInfo.cs

@@ -27,7 +27,11 @@ using System.Security;
 [assembly: AllowPartiallyTrustedCallers]
 [assembly: AllowPartiallyTrustedCallers]
 #endif
 #endif
 
 
-//
-// Note: Assembly (file) version numbers get inserted by the build system on the fly. Inspect the Team Build workflows
-//       and the custom activity in Build/Source/Activities/AppendVersionInfo.cs for more information.
-//
+// ===========================================================================
+//  DO NOT EDIT OR REMOVE ANYTHING BELOW THIS COMMENT.
+//  Version numbers are automatically generated in the msbuild files based on regular expressions 
+// ===========================================================================
+
+[assembly: AssemblyVersion("2.2.0.0")]
+[assembly: AssemblyFileVersion("2.2.0.0")]
+[assembly: AssemblyInformationalVersion("2.2.0.0")]

+ 8 - 4
Rx.NET/Source/System.Reactive.Windows.Forms/Properties/AssemblyInfo.cs

@@ -27,7 +27,11 @@ using System.Security;
 [assembly: AllowPartiallyTrustedCallers]
 [assembly: AllowPartiallyTrustedCallers]
 #endif
 #endif
 
 
-//
-// Note: Assembly (file) version numbers get inserted by the build system on the fly. Inspect the Team Build workflows
-//       and the custom activity in Build/Source/Activities/AppendVersionInfo.cs for more information.
-//
+// ===========================================================================
+//  DO NOT EDIT OR REMOVE ANYTHING BELOW THIS COMMENT.
+//  Version numbers are automatically generated in the msbuild files based on regular expressions 
+// ===========================================================================
+
+[assembly: AssemblyVersion("2.2.0.0")]
+[assembly: AssemblyFileVersion("2.2.0.0")]
+[assembly: AssemblyInformationalVersion("2.2.0.0")]

+ 7 - 7
Rx.NET/Source/System.Reactive.Windows.Threading/Properties/AssemblyInfo.cs

@@ -34,11 +34,11 @@ using System.Security;
 [assembly: AllowPartiallyTrustedCallers]
 [assembly: AllowPartiallyTrustedCallers]
 #endif
 #endif
 
 
-#if XBOX_LAKEVIEW
-[assembly: SecurityTransparent]
-#endif
+// ===========================================================================
+//  DO NOT EDIT OR REMOVE ANYTHING BELOW THIS COMMENT.
+//  Version numbers are automatically generated in the msbuild files based on regular expressions 
+// ===========================================================================
 
 
-//
-// Note: Assembly (file) version numbers get inserted by the build system on the fly. Inspect the Team Build workflows
-//       and the custom activity in Build/Source/Activities/AppendVersionInfo.cs for more information.
-//
+[assembly: AssemblyVersion("2.2.0.0")]
+[assembly: AssemblyFileVersion("2.2.0.0")]
+[assembly: AssemblyInformationalVersion("2.2.0.0")]

+ 8 - 4
Rx.NET/Source/System.Reactive.WindowsRuntime/Properties/AssemblyInfo.cs

@@ -25,7 +25,11 @@ using System.Security;
 [assembly: AllowPartiallyTrustedCallers]
 [assembly: AllowPartiallyTrustedCallers]
 #endif
 #endif
 
 
-//
-// Note: Assembly (file) version numbers get inserted by the build system on the fly. Inspect the Team Build workflows
-//       and the custom activity in Build/Source/Activities/AppendVersionInfo.cs for more information.
-//
+// ===========================================================================
+//  DO NOT EDIT OR REMOVE ANYTHING BELOW THIS COMMENT.
+//  Version numbers are automatically generated in the msbuild files based on regular expressions 
+// ===========================================================================
+
+[assembly: AssemblyVersion("2.2.0.0")]
+[assembly: AssemblyFileVersion("2.2.0.0")]
+[assembly: AssemblyInformationalVersion("2.2.0.0")]

+ 0 - 5
Rx.NET/Source/Tests.System.Reactive/Properties/AssemblyInfo.cs

@@ -16,8 +16,3 @@ using System.Runtime.InteropServices;
 [assembly: NeutralResourcesLanguage("en-US")]
 [assembly: NeutralResourcesLanguage("en-US")]
 
 
 [assembly: ComVisible(false)]
 [assembly: ComVisible(false)]
-
-//
-// Note: Assembly (file) version numbers get inserted by the build system on the fly. Inspect the Team Build workflows
-//       and the custom activity in Source/Build/Activities/AppendVersionInfo.cs for more information.
-//