We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c83286b commit 52b9de9Copy full SHA for 52b9de9
src/CodeSigning/CodeSigning/Properties/AssemblyInfo.cs
@@ -29,8 +29,8 @@
29
[assembly: CLSCompliant(false)]
30
31
[assembly: Guid("ea901aab-24ca-4004-a198-b9a37a4c8070")]
32
-[assembly: AssemblyVersion("0.1.0")]
33
-[assembly: AssemblyFileVersion("0.1.0")]
+[assembly: AssemblyVersion("1.0.0")]
+[assembly: AssemblyFileVersion("1.0.0")]
34
#if !SIGN
35
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.CodeSigning.Test")]
36
#endif
0 commit comments