Skip to content

Commit

Permalink
Release 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
hhblaze committed Sep 30, 2017
1 parent 56d030c commit 212cc2f
Show file tree
Hide file tree
Showing 35 changed files with 20 additions and 14 deletions.
Binary file modified Process1/Process1/bin/Debug/Process1.exe
Binary file not shown.
Binary file modified Process1/Process1/bin/Debug/Process1.pdb
Binary file not shown.
Binary file modified Process1/Process1/bin/Debug/SharmIpc.dll
Binary file not shown.
Binary file modified Process1/Process1/bin/Debug/SharmIpc.pdb
Binary file not shown.
Binary file modified Process1/Process1/bin/Release/Process1.exe
Binary file not shown.
Binary file modified Process1/Process1/bin/Release/Process1.pdb
Binary file not shown.
Binary file modified Process1/Process1/bin/Release/SharmIpc.dll
Binary file not shown.
Binary file modified Process1/Process1/bin/Release/SharmIpc.pdb
Binary file not shown.
4 changes: 2 additions & 2 deletions Process1/SharmIpc/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.15.2017.0926")]
[assembly: AssemblyFileVersion("1.15.2017.0926")]
[assembly: AssemblyVersion("1.16.2017.0930")]
[assembly: AssemblyFileVersion("1.16.2017.0930")]

//[assembly: AssemblyFileVersion("1.7.2015.0827")]
Binary file modified Process1/SharmIpc/bin/Debug/SharmIpc.dll
Binary file not shown.
Binary file modified Process1/SharmIpc/bin/Debug/SharmIpc.pdb
Binary file not shown.
Binary file modified Process1/SharmIpc/bin/Release/SharmIpc.dll
Binary file not shown.
Binary file modified Process1/SharmIpc/bin/Release/SharmIpc.pdb
Binary file not shown.
4 changes: 2 additions & 2 deletions Process1/SharmIpc462/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.15.2017.0926")]
[assembly: AssemblyFileVersion("1.15.2017.0926")]
[assembly: AssemblyVersion("1.16.2017.0930")]
[assembly: AssemblyFileVersion("1.16.2017.0930")]
Binary file modified Process1/SharmIpc462/bin/Release/SharmIpc.dll
Binary file not shown.
Binary file modified Process1/SharmIpc462/bin/Release/SharmIpc.pdb
Binary file not shown.
6 changes: 3 additions & 3 deletions Process1/SharmIpcNetCore462/SharmIpcNetCore462.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
<AssemblyName>SharmIpc</AssemblyName>
<AssemblyVersion>1.15.2017.0926</AssemblyVersion>
<FileVersion>1.15.2017.0926</FileVersion>
<AssemblyVersion>1.16.2017.0930</AssemblyVersion>
<FileVersion>1.16.2017.0930</FileVersion>
<Description>Inter-process communication IPC for .NET
</Description>
<Copyright>Copyright @ sharmipc.tiesky.com / Alex Solovyov ([email protected])</Copyright>
<Product>SharmIPC .NET</Product>
<Authors>sharmipc.tiesky.com</Authors>
<Company>tiesky.com</Company>
<PackageProjectUrl>https://github.com/hhblaze/SharmIPC</PackageProjectUrl>
<Version>1.15.2017.0926</Version>
<Version>1.16.2017.0930</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand Down
6 changes: 6 additions & 0 deletions Process1/SharmIpcNetCore462/SharmIpcNetCore462.csproj.user
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ShowAllFiles>true</ShowAllFiles>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v2.0": {
"SharmIpc/1.15.2017.0926": {
"SharmIpc/1.16.2017.0930": {
"runtime": {
"SharmIpc.dll": {}
}
}
}
},
"libraries": {
"SharmIpc/1.15.2017.0926": {
"SharmIpc/1.16.2017.0930": {
"type": "project",
"serviceable": false,
"sha512": ""
Expand Down
Binary file modified Process1/SharmIpcNetCore462/bin/Release/netcoreapp2.0/SharmIpc.dll
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions Process1/SharmIpcNetStandard20/SharmIpcNetStandard20.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>1.15.2017.0926</Version>
<FileVersion>1.15.2017.0926</FileVersion>
<Version>1.16.2017.0930</Version>
<FileVersion>1.16.2017.0930</FileVersion>
<AssemblyName>SharmIpc</AssemblyName>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"targets": {
".NETStandard,Version=v2.0": {},
".NETStandard,Version=v2.0/": {
"SharmIpc/1.15.2017.0926": {
"SharmIpc/1.16.2017.0930": {
"dependencies": {
"NETStandard.Library": "2.0.0",
"System.IO.MemoryMappedFiles": "4.3.0"
Expand Down Expand Up @@ -205,7 +205,7 @@
}
},
"libraries": {
"SharmIpc/1.15.2017.0926": {
"SharmIpc/1.16.2017.0930": {
"type": "project",
"serviceable": false,
"sha512": ""
Expand Down
Binary file not shown.
Binary file not shown.
Binary file modified Process2/bin/Debug/Process2.exe
Binary file not shown.
Binary file modified Process2/bin/Debug/Process2.pdb
Binary file not shown.
Binary file modified Process2/bin/Debug/SharmIpc.dll
Binary file not shown.
Binary file modified Process2/bin/Debug/SharmIpc.pdb
Binary file not shown.
Binary file modified Process2/bin/Release/Process2.exe
Binary file not shown.
Binary file modified Process2/bin/Release/Process2.pdb
Binary file not shown.
Binary file modified Process2/bin/Release/SharmIpc.dll
Binary file not shown.
Binary file modified Process2/bin/Release/SharmIpc.pdb
Binary file not shown.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
**SharmIPC .NET**
=====================
![Image of Build](https://img.shields.io/badge/SharmIPC.NET-stable%20v1.15-4BA2AD.svg)
![Image of Build](https://img.shields.io/badge/SharmIPC.NET-stable%20v1.16-4BA2AD.svg)
![Image of Build](https://img.shields.io/badge/License-BSD%203,%20FOSS-FC0574.svg)
![Image of Build](https://img.shields.io/badge/Roadmap-completed-33CC33.svg)
[![NuGet Badge](https://buildstats.info/nuget/SharmIPC)](https://www.nuget.org/packages/SharmIPC/)
Expand Down
Binary file added SharmIPC.1.16.0.nupkg
Binary file not shown.

0 comments on commit 212cc2f

Please sign in to comment.