Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Commit

Permalink
Update version numbers:
Browse files Browse the repository at this point in the history
Bitbucket 1.0.2 -> 1.1.0
Askpass: 1.12.0 -> 1.14.0
Credential-Helper: 1.12.0 -> 1.14.0
GitHub: 1.3.0 -> 1.4.0
MS.Alm.Authentication: 4.1.0 -> 4.2.0
MS.Alm.Git: 1.2.0 -> 1.3.0
MS.Vsts.Authentication: 4.1.0 -> 4.2.0
  • Loading branch information
J Wyman ∞ committed Nov 16, 2017
1 parent 869eac9 commit 82b2c47
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions Bitbucket.Authentication/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
//
// 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.2.0")]
[assembly: AssemblyFileVersion("1.0.2.0")]
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
4 changes: 2 additions & 2 deletions Cli-Askpass/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
[assembly: AssemblyTrademark("Microsoft Corporation")]
[assembly: AssemblyCulture("")]
[assembly: Guid("62f52119-63d4-40a8-a9df-f1c4b473308a")]
[assembly: AssemblyVersion("1.12.0.0")]
[assembly: AssemblyFileVersion("1.12.0.0")]
[assembly: AssemblyVersion("1.14.0.0")]
[assembly: AssemblyFileVersion("1.14.0.0")]
[assembly: NeutralResourcesLanguage("en-US")]
[assembly: InternalsVisibleTo("Microsoft.Alm.AskPass.Test")]
4 changes: 2 additions & 2 deletions Cli-CredentialHelper/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
[assembly: AssemblyTrademark("Microsoft Corporation")]
[assembly: AssemblyCulture("")]
[assembly: Guid("62f52119-63d4-40a8-a9df-f1c4b473308a")]
[assembly: AssemblyVersion("1.12.0.0")]
[assembly: AssemblyFileVersion("1.12.0.0")]
[assembly: AssemblyVersion("1.14.0.0")]
[assembly: AssemblyFileVersion("1.14.0.0")]
[assembly: NeutralResourcesLanguage("en-US")]
[assembly: InternalsVisibleTo("Microsoft.Alm.CredentialHelper.Test")]
[assembly: InternalsVisibleTo("DynamicProxyGenAssembly2")]
4 changes: 2 additions & 2 deletions GitHub.Authentication/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@
//
// 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.3.0.0")]
[assembly: AssemblyFileVersion("1.3.0.0")]
[assembly: AssemblyVersion("1.4.0.0")]
[assembly: AssemblyFileVersion("1.4.0.0")]
4 changes: 2 additions & 2 deletions Microsoft.Alm.Authentication/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: Guid("c1daabc1-b493-459d-bb4f-04fbefb1ba13")]
[assembly: AssemblyVersion("4.1.0.0")]
[assembly: AssemblyFileVersion("4.1.0.0")]
[assembly: AssemblyVersion("4.2.0.0")]
[assembly: AssemblyFileVersion("4.2.0.0")]
[assembly: InternalsVisibleTo("Microsoft.Alm.Authentication.Test")]
[assembly: InternalsVisibleTo("Microsoft.Alm.CredentialHelper.Test")]
[assembly: InternalsVisibleTo("DynamicProxyGenAssembly2")]
Expand Down
4 changes: 2 additions & 2 deletions Microsoft.Alm.Git/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: Guid("4827c16d-5c58-406d-ab3f-3700bb0d06fe")]
[assembly: AssemblyVersion("1.2.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]
[assembly: AssemblyVersion("1.3.0.0")]
[assembly: AssemblyFileVersion("1.3.0.0")]
[assembly: InternalsVisibleTo("Microsoft.Alm.Git.Test")]
[assembly: InternalsVisibleTo("Microsoft.Alm.CredentialHelper.Test")]
[assembly: InternalsVisibleTo("DynamicProxyGenAssembly2")]
Expand Down
4 changes: 2 additions & 2 deletions Microsoft.Vsts.Authentication/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: Guid("c1daabc1-b493-459d-bb4f-04fbefb1ba13")]
[assembly: AssemblyVersion("4.1.0.0")]
[assembly: AssemblyFileVersion("4.1.0.0")]
[assembly: AssemblyVersion("4.2.0.0")]
[assembly: AssemblyFileVersion("4.2.0.0")]
[assembly: InternalsVisibleTo("Microsoft.Vsts.Authentication.Test")]
[assembly: NeutralResourcesLanguage("en-US")]

0 comments on commit 82b2c47

Please sign in to comment.