Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(505)

Delta Between Two Patch Sets: Calendar.ASP.NET.MVC5/Properties/AssemblyInfo.cs

Issue 194980043: Issue 6: Create an ASP.Net MVC Sample Base URL: https://google-api-dotnet-client.samples.googlecode.com/hg/
Left Patch Set: Import order, dev console link, AssemblyInfo comment Created 9 years, 1 month ago
Right Patch Set: Addressed peleyal's comments Created 8 years, 11 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « Calendar.ASP.NET.MVC5/Models/IdentityModels.cs ('k') | Calendar.ASP.NET.MVC5/Scripts/_references.js » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(Both sides are equal)
1 // This file is added automatically by the MVC 5 application template. 1 // This file is added automatically by the MVC 5 application template.
2 2
3 using System.Reflection; 3 using System.Reflection;
4 using System.Runtime.CompilerServices; 4 using System.Runtime.CompilerServices;
5 using System.Runtime.InteropServices; 5 using System.Runtime.InteropServices;
6 6
7 // General Information about an assembly is controlled through the following 7 // General Information about an assembly is controlled through the following
8 // set of attributes. Change these attribute values to modify the information 8 // set of attributes. Change these attribute values to modify the information
9 // associated with an assembly. 9 // associated with an assembly.
10 [assembly: AssemblyTitle("Calendar.ASP.NET.MVC5")] 10 [assembly: AssemblyTitle("Calendar.ASP.NET.MVC5")]
(...skipping 17 matching lines...) Expand all
28 // 28 //
29 // Major Version 29 // Major Version
30 // Minor Version 30 // Minor Version
31 // Build Number 31 // Build Number
32 // Revision 32 // Revision
33 // 33 //
34 // You can specify all the values or you can default the Revision and Build Numb ers 34 // You can specify all the values or you can default the Revision and Build Numb ers
35 // by using the '*' as shown below: 35 // by using the '*' as shown below:
36 [assembly: AssemblyVersion("1.0.0.0")] 36 [assembly: AssemblyVersion("1.0.0.0")]
37 [assembly: AssemblyFileVersion("1.0.0.0")] 37 [assembly: AssemblyFileVersion("1.0.0.0")]
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b