Skip to content

Commit

Permalink
Release 1.95
Browse files Browse the repository at this point in the history
  • Loading branch information
hhblaze committed Aug 12, 2019
1 parent 2370d59 commit 8145793
Show file tree
Hide file tree
Showing 65 changed files with 309 additions and 144 deletions.
6 changes: 3 additions & 3 deletions DBreeze.NetCoreApp/DBreeze.NetCoreApp.csproj
Expand Up @@ -6,9 +6,9 @@
<RootNamespace>DBreeze</RootNamespace>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>signature.snk</AssemblyOriginatorKeyFile>
<Version>1.094.2019.0609</Version>
<FileVersion>1.094.2019.0619</FileVersion>
<AssemblyVersion>1.094.2019.0619</AssemblyVersion>
<Version>1.095.2019.0812</Version>
<FileVersion>1.095.2019.0812</FileVersion>
<AssemblyVersion>1.095.2019.0812</AssemblyVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand Down
Expand Up @@ -6,15 +6,15 @@
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v1.0": {
"DBreeze/1.094.2019.0609": {
"DBreeze/1.095.2019.0812": {
"runtime": {
"DBreeze.dll": {}
}
}
}
},
"libraries": {
"DBreeze/1.094.2019.0609": {
"DBreeze/1.095.2019.0812": {
"type": "project",
"serviceable": false,
"sha512": ""
Expand Down
Binary file modified DBreeze.NetCoreApp/bin/Release/netcoreapp1.0/DBreeze.dll
Binary file not shown.
Binary file modified DBreeze.NetCoreApp/bin/Release/netcoreapp1.0/DBreeze.pdb
Binary file not shown.
Expand Up @@ -6,15 +6,15 @@
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v1.1": {
"DBreeze/1.094.2019.0609": {
"DBreeze/1.095.2019.0812": {
"runtime": {
"DBreeze.dll": {}
}
}
}
},
"libraries": {
"DBreeze/1.094.2019.0609": {
"DBreeze/1.095.2019.0812": {
"type": "project",
"serviceable": false,
"sha512": ""
Expand Down
Binary file modified DBreeze.NetCoreApp/bin/Release/netcoreapp1.1/DBreeze.dll
Binary file not shown.
Binary file modified DBreeze.NetCoreApp/bin/Release/netcoreapp1.1/DBreeze.pdb
Binary file not shown.
Expand Up @@ -6,15 +6,15 @@
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v2.0": {
"DBreeze/1.094.2019.0609": {
"DBreeze/1.095.2019.0812": {
"runtime": {
"DBreeze.dll": {}
}
}
}
},
"libraries": {
"DBreeze/1.094.2019.0609": {
"DBreeze/1.095.2019.0812": {
"type": "project",
"serviceable": false,
"sha512": ""
Expand Down
Binary file modified DBreeze.NetCoreApp/bin/Release/netcoreapp2.0/DBreeze.dll
Binary file not shown.
Binary file modified DBreeze.NetCoreApp/bin/Release/netcoreapp2.0/DBreeze.pdb
Binary file not shown.
6 changes: 3 additions & 3 deletions DBreeze.NetStandard/DBreeze.NetStandard.csproj
Expand Up @@ -9,9 +9,9 @@
<RootNamespace>DBreeze</RootNamespace>
<ApplicationIcon />
<Win32Resource />
<Version>1.094.2019.0609</Version>
<AssemblyVersion>1.094.2019.0609</AssemblyVersion>
<FileVersion>1.094.2019.0609</FileVersion>
<Version>1.095.2019.0812</Version>
<AssemblyVersion>1.094.2019.0812</AssemblyVersion>
<FileVersion>1.095.2019.0812</FileVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand Down
Expand Up @@ -7,7 +7,7 @@
"targets": {
".NETStandard,Version=v1.6": {},
".NETStandard,Version=v1.6/": {
"DBreeze/1.094.2019.0609": {
"DBreeze/1.095.2019.0812": {
"dependencies": {
"NETStandard.Library": "1.6.1"
},
Expand Down Expand Up @@ -821,7 +821,7 @@
}
},
"libraries": {
"DBreeze/1.094.2019.0609": {
"DBreeze/1.095.2019.0812": {
"type": "project",
"serviceable": false,
"sha512": ""
Expand Down
Binary file modified DBreeze.NetStandard/bin/Release/netstandard1.6/DBreeze.dll
Binary file not shown.
Binary file modified DBreeze.NetStandard/bin/Release/netstandard1.6/DBreeze.pdb
Binary file not shown.
Expand Up @@ -7,7 +7,7 @@
"targets": {
".NETStandard,Version=v2.0": {},
".NETStandard,Version=v2.0/": {
"DBreeze/1.094.2019.0609": {
"DBreeze/1.095.2019.0812": {
"dependencies": {
"NETStandard.Library": "2.0.3"
},
Expand All @@ -24,7 +24,7 @@
}
},
"libraries": {
"DBreeze/1.094.2019.0609": {
"DBreeze/1.095.2019.0812": {
"type": "project",
"serviceable": false,
"sha512": ""
Expand Down
Binary file modified DBreeze.NetStandard/bin/Release/netstandard2.0/DBreeze.dll
Binary file not shown.
Binary file modified DBreeze.NetStandard/bin/Release/netstandard2.0/DBreeze.pdb
Binary file not shown.
4 changes: 2 additions & 2 deletions DBreeze/Properties/AssemblyInfo.cs
Expand Up @@ -39,5 +39,5 @@
// [assembly: AssemblyVersion("1.0.*")]
//[assembly: AssemblyVersion("1.061.2013.1120")]
//[assembly: AssemblyFileVersion("1.061.2013.1120")]
[assembly: AssemblyVersion("1.094.2019.0609")]
[assembly: AssemblyFileVersion("1.094.2019.0609")]
[assembly: AssemblyVersion("1.095.2019.0812")]
[assembly: AssemblyFileVersion("1.095.2019.0812")]

0 comments on commit 8145793

Please sign in to comment.