Skip to content

Commit 94afdce

Browse files
authored
Update nuget-package.props
Bump nuget version to 0.15
1 parent 69d835c commit 94afdce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: dotnet/nuget/nuget-package.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
33
<!-- Central version prefix - applies to all nuget packages. -->
4-
<Version>0.14</Version>
4+
<Version>0.15</Version>
55

66
<Configurations>Debug;Release;Publish</Configurations>
77
<IsPackable>true</IsPackable>
@@ -49,4 +49,4 @@
4949
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
5050
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
5151
</PropertyGroup>
52-
</Project>
52+
</Project>

0 commit comments

Comments
 (0)