Skip to content

Commit

Permalink
Bumped assembly versions
Browse files Browse the repository at this point in the history
  • Loading branch information
likp committed Feb 19, 2021
1 parent d9fb01a commit 59a0063
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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</Version>
<Version>1.0.1</Version>
<Description>Reading Sql-database into Paxiom.</Description>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageProjectUrl>https://github.com/statisticssweden/PCAxis.Sql</PackageProjectUrl>
Expand Down Expand Up @@ -37,7 +37,7 @@
<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" />
<PackageReference Include="PCAxis.Core" Version="1.0.1" />
<PackageReference Include="PCAxis.Encryption" Version="1.0.0" />
</ItemGroup>

Expand Down

0 comments on commit 59a0063

Please sign in to comment.