Skip to content

Commit eadf4ce

Browse files
committed
Release version with pdb
1 parent 524064d commit eadf4ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Jvw.DevToys.SemverCalculator/Jvw.DevToys.SemverCalculator.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<!-- NuGet package -->
1010
<PropertyGroup>
1111
<IsPackable>true</IsPackable>
12-
<Version>0.0.1</Version>
12+
<Version>0.0.2</Version>
1313
<Title>Jvw.DevToys.SemverCalculator</Title>
1414
<Description>A semver calculator for DevToys App.</Description>
1515
<Authors>jerone</Authors>
@@ -19,6 +19,7 @@
1919
<PackageTags>devtoys-app</PackageTags>
2020
<PackageProjectUrl>https://github.com/jerone/Jvw.DevToys.SemverCalculator</PackageProjectUrl>
2121
<RepositoryUrl>https://github.com/jerone/Jvw.DevToys.SemverCalculator</RepositoryUrl>
22+
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
2223
</PropertyGroup>
2324

2425
<ItemGroup>

0 commit comments

Comments
 (0)