Skip to content

Commit

Permalink
Prepare release 3.0.1.100
Browse files Browse the repository at this point in the history
  • Loading branch information
jbe2277 committed Aug 24, 2019
1 parent c6b9a5f commit 09dd33a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions src/DotNetPad/Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
---------

Version 3.0.1.100 (Release)
- Fix crash that could occur in code completion
- Update to Microsoft.CodeAnalysis 3.2.1


Version 3.0.0.100 (Release)
- Support C# 8.0 and VB 16 (Preview 2)

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>3.0.0.100</ApplicationVersion>
<ApplicationVersion>3.0.1.100</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<CreateDesktopShortcut>true</CreateDesktopShortcut>
<PublishWizardCompleted>true</PublishWizardCompleted>
Expand Down
1 change: 1 addition & 0 deletions src/DotNetPad/DotNetPad.ruleset
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<Rule Id="CA1020" Action="None" />
<Rule Id="CA1040" Action="None" />
<Rule Id="CA1062" Action="None" />
<Rule Id="CA1303" Action="None" />
<Rule Id="CA1500" Action="None" />
<Rule Id="CA2007" Action="None" />
<Rule Id="CA2210" Action="None" />
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("3.0.0.100")]
[assembly: AssemblyFileVersion("3.0.0.100")]
[assembly: AssemblyVersion("3.0.1.100")]
[assembly: AssemblyFileVersion("3.0.1.100")]

0 comments on commit 09dd33a

Please sign in to comment.