Skip to content

Commit

Permalink
Updated NuGet packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
Somfic committed Nov 1, 2019
1 parent a04d9b7 commit 653dfed
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
11 changes: 8 additions & 3 deletions EliteAPI/EliteAPI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyVersion>2.2.15.871</AssemblyVersion>
<FileVersion>2.2.15.871</FileVersion>
<AssemblyVersion>2.2.16.872</AssemblyVersion>
<FileVersion>2.2.16.872</FileVersion>
<PackageProjectUrl>https://github.com/EliteAPI/EliteAPI</PackageProjectUrl>
<RepositoryUrl>https://github.com/EliteAPI/EliteAPI</RepositoryUrl>
<PackageIconUrl>https://i.imgur.com/keDXwjY.png</PackageIconUrl>
Expand All @@ -23,8 +23,13 @@ VoiceAttack, VoiceMacro, Discord, C#, VB</Description>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Costura.Fody" Version="4.1.0" />
<PackageReference Include="Fody" Version="6.0.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="ini-parser" Version="2.5.2" />
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.9.6">
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.9.7">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion Example/Example.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<Deterministic>true</Deterministic>
<TargetFrameworkProfile />
<AssemblyVersion>1.0.55.2088</AssemblyVersion>
<AssemblyVersion>1.0.56.2089</AssemblyVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
Expand Down
6 changes: 3 additions & 3 deletions Example/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
// 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.55.2088")]
[assembly: AssemblyFileVersion("1.0.54.2088")]
[assembly: AssemblyVersion("1.0.56.2089")]
[assembly: AssemblyFileVersion("1.0.55.2089")]

[assembly: AssemblyInformationalVersion("1.0.57")]
[assembly: AssemblyInformationalVersion("1.0.58")]

0 comments on commit 653dfed

Please sign in to comment.