aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Utilities/Tango.BugReporter
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-07-23 12:03:18 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-07-23 12:03:18 +0300
commit1f2ebb7e81e6082ec31f3febbcf0f777263679aa (patch)
tree97fae56feb42f796e0fa08bc67c28bb319ef97f1 /Software/Visual_Studio/Utilities/Tango.BugReporter
parentdc774f2956a749a9054aad17b04a202d5373548d (diff)
downloadTango-1f2ebb7e81e6082ec31f3febbcf0f777263679aa.tar.gz
Tango-1f2ebb7e81e6082ec31f3febbcf0f777263679aa.zip
Changed versions to per assembly.
Diffstat (limited to 'Software/Visual_Studio/Utilities/Tango.BugReporter')
-rw-r--r--Software/Visual_Studio/Utilities/Tango.BugReporter/Properties/AssemblyInfo.cs10
-rw-r--r--Software/Visual_Studio/Utilities/Tango.BugReporter/Tango.BugReporter.csproj8
2 files changed, 9 insertions, 9 deletions
diff --git a/Software/Visual_Studio/Utilities/Tango.BugReporter/Properties/AssemblyInfo.cs b/Software/Visual_Studio/Utilities/Tango.BugReporter/Properties/AssemblyInfo.cs
index 0d86baa04..781dd4f24 100644
--- a/Software/Visual_Studio/Utilities/Tango.BugReporter/Properties/AssemblyInfo.cs
+++ b/Software/Visual_Studio/Utilities/Tango.BugReporter/Properties/AssemblyInfo.cs
@@ -6,13 +6,6 @@ using System.Runtime.InteropServices;
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Tango.BugReporter")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("Tango.BugReporter")]
-[assembly: AssemblyCopyright("Copyright © 2018")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
@@ -32,5 +25,4 @@ 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("2.0.*")]
diff --git a/Software/Visual_Studio/Utilities/Tango.BugReporter/Tango.BugReporter.csproj b/Software/Visual_Studio/Utilities/Tango.BugReporter/Tango.BugReporter.csproj
index e0450c4bf..f0c84b364 100644
--- a/Software/Visual_Studio/Utilities/Tango.BugReporter/Tango.BugReporter.csproj
+++ b/Software/Visual_Studio/Utilities/Tango.BugReporter/Tango.BugReporter.csproj
@@ -58,6 +58,9 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
+ <Compile Include="..\..\Versioning\GlobalVersionInfo.cs">
+ <Link>GlobalVersionInfo.cs</Link>
+ </Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
@@ -87,4 +90,9 @@
</Content>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+ <ProjectExtensions>
+ <VisualStudio>
+ <UserProperties BuildVersion_StartDate="2000/1/1" />
+ </VisualStudio>
+ </ProjectExtensions>
</Project> \ No newline at end of file