Skip to content

Commit

Permalink
update deps, release 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pofider committed Mar 28, 2019
1 parent f095cd8 commit e80d033
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions jsreport.Client.Test/jsreport.Client.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
<Otherwise>
<ItemGroup>
<ProjectReference Include="..\jsreport.Client\jsreport.Client.csproj" />
<PackageReference Include="jsreport.Local" Version="2.0.0-beta" />
<PackageReference Include="jsreport.Binary" Version="2.2.0" />
<PackageReference Include="jsreport.Local" Version="2.0.0" />
<PackageReference Include="jsreport.Binary" Version="2.4.0" />
</ItemGroup>
</Otherwise>
</Choose>
Expand Down
10 changes: 5 additions & 5 deletions jsreport.Client/jsreport.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
<PackageTags>jsreport;report;pdf</PackageTags>
<RepositoryUrl>https://github.com/jsreport/net</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<Version>3.0.0</Version>
<AssemblyVersion>3.0.0</AssemblyVersion>
<Version>3.0.1</Version>
<AssemblyVersion>3.0.1</AssemblyVersion>
<Company>jsreport</Company>
<PackageReleaseNotes>Release notes are at https://github.com/jsreport/jsreport-dotnet-client/releases</PackageReleaseNotes>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<FileVersion>3.0.0.0</FileVersion>
<FileVersion>3.0.1.0</FileVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CSharp" Version="4.4.0" />
Expand All @@ -34,8 +34,8 @@
</When>
<Otherwise>
<ItemGroup>
<PackageReference Include="jsreport.Types" Version="2.2.0" />
<PackageReference Include="jsreport.Shared" Version="2.0.0" />
<PackageReference Include="jsreport.Types" Version="2.2.7" />
<PackageReference Include="jsreport.Shared" Version="2.0.1" />
</ItemGroup>
</Otherwise>
</Choose>
Expand Down

0 comments on commit e80d033

Please sign in to comment.