Skip to content

Commit

Permalink
Prepare release 4.0.0.100
Browse files Browse the repository at this point in the history
  • Loading branch information
jbe2277 committed Aug 29, 2020
1 parent 4d5c324 commit af5c83f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions src/DotNetPad/Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Changelog
---------

Version 4.0.0.100 (Release)
- Update target framework to 4.7.2
- Update to Microsoft.CodeAnalysis 3.7.0
- Enable C# 9 preview support
- Support NullableAttributes and Range, Indices
- Improve .NET Framework version detection
- Replace png icons with xaml icons
- Add NullableReferenceTypes sample
- Add SwitchExpression sample
- Add CS9Preview sample


Version 3.0.1.100 (Release)
- Fix crash that could occur in code completion
- Update to Microsoft.CodeAnalysis 3.2.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<PublisherName>Waf</PublisherName>
<SuiteName>Waf DotNetPad</SuiteName>
<ApplicationRevision>100</ApplicationRevision>
<ApplicationVersion>3.0.1.100</ApplicationVersion>
<ApplicationVersion>4.0.0.100</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<CreateDesktopShortcut>true</CreateDesktopShortcut>
<PublishWizardCompleted>true</PublishWizardCompleted>
Expand Down
6 changes: 3 additions & 3 deletions src/DotNetPad/SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

[assembly: AssemblyCompany("Waf")]
[assembly: AssemblyProduct("Waf DotNetPad")]
[assembly: AssemblyCopyright("Copyright © 2018")]
[assembly: AssemblyCopyright("Copyright © 2020")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -17,5 +17,5 @@
[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.MainAssembly)]


[assembly: AssemblyVersion("3.0.1.100")]
[assembly: AssemblyFileVersion("3.0.1.100")]
[assembly: AssemblyVersion("4.0.0.100")]
[assembly: AssemblyFileVersion("4.0.0.100")]

0 comments on commit af5c83f

Please sign in to comment.