Skip to content

Commit

Permalink
Bump version to 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
MSDN-WhiteKnight committed Apr 26, 2023
1 parent 6183821 commit b592582
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 10 deletions.
3 changes: 3 additions & 0 deletions CilTools.BytecodeAnalysis/ReadMe.txt
Original file line number Diff line number Diff line change
Expand Up @@ -220,3 +220,6 @@ v2.0

2.6.1
- Fix TypeLoadException in SyntaxNode.GetTypeDefSyntax when disassembling property on a type derived from external non-BCL assembly

2.7
- Add more public APIs to TokenReader (Position, Length, GetPreviousChar, GetSourceString)
4 changes: 2 additions & 2 deletions CilTools.Runtime/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@

[assembly: Guid("9399e692-bce7-4ec9-b92a-3426a94c0fbc")]

[assembly: AssemblyVersion("2.6.1.0")]
[assembly: AssemblyFileVersion("2.6.1.0")]
[assembly: AssemblyVersion("2.7.0.0")]
[assembly: AssemblyFileVersion("2.7.0.0")]
4 changes: 2 additions & 2 deletions CilTools.Runtime/pkg/CilTools.Runtime.dll.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>CilTools.Runtime</id>
<version>2.6.1</version>
<version>2.7.0</version>
<authors>MSDN-WhiteKnight</authors>
<owners>MSDN-WhiteKnight</owners>
<title>CilTools.Runtime</title>
Expand All @@ -15,7 +15,7 @@
<copyright>Copyright (c) 2023, MSDN.WhiteKnight</copyright>
<tags>dotnet cil msil bytecode diagnostics clrmd process</tags>
<dependencies>
<dependency id="CilTools.BytecodeAnalysis" version="2.6.1" />
<dependency id="CilTools.BytecodeAnalysis" version="2.7.0" />
<dependency id="Microsoft.Diagnostics.Runtime" version="1.1.61812" />
</dependencies>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion CilView/CilView.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<ProductName>CilView</ProductName>
<PublisherName>CIL Tools</PublisherName>
<ApplicationRevision>1</ApplicationRevision>
<ApplicationVersion>2.6.1.%2a</ApplicationVersion>
<ApplicationVersion>2.7.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<CreateDesktopShortcut>true</CreateDesktopShortcut>
<PublishWizardCompleted>true</PublishWizardCompleted>
Expand Down
4 changes: 2 additions & 2 deletions CilView/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
// в приложении или в каких-либо словарях ресурсов для конкретной темы)
)]

[assembly: AssemblyVersion("2.6.1.0")]
[assembly: AssemblyFileVersion("2.6.1.0")]
[assembly: AssemblyVersion("2.7.0.0")]
[assembly: AssemblyFileVersion("2.7.0.0")]
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<Version>2.6.1</Version>
<FileVersion>2.6.1.0</FileVersion>
<Version>2.7.0</Version>
<FileVersion>2.7.0.0</FileVersion>
<Authors>MSDN-WhiteKnight</Authors>
<Company>CIL Tools</Company>
<Product>CIL Tools</Product>
Expand Down
2 changes: 1 addition & 1 deletion browser.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
; CIL Browser options
; CIL Browser options (https://github.com/MSDN-WhiteKnight/CilBrowser)
SourceControlURL=https://github.com/MSDN-WhiteKnight/CilTools/blob/master/
SourceExtensions=.cs;.csproj;.sln

0 comments on commit b592582

Please sign in to comment.