Skip to content

Commit

Permalink
Set GM.Utility to not copy local.
Browse files Browse the repository at this point in the history
  • Loading branch information
GregaMohorko committed Oct 7, 2017
1 parent 49f7eb2 commit b3066b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/BlueUpdate/BlueUpdate/BlueUpdate.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
<ItemGroup>
<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>
<Private>False</Private>
</Reference>
<Reference Include="PresentationFramework" />
<Reference Include="System" />
Expand Down
4 changes: 2 additions & 2 deletions src/BlueUpdate/BlueUpdate/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.2.0")]
[assembly: AssemblyFileVersion("1.0.2.0")]
[assembly: AssemblyVersion("1.0.3.0")]
[assembly: AssemblyFileVersion("1.0.3.0")]

0 comments on commit b3066b3

Please sign in to comment.