Skip to content

Commit

Permalink
version bump and nuspec fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nonik0 committed Feb 23, 2024
1 parent 165cb3d commit 5943949
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Azure.Deployments.Core" Version="1.0.1010" />
<PackageReference Include="Azure.Deployments.Expression" Version="1.0.1010" />
<PackageReference Include="Azure.Deployments.Templates" Version="1.0.1010" />
<PackageReference Include="Azure.Deployments.Core" Version="1.0.1103" />
<PackageReference Include="Azure.Deployments.Expression" Version="1.0.1103" />
<PackageReference Include="Azure.Deployments.Templates" Version="1.0.1103" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="6.0.1" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>0.6.0</Version>
<Version>0.6.1</Version>
<Authors>Microsoft</Authors>
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
</PropertyGroup>
Expand Down

0 comments on commit 5943949

Please sign in to comment.