Skip to content

Commit

Permalink
- package upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
eben-roux committed Apr 9, 2022
1 parent b480ce8 commit e777ba9
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions Shuttle.Core.Data.Tests/Shuttle.Core.Data.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net5.0</TargetFrameworks>
Expand All @@ -17,9 +17,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
<PackageReference Include="Moq" Version="4.16.1" />
<PackageReference Include="NUnit" Version="3.13.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0" />
<PackageReference Include="Moq" Version="4.17.2" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.2.1" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.5.0" Condition="'$(TargetFramework)' == 'netcoreapp2.1'" />
<PackageReference Include="System.Data.SqlClient" Version="4.6.1" Condition="'$(TargetFramework)' == 'netcoreapp2.1'" />
Expand Down
10 changes: 5 additions & 5 deletions Shuttle.Core.Data/.package/package.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package>
<metadata>
<id>Shuttle.Core.Data</id>
<version>12.0.0</version>
<version>12.0.2</version>
<authors>Eben Roux</authors>
<owners>Eben Roux</owners>
<license type="expression">BSD-3-Clause</license>
Expand All @@ -15,10 +15,10 @@
<copyright>Copyright (c) 2022, Eben Roux</copyright>
<tags>orm micro-orm microorm data-access</tags>
<dependencies>
<dependency id="Shuttle.Core.Configuration" version="10.0.3" />
<dependency id="Shuttle.Core.Container" version="11.0.0" />
<dependency id="Shuttle.Core.Logging" version="10.0.3" />
<dependency id="System.Configuration.ConfigurationManager" version="4.5.0" />
<dependency id="Shuttle.Core.Configuration" version="10.0.4" />
<dependency id="Shuttle.Core.Container" version="12.0.1" />
<dependency id="Shuttle.Core.Logging" version="10.0.4" />
<dependency id="System.Configuration.ConfigurationManager" version="6.0.0" />
</dependencies>
</metadata>
<files>
Expand Down
4 changes: 2 additions & 2 deletions Shuttle.Core.Data/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
[assembly: AssemblyTitle(".NET Standard")]
#endif

[assembly: AssemblyVersion("12.0.0.0")]
[assembly: AssemblyVersion("12.0.2.0")]
[assembly: AssemblyCopyright("Copyright (c) 2022, Eben Roux")]
[assembly: AssemblyProduct("Shuttle.Core.Data")]
[assembly: AssemblyCompany("Eben Roux")]
[assembly: AssemblyConfiguration("Release")]
[assembly: AssemblyInformationalVersion("12.0.0")]
[assembly: AssemblyInformationalVersion("12.0.2")]
[assembly: ComVisible(false)]
10 changes: 5 additions & 5 deletions Shuttle.Core.Data/Shuttle.Core.Data.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
Expand All @@ -14,10 +14,10 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Shuttle.Core.Configuration" Version="10.0.3" />
<PackageReference Include="Shuttle.Core.Container" Version="11.0.0" />
<PackageReference Include="Shuttle.Core.Logging" Version="10.0.3" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.5.0" />
<PackageReference Include="Shuttle.Core.Configuration" Version="10.0.4" />
<PackageReference Include="Shuttle.Core.Container" Version="12.0.1" />
<PackageReference Include="Shuttle.Core.Logging" Version="10.0.4" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="6.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit e777ba9

Please sign in to comment.