File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ During the build it adds source code such as this to your compilation:
99``` csharp
1010[assembly : System .Reflection .AssemblyVersion (" 1.0" )]
1111[assembly : System .Reflection .AssemblyFileVersion (" 1.0.24.15136" )]
12- [assembly : System .Reflection .AssemblyInformationalVersion (" 1.0.24.15136 -alpha+g9a7eb6c819" )]
12+ [assembly : System .Reflection .AssemblyInformationalVersion (" 1.0.24-alpha+g9a7eb6c819" )]
1313```
1414
1515* The first and second integer components of the versions above come from the
@@ -27,7 +27,7 @@ This class is also injected into your project at build time:
2727internal sealed partial class ThisAssembly {
2828 internal const string AssemblyVersion = " 1.0" ;
2929 internal const string AssemblyFileVersion = " 1.0.24.15136" ;
30- internal const string AssemblyInformationalVersion = " 1.0.24.15136 -alpha+g9a7eb6c819" ;
30+ internal const string AssemblyInformationalVersion = " 1.0.24-alpha+g9a7eb6c819" ;
3131 internal const string AssemblyName = " Microsoft.VisualStudio.Validation" ;
3232 internal const string PublicKey = @" 0024000004800000940000...reallylongkey..2342394234982734928" ;
3333 internal const string PublicKeyToken = " b03f5f7f11d50a3a" ;
You can’t perform that action at this time.
0 commit comments