Skip to content

Commit

Permalink
Prepare release 8.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jbe2277 committed Jul 12, 2024
1 parent 1152be2 commit 7d6ee61
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions src/DotNetPad/Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
---------

Version 8.0.2.100 (Release)
- Update to Microsoft.CodeAnalysis 4.10.0


Version 8.0.1.100 (Release)
- Update to Microsoft.CodeAnalysis 4.9.2

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-2023 jbe2277</Copyright>
<Version>8.0.1.100</Version>
<Copyright>Copyright © 2016-2024 jbe2277</Copyright>
<Version>8.0.2.100</Version>
<NeutralLanguage>en-US</NeutralLanguage>

<Nullable>enable</Nullable>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
</ItemGroup>
<Import Project="$(WapProjPath)\Microsoft.DesktopBridge.targets" />
<ItemGroup>
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.1" PrivateAssets="all" />
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22621.3233" PrivateAssets="all" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\DotNetPad.Presentation\DotNetPad.Presentation.csproj" />
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="8.0.1.0" />
Version="8.0.2.0" />

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

0 comments on commit 7d6ee61

Please sign in to comment.