Skip to content

Commit

Permalink
Bump IndexRange from 1.0.2 to 1.0.3 (#171)
Browse files Browse the repository at this point in the history
Bumps [IndexRange](https://github.com/bgrainger/IndexRange) from 1.0.2 to 1.0.3.
- [Release notes](https://github.com/bgrainger/IndexRange/releases)
- [Changelog](https://github.com/bgrainger/IndexRange/blob/master/VersionHistory.md)
- [Commits](bgrainger/IndexRange@v1.0.2...v1.0.3)

---
updated-dependencies:
- dependency-name: IndexRange
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 26, 2023
1 parent fa853b5 commit 8aa279b
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion src/Applications/UUPMediaCreator/UUPMediaCreator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="IndexRange">
<Version>[1.0.2]</Version>
<Version>[1.0.3]</Version>
</PackageReference>
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
<Version>6.2.14</Version>
Expand Down
4 changes: 2 additions & 2 deletions src/Cabinet.UWP/Cabinet.UWP.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
Expand Down Expand Up @@ -127,7 +127,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="IndexRange">
<Version>[1.0.2]</Version>
<Version>[1.0.3]</Version>
</PackageReference>
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
<Version>6.2.14</Version>
Expand Down
4 changes: 2 additions & 2 deletions src/CompDB.UWP/CompDB.UWP.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
Expand Down Expand Up @@ -127,7 +127,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="IndexRange">
<Version>[1.0.2]</Version>
<Version>[1.0.3]</Version>
</PackageReference>
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
<Version>6.2.14</Version>
Expand Down
2 changes: 1 addition & 1 deletion src/DownloadLib.UWP/DownloadLib.UWP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="IndexRange">
<Version>1.0.2</Version>
<Version>1.0.3</Version>
</PackageReference>
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
<Version>6.2.14</Version>
Expand Down
4 changes: 2 additions & 2 deletions src/TempManager.UWP/TempManager.UWP.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
Expand Down Expand Up @@ -126,7 +126,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="IndexRange">
<Version>[1.0.2]</Version>
<Version>[1.0.3]</Version>
</PackageReference>
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
<Version>6.2.14</Version>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
Expand Down Expand Up @@ -127,7 +127,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="IndexRange">
<Version>[1.0.2]</Version>
<Version>[1.0.3]</Version>
</PackageReference>
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
<Version>6.2.14</Version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="IndexRange">
<Version>1.0.2</Version>
<Version>1.0.3</Version>
</PackageReference>
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
<Version>6.2.14</Version>
Expand Down

0 comments on commit 8aa279b

Please sign in to comment.