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 69d835c commit 94afdceCopy full SHA for 94afdce
dotnet/nuget/nuget-package.props
@@ -1,7 +1,7 @@
1
<Project>
2
<PropertyGroup>
3
<!-- Central version prefix - applies to all nuget packages. -->
4
- <Version>0.14</Version>
+ <Version>0.15</Version>
5
6
<Configurations>Debug;Release;Publish</Configurations>
7
<IsPackable>true</IsPackable>
@@ -49,4 +49,4 @@
49
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
50
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
51
</PropertyGroup>
52
-</Project>
+</Project>
0 commit comments