Skip to content

Commit

Permalink
bump v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcticLampyrid committed Jul 12, 2019
1 parent caeca0c commit dac47cc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions EplOnCppCLI/EplOnCppCLI.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>
<OutputType>Exe</OutputType>
Expand All @@ -14,7 +14,7 @@

<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.5.0" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-19324-01">
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-19351-01">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
7 changes: 4 additions & 3 deletions EplOnCppCore/EplOnCppCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,14 @@
<Authors>QIQI</Authors>
<RootNamespace>QIQI.EplOnCpp.Core</RootNamespace>
<AssemblyName>QIQI.EplOnCpp.Core</AssemblyName>
<PackageVersion>1.0.0</PackageVersion>
<Version>1.0.0</Version>
<PackageVersion>1.1.0</PackageVersion>
<Version>1.1.0</Version>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/1354092549/EplOnCppCore</PackageProjectUrl>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-19324-01">
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-19351-01">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit dac47cc

Please sign in to comment.