Skip to content

Commit 7b869e2

Browse files
committed
Prepare release 9.0.1
1 parent 5f69c2d commit 7b869e2

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

src/DotNetPad/Changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changelog
22
---------
33

4+
Version 9.0.1.100 (Release)
5+
- Update to Microsoft.CodeAnalysis 4.13.0
6+
7+
48
Version 9.0.0.100 (Release)
59
- Migrate to .NET 9.
610
- Support C# 13.

src/DotNetPad/Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<PropertyGroup>
33
<Product>Waf DotNetPad</Product>
44
<Company>Waf</Company>
5-
<Copyright>Copyright © 2016-2024 jbe2277</Copyright>
6-
<Version>9.0.0.100</Version>
5+
<Copyright>Copyright © 2016-2025 jbe2277</Copyright>
6+
<Version>9.0.1.100</Version>
77
<NeutralLanguage>en-US</NeutralLanguage>
88

99
<Nullable>enable</Nullable>

src/DotNetPad/DotNetPad.Packaging/Package.appxmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<Identity
1010
Name="50628JuergenBerchtel.WafDotNetPad"
1111
Publisher="CN=3C8CBF61-934D-4358-AA07-F08013E88454"
12-
Version="9.0.0.0" />
12+
Version="9.0.1.0" />
1313

1414
<Properties>
1515
<DisplayName>Waf DotNetPad</DisplayName>

0 commit comments

Comments
 (0)