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

Side by Side Diff: Src/GoogleApis.Auth/Properties/AssemblyInfo.cs

Issue 135720043: Issue 471: Support Windows 8.1 applications (Closed) Base URL: https://google-api-dotnet-client.googlecode.com/hg/
Patch Set: Address Jeese's comments Created 9 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:
View unified diff | Download patch
OLDNEW
1 /* 1 /*
2 Copyright 2013 Google Inc 2 Copyright 2013 Google Inc
3 3
4 Licensed under the Apache License, Version 2.0 (the "License"); 4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License. 5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at 6 You may obtain a copy of the License at
7 7
8 http://www.apache.org/licenses/LICENSE-2.0 8 http://www.apache.org/licenses/LICENSE-2.0
9 9
10 Unless required by applicable law or agreed to in writing, software 10 Unless required by applicable law or agreed to in writing, software
(...skipping 18 matching lines...) Expand all
29 [assembly: AssemblyCopyright("Copyright © Google Inc 2013")] 29 [assembly: AssemblyCopyright("Copyright © Google Inc 2013")]
30 [assembly: AssemblyTrademark("")] 30 [assembly: AssemblyTrademark("")]
31 [assembly: AssemblyCulture("")] 31 [assembly: AssemblyCulture("")]
32 [assembly: InternalsVisibleTo("Google.Apis.Auth.Tests")] 32 [assembly: InternalsVisibleTo("Google.Apis.Auth.Tests")]
33 [assembly: InternalsVisibleTo("Google.Apis.Auth.PlatformServices")] 33 [assembly: InternalsVisibleTo("Google.Apis.Auth.PlatformServices")]
34 34
35 35
36 // The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}". 36 // The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
37 // The form "{Major}.{Minor}.*" will automatically update the build and revision , 37 // The form "{Major}.{Minor}.*" will automatically update the build and revision ,
38 // and "{Major}.{Minor}.{Build}.*" will update just the revision. 38 // and "{Major}.{Minor}.{Build}.*" will update just the revision.
39 [assembly: AssemblyVersion("1.8.2.*")] 39 [assembly: AssemblyVersion("1.9.0.*")]
OLDNEW
« no previous file with comments | « Src/GoogleApis.Auth/OAuth2/GoogleConsts.cs ('k') | Src/GoogleApis.Core/Properties/AssemblyInfo.cs » ('j') | no next file with comments »

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