Skip to content

Commit

Permalink
Prepare release 7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jbe2277 committed Mar 6, 2023
1 parent 2afab0d commit 6b5e802
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 7.1.0.100 (Release)
- Update Win Application Framework (WAF) to 7.0.0
- Update to Microsoft.CodeAnalysis 4.5.0
- Add support for Uri class.
- Improve retrieving the code documentation.


Version 7.0.0.100 (Release)
- Migrate to .NET 7
- Update to Microsoft.CodeAnalysis 4.4.0
Expand Down
4 changes: 2 additions & 2 deletions src/DotNetPad/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<PropertyGroup>
<Product>Waf DotNetPad</Product>
<Company>Waf</Company>
<Copyright>Copyright © 2016-2022 jbe2277</Copyright>
<Version>7.0.0.100</Version>
<Copyright>Copyright © 2016-2023 jbe2277</Copyright>
<Version>7.1.0.100</Version>
<NeutralLanguage>en-US</NeutralLanguage>

<Nullable>enable</Nullable>
Expand Down
2 changes: 1 addition & 1 deletion src/DotNetPad/DotNetPad.Packaging/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Identity
Name="50628JuergenBerchtel.WafDotNetPad"
Publisher="CN=3C8CBF61-934D-4358-AA07-F08013E88454"
Version="7.0.0.0" />
Version="7.1.0.0" />

<Properties>
<DisplayName>Waf DotNetPad</DisplayName>
Expand Down

0 comments on commit 6b5e802

Please sign in to comment.