Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Commit 3e9cccc

Browse files
committed
Fix location of assembly attributes
1 parent 4d10fd6 commit 3e9cccc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

renderscript-v8/source/Properties/AssemblyInfo.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020

2121
[assembly: AssemblyVersion ("1.0.0")]
2222

23+
[assembly: AssemblyMetadata ("BUILD_COMMIT", "{BUILD_COMMIT}")]
24+
[assembly: AssemblyMetadata ("BUILD_NUMBER", "{BUILD_NUMBER}")]
25+
[assembly: AssemblyMetadata ("BUILD_TIMESTAMP", "{BUILD_TIMESTAMP}")]
26+
2327
// The following attributes are used to specify the signing key for the assembly,
2428
// if desired. See the Mono documentation for more information about signing.
2529

@@ -72,7 +76,3 @@ static class __Consts {
7276
public const string Version = "24";
7377
public const string PackageName = "Xamarin.Android.Support.v8";
7478
}
75-
76-
[assembly: AssemblyMetadata ("BUILD_COMMIT", "{BUILD_COMMIT}")]
77-
[assembly: AssemblyMetadata ("BUILD_NUMBER", "{BUILD_NUMBER}")]
78-
[assembly: AssemblyMetadata ("BUILD_TIMESTAMP", "{BUILD_TIMESTAMP}")]

0 commit comments

Comments
 (0)