Skip to content
This repository was archived by the owner on Sep 21, 2018. It is now read-only.

Commit 3daa8d4

Browse files
authored
Updated BundlerPackage version to released version 2.0.238
1 parent b0dc998 commit 3daa8d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Templates.Settings.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949
<PropertyGroup>
5050
<ApplicationInsightsPackageVersion Condition="'$(ApplicationInsightsPackageVersion)' == ''">1.0.0</ApplicationInsightsPackageVersion>
51-
<BundlerPackageVersion Condition="'$(BundlerPackageVersion)' == ''">2.0.232</BundlerPackageVersion>
51+
<BundlerPackageVersion Condition="'$(BundlerPackageVersion)' == ''">2.0.238</BundlerPackageVersion>
5252
<DefaultNugetFeedSource Condition="'$(NugetFeedSource)' == ''">api.nuget.org=https://api.nuget.org/v3/index.json</DefaultNugetFeedSource>
5353
<NugetFeedSource Condition="'$(NugetFeedSource)' == '' and '$(TemplateBuildBranch)' == 'release' and '$(ReleaseNugetFeedSource)' != ''">$(ReleaseNugetFeedSource)|$(DefaultNugetFeedSource)</NugetFeedSource>
5454
<NugetFeedSource Condition="'$(NugetFeedSource)' == '' and '$(TemplateBuildBranch)' == 'dev' and '$(DevNugetFeedSource)' != ''">$(DevNugetFeedSource)|$(DefaultNugetFeedSource)</NugetFeedSource>

0 commit comments

Comments
 (0)