Skip to content

Commit

Permalink
Prepare release 1.3.0.100
Browse files Browse the repository at this point in the history
  • Loading branch information
jbe2277 committed Mar 31, 2016
1 parent e584509 commit 15aa7de
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions src/DotNetPad/Documentation/Changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ Changelog
---------


Version 1.3.0.100 (Release)
- Update Microsoft.CodeAnalysis (Roslyn) to 1.2.1


Version 1.2.0.100 (Release)
- Update projects to target .NET Framework 4.5.2
- Update Rolsyn to 1.1.1.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<PublisherName>Waf</PublisherName>
<SuiteName>Waf DotNetPad</SuiteName>
<ApplicationRevision>100</ApplicationRevision>
<ApplicationVersion>1.2.0.100</ApplicationVersion>
<ApplicationVersion>1.3.0.100</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<CreateDesktopShortcut>true</CreateDesktopShortcut>
<PublishWizardCompleted>true</PublishWizardCompleted>
Expand Down
4 changes: 2 additions & 2 deletions src/DotNetPad/SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.MainAssembly)]


[assembly: AssemblyVersion("1.2.0.100")]
[assembly: AssemblyFileVersion("1.2.0.100")]
[assembly: AssemblyVersion("1.3.0.100")]
[assembly: AssemblyFileVersion("1.3.0.100")]

0 comments on commit 15aa7de

Please sign in to comment.