diff --git a/src/DotNetPad/Documentation/Changelog.txt b/src/DotNetPad/Documentation/Changelog.txt index e7e16e5..8fe1a37 100644 --- a/src/DotNetPad/Documentation/Changelog.txt +++ b/src/DotNetPad/Documentation/Changelog.txt @@ -2,6 +2,11 @@ Changelog --------- +Version 1.3.1.100 (Release) +- Fix a bug in the ClickOnce installer. +- Improve responsiveness of typing in the code editor. + + Version 1.3.0.100 (Release) - Update Microsoft.CodeAnalysis (Roslyn) to 1.2.1 diff --git a/src/DotNetPad/DotNetPad.Presentation/DotNetPad.Presentation.csproj b/src/DotNetPad/DotNetPad.Presentation/DotNetPad.Presentation.csproj index fa0e952..f56b551 100644 --- a/src/DotNetPad/DotNetPad.Presentation/DotNetPad.Presentation.csproj +++ b/src/DotNetPad/DotNetPad.Presentation/DotNetPad.Presentation.csproj @@ -30,7 +30,7 @@ Waf Waf DotNetPad 100 - 1.3.0.100 + 1.3.1.100 false true true diff --git a/src/DotNetPad/SharedAssemblyInfo.cs b/src/DotNetPad/SharedAssemblyInfo.cs index a16335f..f48270b 100644 --- a/src/DotNetPad/SharedAssemblyInfo.cs +++ b/src/DotNetPad/SharedAssemblyInfo.cs @@ -17,5 +17,5 @@ [assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.MainAssembly)] -[assembly: AssemblyVersion("1.3.0.100")] -[assembly: AssemblyFileVersion("1.3.0.100")] +[assembly: AssemblyVersion("1.3.1.100")] +[assembly: AssemblyFileVersion("1.3.1.100")]