summaryrefslogtreecommitdiff
path: root/Source/DafnyExtension/Properties
diff options
context:
space:
mode:
authorGravatar wuestholz <unknown>2013-08-05 20:08:22 -0700
committerGravatar wuestholz <unknown>2013-08-05 20:08:22 -0700
commit1d9dcf0358280de5e948948afb4d899b20aaa2f2 (patch)
tree95f65f5c6f936e203051e21c16b3b6a92b4c7bc1 /Source/DafnyExtension/Properties
parentf8f9ceb9d068ad05264c2df21ccecb5149a85d1e (diff)
DafnyExtension: Use the same version number as Dafny (unfortunately needs to be updated separately in the vsixmanifests).
Diffstat (limited to 'Source/DafnyExtension/Properties')
-rw-r--r--Source/DafnyExtension/Properties/AssemblyInfo.cs13
1 files changed, 0 insertions, 13 deletions
diff --git a/Source/DafnyExtension/Properties/AssemblyInfo.cs b/Source/DafnyExtension/Properties/AssemblyInfo.cs
index a9922c2f..02da8a8a 100644
--- a/Source/DafnyExtension/Properties/AssemblyInfo.cs
+++ b/Source/DafnyExtension/Properties/AssemblyInfo.cs
@@ -17,16 +17,3 @@ using System.Runtime.InteropServices;
// to COM components. If you need to access a type in this assembly from
// 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("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]