Skip to content

Commit

Permalink
MvsSln 2.6.2. Public release.
Browse files Browse the repository at this point in the history
* FIXED: Fix issue with string builder removing too much raw sln data on Unix platforms.
             Related issue: 3F#57
  • Loading branch information
tkrz committed Jul 12, 2023
1 parent 4eebba3 commit e12a2a9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6.1
2.6.2
2 changes: 1 addition & 1 deletion MvsSln/MvsSln.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Import Project="..\common.props" />

<PropertyGroup>
<Version>2.6.1</Version>
<Version>2.6.2</Version>
<BuildInfoVSSBE></BuildInfoVSSBE>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion MvsSln/MvsSlnVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public struct MvsSlnVersion
{
public static readonly Version number = new Version(S_NUM_REV);

public const string S_NUM = "2.6.1";
public const string S_NUM = "2.6.2";
public const string S_REV = "0";

public const string S_NUM_REV = S_NUM + "." + S_REV;
Expand Down
6 changes: 6 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
MvsSln - https://github.com/3F/MvsSln
- - - - - - - - - - - - - - - - - - -

[v2.6.2] 2023.07.12

* FIXED: Fix issue with string builder removing too much raw sln data on Unix platforms.
Related issue: https://github.com/3F/MvsSln/issues/57
Related PR: https://github.com/3F/MvsSln/pull/58

[v2.6.1] 2022.02.01

* FIXED: Incorrect project instances for the active solution configuration in XProject Environment.
Expand Down

0 comments on commit e12a2a9

Please sign in to comment.