Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit 61863ac

Browse files
bumped to version 1.0.0-rc1
1 parent 887e036 commit 61863ac

3 files changed

Lines changed: 2 additions & 49 deletions

File tree

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project>
33
<PropertyGroup>
4-
<VersionPrefix>1.0.0</VersionPrefix>
4+
<VersionPrefix>1.0.0-rc1</VersionPrefix>
55
<Authors>João P. Bragança</Authors>
66
<PackageProjectUrl>https://github.com/damianh/SqlStreamStore.HAL</PackageProjectUrl>
77
<PackageLicenseUrl>https://github.com/damianh/SqlStreamStore.HAL/blob/master/LICENSE</PackageLicenseUrl>
Lines changed: 1 addition & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,3 @@
1-
using System.Reflection;
2-
using System.Runtime.CompilerServices;
3-
using System.Runtime.InteropServices;
4-
5-
// General Information about an assembly is controlled through the following
6-
// set of attributes. Change these attribute values to modify the information
7-
// associated with an assembly.
8-
9-
[assembly: AssemblyTitle("SqlStreamStore.HAL")]
10-
[assembly: AssemblyCompany("Microsoft")]
11-
[assembly: AssemblyProduct("SqlStreamStore.HAL")]
12-
[assembly: AssemblyCopyright("Copyright © Microsoft 2016")]
13-
[assembly: AssemblyTrademark("")]
14-
[assembly: AssemblyCulture("")]
15-
16-
// Setting ComVisible to false makes the types in this assembly not visible
17-
// to COM components. If you need to access a type in this assembly from
18-
// COM, set the ComVisible attribute to true on that type.
19-
20-
[assembly: ComVisible(false)]
21-
22-
// The following GUID is for the ID of the typelib if this project is exposed to COM
23-
24-
[assembly: Guid("022329c2-f59b-4350-8242-003ce480cd84")]
25-
26-
// Version information for an assembly consists of the following four values:
27-
//
28-
// Major Version
29-
// Minor Version
30-
// Build Number
31-
// Revision
32-
//
33-
// You can specify all the values or you can default the Build and Revision Numbers
34-
// by using the '*' as shown below:
35-
// [assembly: AssemblyVersion("1.0.*")]
36-
37-
[assembly: AssemblyVersion("1.0.0.0")]
38-
[assembly: AssemblyFileVersion("1.0.0.0")]
1+
using System.Runtime.CompilerServices;
392

403
[assembly: InternalsVisibleTo("SqlStreamStore.HAL.Tests")]

src/SqlStreamStore.HAL/SqlStreamStore.HAL.csproj

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,6 @@
22
<PropertyGroup>
33
<TargetFrameworks>netstandard2.0</TargetFrameworks>
44
<DefineConstants>$(DefineConstants);LIBLOG_PORTABLE</DefineConstants>
5-
<GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute>
6-
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
7-
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
8-
<GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute>
9-
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
10-
<GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute>
11-
<GenerateAssemblyInformationalVersionAttribute>false</GenerateAssemblyInformationalVersionAttribute>
12-
<GenerateDocumentationFile>true</GenerateDocumentationFile>
13-
<AssemblyName>SqlStreamStore.HAL</AssemblyName>
14-
<PackageId>SqlStreamStore.HAL</PackageId>
155
<DebugSymbols>true</DebugSymbols>
166
<NoWarn>1701;1702;1705;1591</NoWarn>
177
</PropertyGroup>

0 commit comments

Comments
 (0)