Skip to content

Commit

Permalink
Update nuget-package.props
Browse files Browse the repository at this point in the history
Bump nuget version to 0.15
  • Loading branch information
shawncal authored May 31, 2023
1 parent 69d835c commit 94afdce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dotnet/nuget/nuget-package.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<!-- Central version prefix - applies to all nuget packages. -->
<Version>0.14</Version>
<Version>0.15</Version>

<Configurations>Debug;Release;Publish</Configurations>
<IsPackable>true</IsPackable>
Expand Down Expand Up @@ -49,4 +49,4 @@
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>
</Project>
</Project>

0 comments on commit 94afdce

Please sign in to comment.