Skip to content

Commit

Permalink
Updated AutoUpdater.NET nuget package.
Browse files Browse the repository at this point in the history
  • Loading branch information
ravibpatel committed Nov 17, 2017
1 parent 7ceafa7 commit a295d98
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Sales Manager/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.3.0")]
[assembly: AssemblyFileVersion("1.0.3.0")]
[assembly: AssemblyVersion("1.0.4.0")]
[assembly: AssemblyFileVersion("1.0.4.0")]
4 changes: 2 additions & 2 deletions Sales Manager/Sales Manager.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
<AssemblyOriginatorKeyFile>Sales Manager.pfx</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="AutoUpdater.NET, Version=1.4.3.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Autoupdater.NET.Official.1.4.3\lib\net452\AutoUpdater.NET.dll</HintPath>
<Reference Include="AutoUpdater.NET, Version=1.4.4.0, Culture=neutral, PublicKeyToken=942f95247e354701, processorArchitecture=MSIL">
<HintPath>..\packages\Autoupdater.NET.Official.1.4.4\lib\net452\AutoUpdater.NET.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Data.Sqlite, Version=1.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Data.Sqlite.1.1.1\lib\net451\Microsoft.Data.Sqlite.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion Sales Manager/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Autoupdater.NET.Official" version="1.4.3" targetFramework="net452" />
<package id="Autoupdater.NET.Official" version="1.4.4" targetFramework="net452" />
<package id="Ix-Async" version="1.2.5" targetFramework="net452" />
<package id="Microsoft.Data.Sqlite" version="1.1.1" targetFramework="net452" />
<package id="Microsoft.EntityFrameworkCore" version="1.1.2" targetFramework="net452" />
Expand Down

0 comments on commit a295d98

Please sign in to comment.