Skip to content

Commit

Permalink
Prepare release 2.8.0.100
Browse files Browse the repository at this point in the history
  • Loading branch information
jbe2277 committed Nov 27, 2018
1 parent 871584c commit 7775c2d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions src/DotNetPad/Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
---------

Version 2.8.0.100 (Release)
- Update and simplify csproj files (e.g. PackageReference)
- Update to Microsoft.CodeAnalysis 2.10.0
- Update System.Buffers to 4.5.0
- Update WAF to 5.0.0-alpha1


Version 2.7.1.100 (Release)
- Add support for System.Memory (Span<T>, Memory<T>)
- Add support for System.Buffers (ArrayPool<T>)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<PublisherName>Waf</PublisherName>
<SuiteName>Waf DotNetPad</SuiteName>
<ApplicationRevision>100</ApplicationRevision>
<ApplicationVersion>2.7.1.100</ApplicationVersion>
<ApplicationVersion>2.8.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("2.7.1.100")]
[assembly: AssemblyFileVersion("2.7.1.100")]
[assembly: AssemblyVersion("2.8.0.100")]
[assembly: AssemblyFileVersion("2.8.0.100")]

0 comments on commit 7775c2d

Please sign in to comment.