diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2009-12-13 15:03:12 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2009-12-13 15:03:12 -0800 |
commit | 3f7257fd13243c8643a95b81b1a00c6d5f5b3105 (patch) | |
tree | 9f5a6d8e0726d2f38f205cc92de377ced604a797 /samples/OpenIdOfflineProvider/Properties/AssemblyInfo.cs | |
parent | 4ebb33b6c0ca65e31d489c8c14c8c74a48734d8c (diff) | |
parent | afe8e06d69765504809762045780e1ef6fada446 (diff) | |
download | DotNetOpenAuth-3f7257fd13243c8643a95b81b1a00c6d5f5b3105.zip DotNetOpenAuth-3f7257fd13243c8643a95b81b1a00c6d5f5b3105.tar.gz DotNetOpenAuth-3f7257fd13243c8643a95b81b1a00c6d5f5b3105.tar.bz2 |
Merge branch 'v3.1' into v3.2
Diffstat (limited to 'samples/OpenIdOfflineProvider/Properties/AssemblyInfo.cs')
-rw-r--r-- | samples/OpenIdOfflineProvider/Properties/AssemblyInfo.cs | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/samples/OpenIdOfflineProvider/Properties/AssemblyInfo.cs b/samples/OpenIdOfflineProvider/Properties/AssemblyInfo.cs index adaded3..77d7464 100644 --- a/samples/OpenIdOfflineProvider/Properties/AssemblyInfo.cs +++ b/samples/OpenIdOfflineProvider/Properties/AssemblyInfo.cs @@ -10,6 +10,8 @@ using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Windows; +// We DON'T put an AssemblyVersionAttribute in here because it is generated in the build. + // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. @@ -36,16 +38,3 @@ using System.Windows; ResourceDictionaryLocation.SourceAssembly)] // where the generic resource dictionary is located // (used if a resource is not found in the page, // app, or any theme specific resource dictionaries) - -// 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("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] |