We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efa69be commit fc1c7efCopy full SHA for fc1c7ef
Directory.Build.props
@@ -3,14 +3,15 @@
3
<TargetFrameworks>net8.0-windows</TargetFrameworks>
4
<UseWpf>true</UseWpf>
5
<ImplicitUsings>enable</ImplicitUsings>
6
- <Version>4.0.0</Version>
+ <Version>4.0.1</Version>
7
<PackageLicenseExpression>MIT</PackageLicenseExpression>
8
<IncludeSymbols>true</IncludeSymbols>
9
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
10
<PackageIcon>Icon.png</PackageIcon>
11
<PackageReadmeFile>README.md</PackageReadmeFile>
12
<Copyright>Copyright 2025</Copyright>
13
<Authors>aelij</Authors>
14
+ <PublishRepositoryUrl>true</PublishRepositoryUrl>
15
</PropertyGroup>
16
<PropertyGroup Condition=" '$(GITHUB_ACTIONS)' == 'true' ">
17
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
0 commit comments