Skip to content

Commit

Permalink
No idea how the formatting became messed up
Browse files Browse the repository at this point in the history
  • Loading branch information
steveisok committed Feb 18, 2025
1 parent de63199 commit d54a955
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/BinaryParsers/VersionConstants.cs
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT
// license. See LICENSE file in the project root for full license information.
namespace Microsoft.CodeAnalysis.IL
{
public static class VersionConstants
{
public const string Prerelease = "";
public const string AssemblyVersion = "4.3.1" + ".0";
public const string FileVersion = "4.3.1" + ".0";
public const string Version = AssemblyVersion + Prerelease;
}
}
namespace Microsoft.CodeAnalysis.IL
{
public static class VersionConstants
{
public const string Prerelease = "";
public const string AssemblyVersion = "4.3.1" + ".0";
public const string FileVersion = "4.3.1" + ".0";
public const string Version = AssemblyVersion + Prerelease;
}
}

0 comments on commit d54a955

Please sign in to comment.