File tree Expand file tree Collapse file tree 6 files changed +13
-5
lines changed
code-analysis/ServiceAnalysis/CodeBuild/Properties Expand file tree Collapse file tree 6 files changed +13
-5
lines changed Original file line number Diff line number Diff line change
1
+ ### 3.7.865.0 (2024-08-14 18:13 UTC)
2
+ * CodeBuild (3.7.401.0)
3
+ * AWS CodeBuild now supports using Secrets Manager to store git credentials and using multiple source credentials in a single project.
4
+
1
5
### 3.7.864.0 (2024-08-13 18:17 UTC)
2
6
* Amplify (3.7.401.0)
3
7
* Add a new field "cacheConfig" that enables users to configure the CDN cache settings for an App
Original file line number Diff line number Diff line change
1
+ ### 3.7.865.0 (2024-08-14 18:13 UTC)
2
+ * CodeBuild (3.7.401.0)
3
+ * AWS CodeBuild now supports using Secrets Manager to store git credentials and using multiple source credentials in a single project.
4
+
1
5
### 3.7.864.0 (2024-08-13 18:17 UTC)
2
6
* Amplify (3.7.401.0)
3
7
* Add a new field "cacheConfig" that enables users to configure the CDN cache settings for an App
Original file line number Diff line number Diff line change 1
1
2
2
{
3
3
"NewServiceVersion" : " 3.7.400.0" ,
4
- "ProductVersion" : " 3.7.864 .0" ,
4
+ "ProductVersion" : " 3.7.865 .0" ,
5
5
"CoreVersion" : " 3.7.400.5" ,
6
6
"OverrideCoreVersion" : " 3.3" ,
7
7
"DefaultToPreview" : false ,
660
660
"InPreview" : false
661
661
},
662
662
"CodeBuild" : {
663
- "Version" : " 3.7.400.5 " ,
663
+ "Version" : " 3.7.401.0 " ,
664
664
"AssemblyVersionOverride" : " 3.3" ,
665
665
"Dependencies" : {
666
666
"Core" : " 3.7.400.5"
Original file line number Diff line number Diff line change 29
29
// by using the '*' as shown below:
30
30
// [assembly: AssemblyVersion("1.0.*")]
31
31
[ assembly: AssemblyVersion ( "3.3" ) ]
32
- [ assembly: AssemblyFileVersion ( "3.7.400.5 " ) ]
32
+ [ assembly: AssemblyFileVersion ( "3.7.401.0 " ) ]
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ namespace Amazon.CodeBuild
32
32
public partial class AmazonCodeBuildConfig : ClientConfig
33
33
{
34
34
private static readonly string UserAgentString =
35
- InternalSDKUtils . BuildUserAgentString ( "CodeBuild" , "3.7.400.5 " ) ;
35
+ InternalSDKUtils . BuildUserAgentString ( "CodeBuild" , "3.7.401.0 " ) ;
36
36
37
37
private string _userAgent = UserAgentString ;
38
38
///<summary>
Original file line number Diff line number Diff line change 44
44
// by using the '*' as shown below:
45
45
// [assembly: AssemblyVersion("1.0.*")]
46
46
[ assembly: AssemblyVersion ( "3.3" ) ]
47
- [ assembly: AssemblyFileVersion ( "3.7.400.5 " ) ]
47
+ [ assembly: AssemblyFileVersion ( "3.7.401.0 " ) ]
48
48
49
49
#if BCL
50
50
[ assembly: System . Security . AllowPartiallyTrustedCallers ]
You can’t perform that action at this time.
0 commit comments