Skip to content

Commit c83286b

Browse files
authored
Fix issue in Assembly Info for Az.CodeSigning (#24204)
1 parent 0465fdc commit c83286b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/CodeSigning/CodeSigning/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
[assembly: CLSCompliant(false)]
3030

3131
[assembly: Guid("ea901aab-24ca-4004-a198-b9a37a4c8070")]
32-
[assembly: AssemblyVersion("1.0.0")]
33-
[assembly: AssemblyFileVersion("1.0.0")]
32+
[assembly: AssemblyVersion("0.1.0")]
33+
[assembly: AssemblyFileVersion("0.1.0")]
3434
#if !SIGN
3535
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.CodeSigning.Test")]
3636
#endif

0 commit comments

Comments
 (0)