Skip to content

Commit

Permalink
Merge pull request #2 from statisticssweden/Feature/UpdateNugets
Browse files Browse the repository at this point in the history
Updatet version and nugets
  • Loading branch information
MikaelNordberg authored Nov 19, 2020
2 parents 6d6aa4f + 419701f commit 4ea8467
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PCAxis.Sql/PCAxis.Sql.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>1.0.0-beta4</Version>
<Version>1.0.0</Version>
<Description>Reading Sql-database into Paxiom.</Description>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageProjectUrl>https://github.com/statisticssweden/PCAxis.Sql</PackageProjectUrl>
Expand Down Expand Up @@ -37,8 +37,8 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Oracle.ManagedDataAccess.Core" Version="2.19.60" />
<PackageReference Include="PCAxis.Core" Version="1.0.0-beta4" />
<PackageReference Include="PCAxis.Encryption" Version="1.0.0-beta" />
<PackageReference Include="PCAxis.Core" Version="1.0.0" />
<PackageReference Include="PCAxis.Encryption" Version="1.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 4ea8467

Please sign in to comment.