Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
… for a11y fix Dirkster99/AvalonDock#324
  • Loading branch information
christophwille committed Feb 13, 2022
1 parent 118ab8f commit 8accd16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ILSpy/ILSpy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<PackageReference Include="System.IO.Compression" Version="4.3.0" />
<PackageReference Include="System.Reflection.Metadata" Version="$(SystemReflectionMetadataVersion)" />
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="$(SystemCompilerServicesUnsafeVersion)" />
<PackageReference Include="Dirkster.AvalonDock.Themes.VS2013" Version="4.60.1" />
<PackageReference Include="Dirkster.AvalonDock.Themes.VS2013" Version="4.70.0" />
<PackageReference Include="Microsoft.VisualStudio.Composition" Version="16.9.20" />
<PackageReference Include="System.Composition" Version="$(SystemCompositionVersion)" />
<PackageReference Include="Mono.Cecil" Version="$(MonoCecilVersion)" />
Expand Down
2 changes: 1 addition & 1 deletion ILSpy/Properties/AssemblyInfo.template.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ internal static class RevisionClass
public const string Minor = "2";
public const string Build = "0";
public const string Revision = "$INSERTREVISION$";
public const string VersionName = "preview4";
public const string VersionName = "rc";

public const string FullVersion = Major + "." + Minor + "." + Build + ".$INSERTREVISION$$INSERTBRANCHPOSTFIX$$INSERTVERSIONNAMEPOSTFIX$";
}

0 comments on commit 8accd16

Please sign in to comment.