Skip to content

Commit

Permalink
Updated GM.Utility to 1.0.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
GregaMohorko committed Oct 7, 2017
1 parent 4205f65 commit 49f7eb2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/BlueUpdate/BlueUpdate Updater/BlueUpdate Updater.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
<HintPath>..\packages\ByteSize.1.3.0\lib\net45\ByteSize.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="GM.Utility, Version=1.0.0.2, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\GM.Utility.1.0.0.2\lib\net461\GM.Utility.dll</HintPath>
<Reference Include="GM.Utility, Version=1.0.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\GM.Utility.1.0.1\lib\net461\GM.Utility.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
Expand Down
2 changes: 1 addition & 1 deletion src/BlueUpdate/BlueUpdate Updater/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="ByteSize" version="1.3.0" targetFramework="net461" />
<package id="GM.Utility" version="1.0.0.2" targetFramework="net461" />
<package id="GM.Utility" version="1.0.1" targetFramework="net461" />
</packages>
4 changes: 2 additions & 2 deletions src/BlueUpdate/BlueUpdate/BlueUpdate.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
<NoWarn>1591</NoWarn>
</PropertyGroup>
<ItemGroup>
<Reference Include="GM.Utility, Version=1.0.0.2, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\GM.Utility.1.0.0.2\lib\net461\GM.Utility.dll</HintPath>
<Reference Include="GM.Utility, Version=1.0.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\GM.Utility.1.0.1\lib\net461\GM.Utility.dll</HintPath>
</Reference>
<Reference Include="PresentationFramework" />
<Reference Include="System" />
Expand Down
2 changes: 1 addition & 1 deletion src/BlueUpdate/BlueUpdate/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="GM.Utility" version="1.0.0.2" targetFramework="net461" />
<package id="GM.Utility" version="1.0.1" targetFramework="net461" />
</packages>

0 comments on commit 49f7eb2

Please sign in to comment.