Skip to content

Commit

Permalink
update templates.bat to 2.12.4 (#2306)
Browse files Browse the repository at this point in the history
  • Loading branch information
jennyf19 authored Jun 18, 2023
1 parent cd25e21 commit d4662a9
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<!--This should be passed from the VSTS build-->
<ClientSemVer Condition="'$(ClientSemVer)' == ''">2.12.3</ClientSemVer>
<ClientSemVer Condition="'$(ClientSemVer)' == ''">2.12.4</ClientSemVer>
<!--This will generate AssemblyVersion, AssemblyFileVersion and AssemblyInformationVersion-->
<PackageVersion>$(ClientSemVer)</PackageVersion>

Expand Down
2 changes: 1 addition & 1 deletion ProjectTemplates/test-aspnet-templates-from-nuget.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
echo "Ensure ClientSemVer"
if "%ClientSemVer%" == "" (
set ClientSemVer=2.12.3
set ClientSemVer=2.12.4
)

REM: This is to test Microsoft.Identity.Web templates
Expand Down
2 changes: 1 addition & 1 deletion ProjectTemplates/test-templates-from-nuget.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
echo "Ensure ClientSemVer"
if "%ClientSemVer%" == "" (
set ClientSemVer=2.12.3
set ClientSemVer=2.12.4
)

REM: This is to test Microsoft.Identity.Web templates
Expand Down
2 changes: 1 addition & 1 deletion ProjectTemplates/test-templates.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
echo "Ensure ClientSemVer"
if "%ClientSemVer%" == "" (
set ClientSemVer=2.12.3
set ClientSemVer=2.12.4
)
Set TemplateNugetPackageName="Microsoft.Identity.Web.ProjectTemplates"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</ItemGroup>

<ItemGroup Condition="'$(UseWip)' != 'true'">
<PackageReference Include="Microsoft.Identity.Web.DownstreamApi" Version="2.12.3" />
<PackageReference Include="Microsoft.Identity.Web.DownstreamApi" Version="2.12.4" />
</ItemGroup>

<ItemGroup Condition="'$(UseWip)' == 'true'">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup Condition="'$(UseWip)' != 'true'">
<PackageReference Include="Microsoft.Identity.Web.MicrosoftGraph" Version="2.12.3" />
<PackageReference Include="Microsoft.Identity.Web.MicrosoftGraph" Version="2.12.4" />
</ItemGroup>

<ItemGroup Condition="'$(UseWip)' == 'true'">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</ItemGroup>

<ItemGroup Condition="'$(UseWip)' != 'true'">
<PackageReference Include="Microsoft.Identity.Web" Version="2.12.3" />
<PackageReference Include="Microsoft.Identity.Web" Version="2.12.4" />
</ItemGroup>

<ItemGroup Condition="'$(UseWip)' == 'true'">
Expand Down

0 comments on commit d4662a9

Please sign in to comment.