Skip to content

Commit

Permalink
Update package information.
Browse files Browse the repository at this point in the history
  • Loading branch information
CXuesong committed Sep 22, 2017
1 parent 2948fe8 commit f946df4
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 12 deletions.
3 changes: 2 additions & 1 deletion JsonRpc.AspNetCore/JsonRpc.AspNetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard1.3</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<DebugType>full</DebugType>
<DebugType>portable</DebugType>

<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Version>0.3.2</Version>
Expand All @@ -21,6 +21,7 @@
<FileVersion>0.3.2.0</FileVersion>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>../JsonRpc.Standard.snk</AssemblyOriginatorKeyFile>
<PackageLicenseUrl>https://www.apache.org/licenses/LICENSE-2.0.html</PackageLicenseUrl>
</PropertyGroup>

<ItemGroup>
Expand Down
7 changes: 4 additions & 3 deletions JsonRpc.DynamicProxy/JsonRpc.DynamicProxy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<DebugType>portable</DebugType>

<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Version>0.3.3</Version>
<Version>0.4.0-int0</Version>
<Authors>CXuesong</Authors>
<Company />
<PackageId>CXuesong.JsonRpc.DynamicProxy</PackageId>
Expand All @@ -17,10 +17,11 @@
<NeutralLanguage>en-us</NeutralLanguage>
<PackageReleaseNotes>See https://github.com/CXuesong/JsonRpc.Standard/releases .</PackageReleaseNotes>
<Copyright>Copyright 2017 CXuesong</Copyright>
<AssemblyVersion>0.3.3.0</AssemblyVersion>
<FileVersion>0.3.3.0</FileVersion>
<AssemblyVersion>0.4.0.0</AssemblyVersion>
<FileVersion>0.4.0.0</FileVersion>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>../JsonRpc.Standard.snk</AssemblyOriginatorKeyFile>
<PackageLicenseUrl>https://www.apache.org/licenses/LICENSE-2.0.html</PackageLicenseUrl>
</PropertyGroup>

<ItemGroup>
Expand Down
3 changes: 2 additions & 1 deletion JsonRpc.Http/JsonRpc.Http.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFrameworks>netstandard1.1;net45</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<DebugType>full</DebugType>
<DebugType>portable</DebugType>

<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Version>0.3.2</Version>
Expand All @@ -21,6 +21,7 @@
<FileVersion>0.3.2.0</FileVersion>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>../JsonRpc.Standard.snk</AssemblyOriginatorKeyFile>
<PackageLicenseUrl>https://www.apache.org/licenses/LICENSE-2.0.html</PackageLicenseUrl>
</PropertyGroup>

<ItemGroup>
Expand Down
7 changes: 4 additions & 3 deletions JsonRpc.Standard/JsonRpc.Standard.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<DebugType>full</DebugType>

<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Version>0.3.3</Version>
<Version>0.4.0-int0</Version>
<Authors>CXuesong</Authors>
<Company />
<PackageId>CXuesong.JsonRpc.Standard</PackageId>
Expand All @@ -17,10 +17,11 @@
<NeutralLanguage>en-us</NeutralLanguage>
<PackageReleaseNotes>See https://github.com/CXuesong/JsonRpc.Standard/releases .</PackageReleaseNotes>
<Copyright>Copyright 2017 CXuesong</Copyright>
<AssemblyVersion>0.3.3.0</AssemblyVersion>
<FileVersion>0.3.3.0</FileVersion>
<AssemblyVersion>0.4.0.0</AssemblyVersion>
<FileVersion>0.4.0.0</FileVersion>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>../JsonRpc.Standard.snk</AssemblyOriginatorKeyFile>
<PackageLicenseUrl>https://www.apache.org/licenses/LICENSE-2.0.html</PackageLicenseUrl>
</PropertyGroup>

<ItemGroup>
Expand Down
9 changes: 5 additions & 4 deletions JsonRpc.Streams/JsonRpc.Streams.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<PropertyGroup>
<TargetFrameworks>net45;netstandard1.1</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<DebugType>full</DebugType>
<DebugType>portable</DebugType>

<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Version>0.3.2</Version>
<Version>0.4.0-int0</Version>
<Authors>CXuesong</Authors>
<Company />
<PackageId>CXuesong.JsonRpc.Streams</PackageId>
Expand All @@ -17,10 +17,11 @@
<NeutralLanguage>en-us</NeutralLanguage>
<PackageReleaseNotes>See https://github.com/CXuesong/JsonRpc.Standard/releases .</PackageReleaseNotes>
<Copyright>Copyright 2017 CXuesong</Copyright>
<AssemblyVersion>0.3.2.0</AssemblyVersion>
<FileVersion>0.3.2.0</FileVersion>
<AssemblyVersion>0.4.0.0</AssemblyVersion>
<FileVersion>0.4.0.0</FileVersion>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>../JsonRpc.Standard.snk</AssemblyOriginatorKeyFile>
<PackageLicenseUrl>https://www.apache.org/licenses/LICENSE-2.0.html</PackageLicenseUrl>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit f946df4

Please sign in to comment.