Skip to content

Commit

Permalink
FatturaElettronica 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaiarocci committed Oct 26, 2018
1 parent fc8a0f2 commit 4f94136
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -159,3 +159,4 @@ $RECYCLE.BIN/
packages
!packages/respositories.config
.vs/
*.nupkg
7 changes: 7 additions & 0 deletions CHANGES
@@ -1,6 +1,13 @@
Changelog
=========

v0.9
====

Released on October 26, 2018

- Aggiorna dipendenza a FatturaElettronica v0.9

v0.8.4
======

Expand Down
8 changes: 4 additions & 4 deletions FatturaElettronica.Forms.csproj
Expand Up @@ -40,11 +40,11 @@
</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="FatturaElettronica, Version=0.8.4.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\FatturaElettronica.0.8.4\lib\netstandard1.1\FatturaElettronica.dll</HintPath>
<Reference Include="FatturaElettronica, Version=0.9.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\FatturaElettronica.0.9.0\lib\netstandard1.1\FatturaElettronica.dll</HintPath>
</Reference>
<Reference Include="FatturaElettronica.Core, Version=0.2.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\FatturaElettronica.Core.0.2.0\lib\netstandard1.1\FatturaElettronica.Core.dll</HintPath>
<Reference Include="FatturaElettronica.Core, Version=0.4.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\FatturaElettronica.Core.0.4.0\lib\netstandard1.1\FatturaElettronica.Core.dll</HintPath>
</Reference>
<Reference Include="FluentValidation, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7de548da2fbae0f0, processorArchitecture=MSIL">
<HintPath>packages\FluentValidation.8.0.100\lib\net45\FluentValidation.dll</HintPath>
Expand Down
4 changes: 2 additions & 2 deletions packages.config
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="FatturaElettronica" version="0.8.4" targetFramework="net45" />
<package id="FatturaElettronica.Core" version="0.2.0" targetFramework="net45" />
<package id="FatturaElettronica" version="0.9.0" targetFramework="net45" />
<package id="FatturaElettronica.Core" version="0.4.0" targetFramework="net45" />
<package id="FluentValidation" version="8.0.100" targetFramework="net45" />
<package id="Microsoft.NETCore.Platforms" version="1.1.0" targetFramework="net45" />
<package id="NETStandard.Library" version="1.6.1" targetFramework="net45" />
Expand Down

0 comments on commit 4f94136

Please sign in to comment.